add lightwave-0.17

This commit is contained in:
Andreas Billmeier 2019-07-16 18:25:08 +02:00
parent e0eecd5ae0
commit b475141872
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST lightwave-0.17.tar.gz 3401 BLAKE2B 3fba2adb5de1fb98eea1b37687de3ab609f8147e7a1e98bab52f03ba3db3461abe6cbf155df842b380c75a094ecfb8db0a72d74c5f519176b9842bf11df1864b SHA512 6ae43a952061259628c5721fab02af19b7cd68c95f035e9779174c36e8c8f8c8e41f536b81016320c0485fb75a3d21919a835d5afb8e6463272a2ed6c7e0928e
EBUILD lightwave-0.17.ebuild 770 BLAKE2B ab00df54b33e5ecd9a337513151db46ee1c5697a44e41b0f67618113932417c2d7c6193558f457e7a6fb78302105cc5ec05082c4a3e67a096bdd2138b9e7a6f1 SHA512 ddc1bb4560e11b197220f93e8d715c6293c3aa5b88d9d725ec39f2aa99df99e2587e58499820866b94a25f884b8a20742eb4d7c88d7529abd415d0950b3a1311
MISC metadata.xml 458 BLAKE2B dc417931cf0d740f46adfda78b2ab7624a4fddc30e4cc12412be0ea26f6c56f5137adb74add6ab15828d95a182098e69437f396c4eead71259c21038738c9b2c SHA512 747bc2724c88e4a3c03c88044cbf54938a46b771e4ac990d4e7c6e3cad9b292ffa3ac1209b986bdf1646e5264fbe1d584a0e69a3696adc4e2d31bee1b29af0ed

View File

@ -0,0 +1,30 @@
# 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="Python library to provide a realiable communication link with LightWaveRF lights and switches."
HOMEPAGE="https://github.com/GeoffAtHome/lightwave https://pypi.org/project/lightwave/"
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=""
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">lightwave</remote-id>
<maintainer status="unknown">
<email>geoff@soord.org.uk</email>
<name>Geoff Soord</name>
</maintainer>
</upstream>
</pkgmetadata>