add eebrightbox-0.0.4

This commit is contained in:
Andreas Billmeier 2019-11-22 18:55:00 +01:00
parent 389b5cbde6
commit 17446fbb91
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -64,6 +64,7 @@
* add ecoaliface-0.4.0
* add pycountry-convert (for sucks)
* add sleekxmppfs-1.3.4 (for sucks), sucks cannot be added, there's no proper release.
* add eebrightbox-0.0.4
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST eebrightbox-0.0.4.tar.gz 24915 BLAKE2B 53b1f96b43e4904fa25c31bd51ecca487108daefb3d7dfde17b08ed2d191398201c6053ea9d7f13f0fa69f85918043d2e2c5685956df20d0e2484360d9fbcb1b SHA512 7ffc837c917616472dd4eb9bb7c35f1afd38b5fbb7cbaab1d46b6b4b9b203d8d8c6dc5b70b3601c1d201fea6f4210400d6e27579eaaf388222709779621cab89
EBUILD eebrightbox-0.0.4.ebuild 702 BLAKE2B 897b7c7c8565fa33e83be7df3b9bc1ef673ecea70f4b5336b3893295a84521a58e8ff701e203f4a018e9a3e3525e8cc5068af3cb89146277fabb43ae0edf8a2b SHA512 5ad23893549374df43836de6ddefbabeab7bdbba2e57ef26810b2c450d0be7e1df1a6d54cf59ba282a7b1137d0e0b4d5325a69fa3ae650ae52d145d149a21eca
MISC metadata.xml 472 BLAKE2B fee7458bb039a63faf8c8a292249617e116b88887ad233c3041e08bfce06ebdc01631f28d7ca5731b6ef207b09a67f7c21092d0d57aa91abf6e57ea1ecc3cd38 SHA512 aca4b25e494fd3f2f7234271e57448b0be35b4f65cac1ed21be6c662f91c648e622082c7b2aa6ffd6c9de66401476bf497f108536ac55bb4d69df1366256641a

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="Connector for EE BrightBox routers."
HOMEPAGE="https://github.com/krygal/eebrightbox https://pypi.org/project/eebrightbox/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pbr[${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,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">eebrightbox</remote-id>
<maintainer status="unknown">
<email>k.galutowski@gmail.com</email>
<name>Krystian Galutowski</name>
</maintainer>
</upstream>
</pkgmetadata>