add aioshelly-0.1.2

This commit is contained in:
Andreas Billmeier 2020-08-24 23:36:31 +02:00 committed by Andreas Billmeier
parent d91272e3ab
commit b56ad20f84
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -38,6 +38,7 @@
* update py-cpuinfo-7.0.0 from main repo
* update bomradarloop-0.1.5
* bump aiocoap-0.4_beta3
* add aioshelly-0.1.2
2020-08-16
* update esphome-1.15.0_beta3 (experimental)

View File

@ -0,0 +1,3 @@
DIST aioshelly-0.1.2.tar.gz 7364 BLAKE2B 11a2bea7ebe2d94a6e5503c77f59e4b3f8d922bb253a7d511c4f6560fcc8d5ca10acc02e48f40307bbe6ba468f2b234a5bf1fe756a0bbd919789d6187a3b83cf SHA512 70f53b235684936b544def11272a60bf0aefac790bcbb776e9f8779fc08bd628c09b6d485f3acdb04907a2d12a5d00672b5934dedc1403946074df1b548226a5
EBUILD aioshelly-0.1.2.ebuild 777 BLAKE2B 5dddd5ad8651cc5e2db348c93701e7c6ee057d3a11a1d6a573ff31fa2c38c6b785bc0dc9e43c51364469d99d917573fdfa465b248886d38356f4e523bf809fa2 SHA512 8d12dce7d28a1e2b6cbb3f5d181728dcdd1319cc01e5d83aa9c46942735d8d66c7e6327919962f988a590d3d9f0b61b2cef5f0bd8ad6f506817ceaabfffe28a6
MISC metadata.xml 462 BLAKE2B 07bf3f330aa9e06a90c519f740253a97d2fb8809c7c6c427674e43bfacca3dae9bc57a1aca9d66445f16df7282feded629d843e3bf1f3f7db11b1205ee73f82c SHA512 bc9aa87250eaf1d20b59d94f3c9d6b945671cd54003ef0f1cf2aeb6e190b24813c261fb0cc8cd2e6ab529b40ce0e6a346d244e8dc1b5a340a300238b09c4b677

View File

@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python library to control Shelly"
HOMEPAGE="https://github.com/home-assistant-libs/aioshelly https://pypi.org/project/aioshelly/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/aiocoap-0.4_beta3[${PYTHON_USEDEP}]
dev-python/aiohttp[${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,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">aioshelly</remote-id>
<maintainer status="unknown">
<email>paulus@home-assistant.io</email>
<name>Paulus Schoutsen</name>
</maintainer>
</upstream>
</pkgmetadata>