add add tellcore-net-0.4, tellcore-py-1.1.3

This commit is contained in:
Andreas Billmeier 2019-11-24 18:09:48 +01:00
parent 37effea06e
commit e92994bd36
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 99 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add tellcore-net-0.4, tellcore-py-1.1.3
* add pytautulli-0.5.0.ebuild & pytautulli-0.5.1.ebuild
* add tahoma-api-0.0.14, tank_utility-1.4.0
* bump python-tado-0.2.9

View File

@ -0,0 +1,3 @@
DIST tellcore-net-0.4.tar.gz 2750 BLAKE2B e61a03b421f087df5d560efba59566d603ff1463ed66b811a826cce0916b4702e76ec4020eb9e5e0ef2b8465eac841b4686d895b0748d2eab2cb1dfdfce56814 SHA512 709db7434a6da21f8f1d5370ed977afad253c4823a30f7ceba9cf20614a3d2d1b1696d36a3e3dc3dfb68c838fc98e2372fb715f00d2aa9817b6b11fb464c2782
EBUILD tellcore-net-0.4.ebuild 692 BLAKE2B 79e42d097ca0d97ba94961d4bc2faf273d3216e8fe82795783eaa68fe426da935b32ce07e21e60c5b29e50e4cce589b74f5acf5c4c0dc7cc6c5803a911c2d058 SHA512 ac79dd2ec2f7e4b500f73036f5bbc6b53e3336fb1a1403f811b22e31feaa87b3386537db20e0cfaa9a6d4a6d23114e0646bc4b2b6846633fb677c793f21d1cce
MISC metadata.xml 463 BLAKE2B 69d624bde9d7e9a4a5b588a6db85f60ab7930fefc25690d01df7b09a1c2cbb7a439bb2749c9f8b41b887edbd9b469a77e3907db17226122d2d867690a8e3f37c SHA512 3829f760535f4b5dea8b8f43a5456805a118540532629faf0ece46f9636d6ec8abc4792743d002c096853b1c9464287afe695a9360c30adb3bf86ab42d4cc9c3

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">tellcore-net</remote-id>
<maintainer status="unknown">
<email>pvizeli@syshack.ch</email>
<name>Pascal Vizeli</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="a Python module that allow to run tellcore over TCP/IP"
HOMEPAGE="https://github.com/pvizeli/tellcore-net https://pypi.org/project/tellcore-net/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
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 tellcore-py-1.1.3.tar.gz 41788 BLAKE2B 54e3d4ddd5bd05e3897e7833e60769420d4374f6934e9ad010dcbeba756d3b41704481720d9fbad51b9d5fc728a35588ad144a9a42b51662b2e22823f2a0c48f SHA512 a95b6f92ead40d36f232b18821fdd4f0ecbdf3132ce7d4fcd8bf399fb4eb81113f57a89776c2b607f7527e13390416f43f7e25e1ca1db41fc211f5cde374e031
EBUILD tellcore-py-1.1.3.ebuild 688 BLAKE2B 9e7eb51ecc0ac5173b3e10ed032d0d56c41569ce5be6f885b3745d3cd487981477643e9ed9f19ec5701006cca5ddb35825b5d57a689729d35e23ac473a1a1f3d SHA512 166b556a0c777db7ddceffa66cee5622764ca6c95052e9fb7caba99c19186906c66fefd9428b4bfc22568e67f09ae023ef8ef46985df39e4e7972789acac6e61
MISC metadata.xml 463 BLAKE2B e185aca9abc2ea315f64ba6a5a44db0e4b51e1d930c66f06d51fc80af9f7969f2b3f4592eb4f9e2550240670a9008ed1c64905808e4953bd6a33765ab4f30d0a SHA512 a662b095de4e333763773e75cca6352b8b8a6e10ca39d8c59cd25119a12835cd0757cf163d98017b54a0054dd364e23cb65c656a1be53da5b7609b93441c4994

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">tellcore-py</remote-id>
<maintainer status="unknown">
<email>erik@ejohansson.se</email>
<name>Erik Johansson</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="Python wrapper for Telldus' home automation library"
HOMEPAGE="https://github.com/erijo/tellcore-py https://pypi.org/project/tellcore-py/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
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
}