add boschshcpy-0.2.19

This commit is contained in:
Andreas Billmeier 2021-06-12 17:36:13 +02:00 committed by Andreas Billmeier
parent dcf80e358b
commit 084cdd895b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 54 additions and 0 deletions

View File

@ -88,6 +88,7 @@
* update backoff-1.10.0
* update demjson-2.2.4
* add aiosyncthing-0.6.3
* add boschshcpy-0.2.19
2021-06-04
* cleanup PYTHON_COMPAT, remove unused Ebuilds (https://bugs.gentoo.org/793464)

View File

@ -0,0 +1,3 @@
DIST boschshcpy-0.2.19.tar.gz 24056 BLAKE2B 1abeac3968b15028d5ac1a62886416c2a049a66c19eeb8b391ce7e5e78445197dfde669401d9111bf6d32fd16805e497b6d00244d688077b70037b5252c86cb2 SHA512 bd08ecda159a61274e2d03198d15aa56b5d302f01199ff13d7b441a79ac4ad6c0823e299a6b1d4b3134f27cd879d145668a7145a87baff012a0d9df55fee4bb2
EBUILD boschshcpy-0.2.19.ebuild 889 BLAKE2B 32d90e62f674671757a76f701036a47b1a3d90c7e90fa322571467be7f264712a47cae3bd73d724aeb63e64b9caf07b724544d8591b632810a2fb8c686e4fa7a SHA512 904103590952ff61ced7a7185a4a78ccff6ce63d99e944639e33284d3b1c4d992b3de7af75407a44e50a1569e8670b956c14a29d89b3956c8c5936a4c40b2bae
MISC metadata.xml 493 BLAKE2B a1a00c4f127d3ceb666aed80834db4ae0a1ec56c4ddbb3937ecf1525ba88f9d4f225719ab17ace6d27eb8308e7ae8dd963b9e25c5606884bafa16f68ef29953d SHA512 9152dfe93397ad40453fe6a411d623af86dc96598e300f0f9b6bc8062b8c742170a1570a536fbf2f6efe17a59ed582c44221b48382d786694245f023e2dd0c6a

View File

@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Bosch Smart Home Controller API Python Library"
HOMEPAGE="https://github.com/tschamm/boschshcpy https://pypi.org/project/boschshcpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-3.3.2[${PYTHON_USEDEP}]
~dev-python/getmac-0.8.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.22[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.28.0[${PYTHON_USEDEP}]"
BDEPEND="
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,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">boschshcpy</remote-id>
<maintainer status="unknown">
<email>cabrust@pm.me, thomas@tschamm.de</email>
<name>Clemens-Alexander Brust, Thomas Schamm</name>
</maintainer>
</upstream>
</pkgmetadata>