decora-0.6 added

This commit is contained in:
2019-11-22 16:34:28 +01:00
parent a852459a5f
commit 4db9ce2083
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST decora-0.6.tar.gz 3866 BLAKE2B 48000fe20ab3ede6f0cf68384702ede17420ffd858e65aeaaa3692052542c740d0105016b143f42d5504c00ae774569999c59ea4fe36b6540cb70e68c8b3e5fc SHA512 4443fd3acdf3cb30ea5469ee4d522982cde4349200d5a8cd7038414a0e326a2b11f8cdd16b6fe2f38e66be52c8b775f11db2f846700a44b3288b83947a803c25
EBUILD decora-0.6.ebuild 714 BLAKE2B b0fd2ac98188cafac39e013408ffcd1244fb31148f33081a82a663d1b825ca2c50100366c4806541ae5edd3fa7f113108cec69e8d1b1114d8c1d25faabe4b437 SHA512 f1673061ff4bf0fb757bda88088a9fd206d8ba929ad6e3bae78bc290202a532c00ce34cca05ef5a96748b2ea8c204c9a3566d3c9ae7755468402453232cf0861
MISC metadata.xml 460 BLAKE2B 759ae8fb74a1a99abf6f1b586a428c96883a178f63ac964d2bdf3cce5ac4d6514eeccf3e2ec33d87eb0b786e4c1d64d0ae7cece634ff0ff517aaea544e2f5052 SHA512 acfb64254646f83f3c984495c348a631394d1329a494c8dcae0c447210db7c0fe6b3ad481abea0a6c40565925e904ece0520c1ff713f636b4820df8e113bfc52

View File

@@ -0,0 +1,30 @@
# 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="Python API for controlling Decora dimmer switches"
HOMEPAGE="http://github.com/mjg59/python-decora https://pypi.org/project/decora/"
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/bluepy[${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">decora</remote-id>
<maintainer status="unknown">
<email>mjg59@srcf.ucam.org</email>
<name>Matthew Garrett</name>
</maintainer>
</upstream>
</pkgmetadata>