add homepluscontrol-0.0.5

This commit is contained in:
Andreas Billmeier 2021-04-04 11:33:36 +02:00 committed by Andreas Billmeier
parent 3a02e52c5c
commit 385051df27
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 58 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* bump home-assistant-frontend-20210331.0
* bump home-assistant-frontend-20210402.0
* bump home-assistant-frontend-20210402.1
* add homepluscontrol-0.0.5
2021-03-21
* bump RPi-GPIO-0.7.1_alpha4

View File

@ -0,0 +1,3 @@
DIST homepluscontrol-0.0.5.tar.gz 21691 BLAKE2B b998b5af71e4174f6cfa2efd0b54f8064f6b7741251f8354c830f505aefaf4fb2daca655fb5a93d5db02ea33cb051e2b6795820fdf3242b2f6b753d4b734766c SHA512 0dec37afc97cfec05a0e1eb1af25677901ae8a5c8a9052675a537f92387e8022f6ec39001bd30d8204294e380ead7187495a35c58ba6794c768071e4b5efb191
EBUILD homepluscontrol-0.0.5.ebuild 1031 BLAKE2B 38b97cfe3f75c673d9522b68e3658b740c1a35682429ff77e71f34e605149af342af8076e3fb1eb4b12aed660f3ea8c7d3b48579775ddd950106d54ea5d746cd SHA512 c01645995a497d6baa6fe5cd269f086508f62843a3c86475013d9aec9aa6f264ad5407e8c4d57c71bafe0d09b32e5ffa4067ccefa9a81b988cec572f4b6dc634
MISC metadata.xml 453 BLAKE2B 38800c2246ec661259ab580524996ec57ff0e8dcfe4613e1e5109c93d83be4b14521ec712404f35c656740616bf6472e114873dcd93af90a140cee73722aeaac SHA512 3409f4d9e59e9646ac401a8c3b53cdd804d9ed00d1d2339ab4133b6f15052a83e795c783afa5be6d8e52cf85a33083a6ee969fc8d511cd6c86fb8d60771f07b8

View File

@ -0,0 +1,39 @@
# 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="Python-based API to interact with the Legrand Home + Control interface"
HOMEPAGE="https://github.com/chemaaa/homepluscontrol https://pypi.org/project/homepluscontrol/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
#DOCS="README-md"
RDEPEND=">=dev-python/aiohttp-3.7.1[${PYTHON_USEDEP}]
>=dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
>=dev-python/yarl-1.4.2[${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
}
src_prepare() {
sed -i "s/packages=setuptools.find_packages()/packages=setuptools.find_packages(exclude=['test','test.*'])/g" -i setup.py || die
eapply_user
}

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">homepluscontrol</remote-id>
<maintainer status="unknown">
<email>chemaaar@gmail.com</email>
<name>chemaaa</name>
</maintainer>
</upstream>
</pkgmetadata>