add python-nest-4.1.0 and sseclient-py-1.7

This commit is contained in:
Andreas Billmeier 2019-11-23 15:56:50 +01:00
parent 6e1cc153a6
commit af4e05f89b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 102 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add python-nest-4.1.0 and sseclient-py-1.7
* add pynello-2.0.3
* add nsapi-2.7.4
* add pynanoleaf-0.0.5

View File

@ -0,0 +1,3 @@
DIST python-nest-4.1.0.tar.gz 25094 BLAKE2B 8353eb149897301386bf3e19c8364e0df82bb7aaa0839d486ff7d7d0fcd6b827e5b3b81a5ee508117680757d9150025cfbda93d4f33aeb3a778b2d51b043050a SHA512 384c85bb29d1d73524ea407774ba49979bb7804afcc060d8e57c246a653bbc22753af5c20f75d45f51a8cccb6277c04ddff1741913bcb0d000cc0cd1b69cce2e
EBUILD python-nest-4.1.0.ebuild 897 BLAKE2B 83c02c0dd2a2324aa4339c5992a0c0ec6b85eccfb7fd6a2ab09ea1f75a02c2ec02ee3ea644b9564b8e8dad48fa14f751984a421b7a1079b060b9f94006597312 SHA512 a5402a6aaa2abfb05cb7a20af327eb2aba6f0c5508120c58bfab638317db35531950e6c57d13285b6191d19100c642e94cdb0b991951dc2b408c7730987a23b9
MISC metadata.xml 461 BLAKE2B ea6189234b6a75cbaefd9e53059543e3ad770fedc86abcd622303c25a4b64a4c0b6f92d4c6b443786c8dc66a664c17211cd7ce98091cbd5995a7ca119fa58d0e SHA512 bed94987328e490708493f3bb01760326048f478124b545ff687641d7a9bb4c0f6d838e5a56fbdf81539315cd02c2866574bef4927a5aa9633d01d2f968eedde

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">python-nest</remote-id>
<maintainer status="unknown">
<email>jason@koelker.net</email>
<name>Jason Kölker</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,33 @@
# 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 API and command line tool for talking to the Nest™ Thermostat"
HOMEPAGE="https://github.com/jkoelker/python-nest/ https://pypi.org/project/python-nest/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="CC-BY-NC-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
dev-python/sseclient-py[${PYTHON_USEDEP}]
dev-python/python-dateutil[${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 sseclient-py-1.7.tar.gz 8902 BLAKE2B 106873480eb20e6ea2df4a38161a1435e74098c9a1c52f83243eb885a8cf44a6802c87176c19ab6338dda9d0ce4a58c19d39b62f14270c0fc03d38408efa55c1 SHA512 0e52e91c20b33877c46a45dd81454113782ef6d0ef302c9a7702400acebd7afc1258a0eb6cbb4e3abec7dd1784614d444c7391dc4e81e8935d6a2d86d207caae
EBUILD sseclient-py-1.7.ebuild 685 BLAKE2B d0559b8ea925c0fa92ecd9b85cbab56f1d039c2eec665477ca8fc3dd390a2730832ba198c71fdbcce03c9bc06f7b985b70214c588908b68046f2b1ca411613f0 SHA512 45ff4bae52febd9caed4ee1fec7f69e48fe01c2b47407e5c6660f084eed29194c4d4a9a914afdfb7335031e2aaa3a5b7ceaa4395b7e19fc1da27d83a36113e7c
MISC metadata.xml 474 BLAKE2B 163e5f9f3d3068d050db8a02e2ee0fdb8b9b514c9fc86241863dc891abc13ac719ef7cc51ad7d43b25eddcb8f790b1ebe1d892f45c3d6cb188165b848c34447d SHA512 6c0a00a28c29c7aea98886d713319da2158c567711bb2503a40a356256af7c1e86aca3e6fed268348fe5786ee8a21c1be66dfa8a6f30f36ebf793e4c73abd85c

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">sseclient-py</remote-id>
<maintainer status="unknown">
<email>maxime.petazzoni@bulix.org</email>
<name>Maxime Petazzoni</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="SSE client for Python"
HOMEPAGE="https://github.com/mpetazzoni/sseclient https://pypi.org/project/sseclient-py/"
SRC_URI="https://github.com/mpetazzoni/sseclient/archive/${P}.tar.gz"
LICENSE="Apache-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
}