This commit is contained in:
Andreas Billmeier 2019-03-03 18:38:26 +01:00
parent daf0b342a6
commit defcc8888c
3 changed files with 27 additions and 19 deletions

View File

@ -1,5 +1,5 @@
DIST firetv-1.0.7.tar.gz 8336 BLAKE2B ca278981ca301b04bb199eacbd43d2f1ed316b1858fff0f925a626b647b308a234e8b5dd198a436c1d7239eee061fd3a4e3b4c1f0c05609ff669cfca04ee9634 SHA512 8d49185d315482fbdbd98725dd85ad3846d9fabe5dc43541e7956e12b6d9aa2753284174237393dbbd8d2b656f2cba1c8e9448dda74b701a7cdf42239a1cd0ab
DIST firetv-1.0.9.tar.gz 10489 BLAKE2B e0fc47662f322fc757e7782be5fcf618d7b7848d40cd0146ffd2c0733e1d97b0616ae31fa7a78f7deba6603247d290fb3ba2737a05a4508125cb9ef924d52b55 SHA512 da0b2966302ea03043f82b0b38064e2764c3aad2183c3ee483ce945749edc5e25cb9ac441ea8f076f30b987ef55b8320e013de7bb8458a879d86e434b3b42f30
EBUILD firetv-1.0.7.ebuild 794 BLAKE2B c13469316f9132aef9a1e39d09df05d02cab36ed66c89d41f313497fbb2e067153374ba4ec9ec7785037483ea92c3b412c691ba6abd508bdc8c8423df9ac91b5 SHA512 d5cca348cc43865c9ec7345380cd16f9ae123b4d5bb1c281789a9a185806c4e6dfe7ffe1e655c5d0e4976b765b63a7ab4061538e9709c51eab51bae1597f5214
EBUILD firetv-1.0.9.ebuild 794 BLAKE2B c13469316f9132aef9a1e39d09df05d02cab36ed66c89d41f313497fbb2e067153374ba4ec9ec7785037483ea92c3b412c691ba6abd508bdc8c8423df9ac91b5 SHA512 d5cca348cc43865c9ec7345380cd16f9ae123b4d5bb1c281789a9a185806c4e6dfe7ffe1e655c5d0e4976b765b63a7ab4061538e9709c51eab51bae1597f5214
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
EBUILD firetv-1.0.9.ebuild 897 BLAKE2B 9eb840ac0cd94a91ccb00d2d726ea23c162af96788515bb1713791d4c8c6d769049c30f123073fa2323523009dd9a2daeecfe6dd12d946d541b602fec0ff09ed SHA512 67ef21df80cfccf087ee424d0a60ebd7d894e242582e2c7ed70ae5ee90dc8ecce27d2e0331440ab9d44745e5fe5720e20ab3ed6334384d6a98423f9196e7ad1c
MISC metadata.xml 462 BLAKE2B 4c114f550c78c96cd4f71b6ef05f44f2b686885d87e8058b15571e1d3c66d8dbf1742c80b703b6dc68c7e35cb2ceaa9a5a005b571377e2378f19f2be9b1a25cd SHA512 ccb6bf1a00cb8980f4c66aca5f5c430bd3cf88e0e97fc38aa13d35a3aa71bc2876d292b0e82026229f1a3d4ca8918d14678a91bf87dd327d60f542404589e230

View File

@ -1,32 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
# Distributed under the terms of the GNU General Public License v3.0
EAPI=6
EAPI="7"
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Communicate with an Amazon Fire TV device via ADB over a network."
HOMEPAGE="https://github.com/happyleavesaoc/python-firetv/"
HOMEPAGE="https://github.com/happyleavesaoc/python-firetv/ https://pypi.org/project/firetv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)
"
RDEPEND="
>=dev-python/rsa-4.0[${PYTHON_USEDEP}]
>=dev-python/adb-homeassistant-1.3.1[${PYTHON_USEDEP}]
>=dev-python/libusb1-1.7[${PYTHON_USEDEP}]
"
RDEPEND=">=dev-python/rsa-4.0[${PYTHON_USEDEP}]
>=dev-python/adb-homeassistant-1.3.1[${PYTHON_USEDEP}]
>=dev-python/libusb1-1.7[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v || die "Tests failed under ${EPYTHON}"
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,8 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">firetv</remote-id>
<maintainer status="unknown">
<email>happyleaves.tfr@gmail.com</email>
<name>happyleaves</name>
</maintainer>
</upstream>
</pkgmetadata>