add pytfiac-0.4, tellsticknet-0.1.2

This commit is contained in:
Andreas Billmeier 2019-11-24 18:31:11 +01:00
parent 7ab51ce79a
commit a0275bf31c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 102 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add pytfiac-0.4, tellsticknet-0.1.2
* add tensorflow-1.13.2.ebuild, tensorflow-2.0.0.ebuild
* add tellcore-net-0.4, tellcore-py-1.1.3, temperusb-1.5.3
* add pytautulli-0.5.0.ebuild & pytautulli-0.5.1.ebuild

View File

@ -0,0 +1,3 @@
DIST pytfiac-0.4.tar.gz 3698 BLAKE2B c7d8165029d791445c8bd55d3ccd502783a8045ae181a24a177f2bedfb017177ba78839a9c84eb2d0b7e49f12d5011f1c0055e597c63534faed3f610779fb81b SHA512 1c791b68e446c538d86ede24a9af5e9816dcd457dc51a5471c86964481841dc41f69df1f3d07231851f68bd2582674039fb36858ad041284391bea4d1ac28011
EBUILD pytfiac-0.4.ebuild 728 BLAKE2B 05160e93618affc4d0339b5edfd7100514a96cb5b7dd0ce96d7573a06cab30cb2fb1bdaf0f0b3c07bb2007beb4c0e4faaff7edc624610d63e6180c54bdabc587 SHA512 0854d211e358af7b6962154fde2505ff8c6a4bca62d50cea68192f9f223b510e800a2ea359702035ad94b3cd53e3062e3c4bce249c3c97ff9b154b558781e0d7
MISC metadata.xml 479 BLAKE2B 8041d034208feae5b969d8a982e1ef80a29ca683e4eddc40d35ad3a5c9d1af464c3467f0e1a0883e5585899f0cf259ed6176394439f1b8fe4d7abea34d85d53a SHA512 3b66750e100e066759db9d9d18e4264edca88a6e9b4d5abbea8a0142c6653e6876b5b12cfc63b84bc338e869a14c90b7b15458842591b25c23080ee3ba9accd8

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">pytfiac</remote-id>
<maintainer status="unknown">
<email>fredrik.e@gmail.com</email>
<name>Fredrik Erlandsson, Pablo Mellado</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# 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="API for Tfiac AC"
HOMEPAGE="https://github.com/fredrike/pytfiac https://pypi.org/project/pytfiac/"
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="dev-python/tellsticknet[${PYTHON_USEDEP}]
dev-python/xmltodict[${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,3 @@
DIST tellsticknet-0.1.2.tar.gz 19994 BLAKE2B 0497cfd6d1a717efc3626c650a530905ff97ed04995010a1b61f995917d982de01046cbd08591969b98091b3b96d2c3e06db6121c7a1abd0cf4e68211dad3e58 SHA512 f9cce1d37323fd055b5e91429a70f8b575470a987430f3fe8024550772dd07f42afad8a7271be8b59415e1c50a1b205187f6193912c68265c41891fed424e518
EBUILD tellsticknet-0.1.2.ebuild 725 BLAKE2B 200d07089542bbf2838209c6d5052d9810e649d31bc54b5d98a27db8f44a703406d8f835ed333709679fc8e24c47c42beb20184a4f5c256c4a3f0ac6846ee3ba SHA512 6944899dfe94f13f5e444b6ba404a5e736e1d2e433f92f72b12505b5a5f72cb476e75292cc3be024ebd8917929a9408e4e26c3345d5dfab2fbaa7fc5557d3caf
MISC metadata.xml 470 BLAKE2B 1e678553976c61a0cac99981fc9e8db21212a8c72558316a46b59690edacd5c472e44ed853d6b0360b7e1cf8fc068f84830f7e8fa3ffca8f76b89908abcec98c SHA512 1fdfb86f99365c18fbb26ae95a1e4cf4dc8401ce3011df2be605b018b12a5b5debd693de2416aad686ca3084f1815ae82ff31093c55cd01878facf8ebcf9fe99

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">tellsticknet</remote-id>
<maintainer status="unknown">
<email>error.errorsson@gmail.com</email>
<name>Erik Eriksson</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="Listen for UDP sensor broadcasts from a Tellstick"
HOMEPAGE="https://github.com/molobrakos/tellsticknet https://pypi.org/project/tellsticknet/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="all-rights-reserved"
RESTRICT="mirror"
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
}