add roku-3.0
This commit is contained in:
3
dev-python/roku/Manifest
Normal file
3
dev-python/roku/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST roku-3.0.tar.gz 12932 BLAKE2B 8113c65cc723f7ace068d6e3623e7509719931c94541fbdca12a946f63763898d2bca2ede85283a062721edbc09d0edbcab56b8928dea30a105309ba7c3ae140 SHA512 d9f88d0611f2d63d1d378b9c3cfa52077821ba9b91d08aac1ca47c6f9bd3d0a6d743d8a6f712e3d65730bfc8159b0fee96f15816959c49a929834c193ebf5c5c
|
||||
EBUILD roku-3.0.ebuild 921 BLAKE2B ba540e33c57aa821ebcd579b60020e12c60f161131a3c3216ca3d81e7115660c68a657a90ba5e3059bed1241281192398152611442bbe4a6289e1854059a14d7 SHA512 22978413d9673ad5014bcc6d47e83be7bf86adc7552d5fd45dbb97606768bbe53bcce03f122995969d21b7150c6fd46516e318a3b4f909a7049e3f5d11fd6d03
|
||||
MISC metadata.xml 458 BLAKE2B 36e34263dc61b66b728d3ae35e750e3e22815cf30d239d700d6b582e3392e183aa5e4e51d9125e02db9fc6ed76728d8d104c133403a1789efd3b2b654af6324b SHA512 f7da7d4425ded925ef44e8b945fe2d58c30c28bfc7995537e02e4a64691fd2c8600b01cbbc6fe0cd6b8d0599dd728d20ffcdfb66b59ed37492b4373587e41250
|
||||
16
dev-python/roku/metadata.xml
Normal file
16
dev-python/roku/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">roku</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jcarbaugh@gmail.com</email>
|
||||
<name>Jeremy Carbaugh</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
34
dev-python/roku/roku-3.0.ebuild
Normal file
34
dev-python/roku/roku-3.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Client for the Roku media player"
|
||||
HOMEPAGE="https://github.com/jcarbaugh/python-roku https://pypi.org/project/roku/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.10[${PYTHON_USEDEP}]
|
||||
<dev-python/requests-2.11[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
>=dev-python/tox-2.3[${PYTHON_USEDEP}]
|
||||
<dev-python/tox-2.4[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user