add PyISY-1.1.2

This commit is contained in:
Andreas Billmeier 2019-09-06 09:27:04 +02:00
parent 8e4b2a269b
commit edac15f26c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,5 @@
DIST PyISY-1.1.1.tar.gz 25696 BLAKE2B f263d42adc81da1f0043886f77dddb0780155e1e8aa701d0e3802dc98a47e0ef656d51de19ff2b81ff2c27a59ab05514a4591edd9b6a589e05ebcc9a50e9867b SHA512 329089633a8052de47304f260973dc5221509161d63c0aa9d1484d160b958558c1e639b858c67322143def917f91f5ed988e8795a25f08e7674a62624e2516b8
DIST PyISY-1.1.2.tar.gz 25831 BLAKE2B 84c80e4fef3b7c0f26a6885519949c5db6473258f17a91634f0900166da7e7f11933e623552ef5b9890fd09bc7397bcbe6e52a497f04f65903dc608a202e7dd0 SHA512 ca11a3e8ffaf8aa4a34d19ad3abbb85493d8326261b6baa597b1fe6752d0dd7c9a00ff2bfffc71461ed3d4d9e85dc961b3c6dcb962cbaa7e9fe482a12f7530a2
EBUILD PyISY-1.1.1.ebuild 720 BLAKE2B 6dec4f2674c21c353e104174baab9143043e2396cb33e4da06bd82e6410859de1f2b7f03cb6eb09e32afb85aeccbdc01192e9a1d05cc3d0225a14eef02c192e6 SHA512 dfc5d302f4156b88f847eb5cb994f9a48b312c9baa3a4f2bce99a0a2200fea0fc991cdc26208df54dfc448b17d53b5dedf3cc3468469abdeced4297e267087f7
EBUILD PyISY-1.1.2.ebuild 720 BLAKE2B 6dec4f2674c21c353e104174baab9143043e2396cb33e4da06bd82e6410859de1f2b7f03cb6eb09e32afb85aeccbdc01192e9a1d05cc3d0225a14eef02c192e6 SHA512 dfc5d302f4156b88f847eb5cb994f9a48b312c9baa3a4f2bce99a0a2200fea0fc991cdc26208df54dfc448b17d53b5dedf3cc3468469abdeced4297e267087f7
MISC metadata.xml 454 BLAKE2B 7f5474b8f6da9b3bb72a2f3bef226dc6ead59b13a54eae648ef7f926abb23b5c76150502f677587cdba9e0f43d68571ddc76e150c8060f779cee116103b8ee60 SHA512 26b1e8d7f314f18c940ead7f3e0b6a1b64d09ec880cca0522a38afb21064efbc042e9c20bab4f0c32c6208ac09707d2f62f9cc223b92018f38224e8c3dbaf6fd

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 module to talk to ISY994 from UDI."
HOMEPAGE="http://automic.us/projects/pyisy https://pypi.org/project/PyISY/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache License 2.0"
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,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 module to talk to ISY994 from UDI."
HOMEPAGE="http://automic.us/projects/pyisy https://pypi.org/project/PyISY/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache License 2.0"
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">PyISY</remote-id>
<maintainer status="unknown">
<email>automicus@gmail.com</email>
<name>Ryan Kraus</name>
</maintainer>
</upstream>
</pkgmetadata>