add greenwavereality-0.5.1

This commit is contained in:
Andreas Billmeier 2019-11-24 15:32:12 +01:00
parent 80946a3c80
commit 66c7e6d9b7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST greenwavereality-0.5.1.tar.gz 1967 BLAKE2B cace7b5bf64e515340e0a284b48c4a834d1d11a2532d2b2396cc4d86507a04231552ff3385b9a3a281d37418fe645777a34a88b3e2db17b36b262bb7b9e6b79d SHA512 8b435637bd9732530b9c1b47b642fb66f893da3e121330f88fffbfe666658e977d4b314b4e24be4b59460e2fde2350d1b8c0b2783e71f67d93910becedb5a23f
EBUILD greenwavereality-0.5.1.ebuild 794 BLAKE2B 46fe68b30fe1bdf00c8f4022808253fab1f455a20bc572aeb174c81e9650e33f945343c7ec4c7f10088591cc80cd764a55d29dd2f8761b329f7a2625880adf81 SHA512 e076ed36a62e0211e672c150ec3161428d108fc914e5b8ce11c65f31228945255eda973896fcc3d7b4e2cc7452b233b26581f1bd13459dc19d3764f602b4276e
MISC metadata.xml 462 BLAKE2B 95e2c142b1ddbb15ff46ce02f9b959759ba6aece7d2bfce9ea1d7c8507ecf6448fdf7602ff1a62f1af8432e142f0644f9a9552e5dd9f860719b35a040e8e2fc5 SHA512 b376310161ead669f5a9b5b9b59a787bc9611db6cab25efd82a587dfe2ed5973ccfc274add86cabd9ef4215842b2af0be97f1fb52d60c88079b287abb146ee59

View File

@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Control of Greenwave Reality Lights"
HOMEPAGE="https://github.com/dfiel/greenwavereality https://pypi.org/project/greenwavereality/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/urllib3[${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
}

View 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">greenwavereality</remote-id>
<maintainer status="unknown">
<email>github@dfiel.com</email>
<name>David Fiel</name>
</maintainer>
</upstream>
</pkgmetadata>