add niko-home-control-0.2.2 and nclib-0.8.3

This commit is contained in:
Andreas Billmeier 2019-11-23 18:11:19 +01:00
parent 1962c85548
commit d8be6b4091
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 101 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add niko-home-control-0.2.2 and nclib-0.8.3
* add py-nextbusnext-0.1.4
* add neurio-0.3.1
* add pynetio-0.1.9.1

View File

@ -0,0 +1,3 @@
DIST nclib-0.8.3.tar.gz 13445 BLAKE2B 22dd74ca9a3eb6631338fc819c8ef409199f8b3499c905da47a9afc121662d2b83d98326cf5ee24072d660684c4495ebba1b741f7ab170dcc8de9f77f42018f9 SHA512 5080e8ce4742b522342926a35709b1e437630137d73eaecca6d9a630277265e0a71ebe0c9011a6b73f3bd39b029a2e38825fe2d448780763cfd68e429227bfd2
EBUILD nclib-0.8.3.ebuild 673 BLAKE2B 340e0a60b6634300db716d6c9038a31e3503f5854ac754e76afc34dfa96b88b97b683ad4b0fca15f67b4c6360d11800337fe53db8ef2ea54ca13e6bf461ed081 SHA512 b9a7b17360f3234960912e78a01644ceaa37b7d1e5b9403827fa68537f0a581e0698d1f4e4a07f70f7856073615d5eb49484c4215187fc146dd0af0f9a11a745
MISC metadata.xml 449 BLAKE2B 1539917bef8a73b31554e318d49257ed4562554a7bc57537c1e479cd608fa27baffa298116dfb380d82cff76b2f65382cf6f9001df15b383ea2f72fa9ab0bd1b SHA512 62c7ac2ca5945488ce1e23940289389c860657f0ff18731fd210b5542d4e2d1d86e847008fc9dcaf68958e50b36e6e996947e16d91570b8929b4e5615f0214b7

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">nclib</remote-id>
<maintainer status="unknown">
<email>audrey@rhelmot.io</email>
<name>rhelmot</name>
</maintainer>
</upstream>
</pkgmetadata>

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="Netcat as a library: convienent socket interfaces"
HOMEPAGE="https://github.com/rhelmot/nclib https://pypi.org/project/nclib/"
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,3 @@
DIST niko-home-control-0.2.2.tar.gz 5311 BLAKE2B 00f95edeb2604a54f5288ad6de45e1fba56b691a6a92f444c6a087f5d4ca147c05649253fd9f7ab0a1950ef5333a39c7a2d4e83426df4f083e3fdfc288d214bd SHA512 fb1d4b3c218b3557b6ba906f56040360b5c2a9e652f6d9261c40a0ba4c4c7ac3f669e400fa1f68a93eeda937e474cd1c7dee4d98cf9da0de7559d1c9a9757298
EBUILD niko-home-control-0.2.2.ebuild 819 BLAKE2B 3df0f853a24a07909ea661cb668fd93d4f457a769902f1668dca5e04ccabda91378577b5ab08e4481942b61d6212c6dd00f2f110e1bd7aa28b4a8b168ef05cc6 SHA512 f2e52d8c643e4a7c36c228cc3ff2907b6c154f97f633c451f010789a1940dc7a0b18f2ef404e613152fc5999c002c0e3de177076304fb47774cce8b8f22e7a2f
MISC metadata.xml 471 BLAKE2B 74a5696e7cf0cbc717cc7549db05f261c8cdd83c10dc183076aa2f81c4e8ea93b39976ccdb647bcefbfc261f66d30e767ddd98e39901e2c1cbc340d325a93591 SHA512 f3649d39fbdcda544ec357f3d2ae99d76836b46ea60c559bdf6aeed906213c0e859e119bbc424003ddb287036eb26989cd7afb900721a62e58aa312ae5fd8645

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">niko-home-control</remote-id>
<maintainer status="unknown">
<email>dries@nousefreak.be</email>
<name>Dries De Peuter</name>
</maintainer>
</upstream>
</pkgmetadata>

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="SDK for Niko Home Control"
HOMEPAGE="https://github.com/NoUseFreak/niko-home-control https://pypi.org/project/niko-home-control/"
SRC_URI="https://github.com/NoUseFreak/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/nclib[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
dev-python/netifaces[${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
}