add kostal-plenticore-0.2.0

This commit is contained in:
Andreas Billmeier 2021-05-15 12:26:40 +02:00 committed by Andreas Billmeier
parent c458fade22
commit 8deea37ce5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 additions and 0 deletions

View File

@ -47,6 +47,7 @@
* add motioneye-client-0.3.6
* add PyMetEireann-0.2
* add python-picnic-api-1.1.0
* add kostal-plenticore-0.2.0
2021-05-14
* update astral-2.2

View File

@ -0,0 +1,3 @@
DIST kostal-plenticore-0.2.0.tar.gz 10620 BLAKE2B 2f46be21f8f06db4caa928e8ab00deb8dff8038e981bef9943504d34106fb55555673b29c983d1ba9f6b4a6d0f0c3570267748a42e0b38ba1c8561b27384039a SHA512 56514b0d167e270ea9edab7518fe3e80d31ece41127bc174c3c5698ce76c7d25c32e7b3eec849de6746e166a6d1af44d65c507334504e1a61c41e576e32ad39d
EBUILD kostal-plenticore-0.2.0.ebuild 798 BLAKE2B acb1400e5f86d0a8196b5971cc07f85f440e05f602e340389a563e3e390a45a4f976868024a8e45bc67f0396c5abaadca5bc984b2044686a46cd39441753fad2 SHA512 866a0533c3d1640498469e8867ff6f11076ce87043ecfd48df50f47203b1868846fd7b340d42320eacf187144e194ffd7e464acb9760fc769cd9cb41f33671fc
MISC metadata.xml 336 BLAKE2B 630becdaa2a7bdbc6e29c08583323c437d399900bb9670560e5bc0c3e217000f6fbc751635624773e87d9927b241665c24b5efec0771a57e15b868ddf3072d02 SHA512 869a8a04e742f18f38d0f0d1500dd9eaf00b95cab940214929faad1897077c12b18fa35976eb600cd2a03891944d2cbabd430b2f43ada87c92dbe2b37e57d12b

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Kostal Plenticore REST-API client"
HOMEPAGE="https://github.com/stegm/kostal_plenticore https://pypi.org/project/kostal-plenticore/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9[${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,11 @@
<?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">kostal-plenticore</remote-id>
</upstream>
</pkgmetadata>