add aiopvapi-1.6.14
This commit is contained in:
parent
408824ba06
commit
6bf2a1b93d
@ -1,4 +1,5 @@
|
||||
2019-11-22
|
||||
* add aiopvapi-1.6.14
|
||||
* bump aiohue-1.9.2
|
||||
* add url-normalize-1.4.1 and poetry-0.12.17
|
||||
* add horimote-0.4.1
|
||||
|
||||
3
dev-python/aiopvapi/Manifest
Normal file
3
dev-python/aiopvapi/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiopvapi-1.6.14.tar.gz 19474 BLAKE2B 58458b42b6228648300a8fde5ab5ff4990f1eb7f967381f2a0ad21f5cec005279b2b1f3b4118f0bee7b9a1d2c34dad366eaff85f720d334645e508af22c87c58 SHA512 a13a715ea2d3cf88f07edd097d96e9a5329e69593c0290e5a122ae651907b2cef96e0ae688f457b6b87a4dd76ae0b49be2a3a01026cbfb2cddf96176b7475c98
|
||||
EBUILD aiopvapi-1.6.14.ebuild 793 BLAKE2B 162a8987e7cafadbc613b20c2edfa1b3fcaa27edf59e9c6b907860f4e6244a62f779bcb1fa008b5ba12d12c0b80495fb959c80fbf9f51e551bcda14e2cab4813 SHA512 a5999d6a088f048293221c9ad58e4368a11979c28e6ba0d8a460123106695bcc678d4092ad566b3db50a2c536a781182d11177f0ed133f3349ecf21d3535b750
|
||||
MISC metadata.xml 334 BLAKE2B 0a8122e12543686c510cacad4c8321b64d48df5cd8e151c1d29e04000b4419c9635aae2b67706ef208533c22d2c92ed469fe3b646c98786e3a118d07b09714c2 SHA512 78b94268d59968754ce84845ead3cdf61a6bf0e61ff968af56d8aa8c81a963f271bc5baa4885ca41f66c2ddacb4e9ced187166f4ffc5339beec5605c1896b7d3
|
||||
32
dev-python/aiopvapi/aiopvapi-1.6.14.ebuild
Normal file
32
dev-python/aiopvapi/aiopvapi-1.6.14.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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="Powerview blinds API wrapper"
|
||||
HOMEPAGE="https://github.com/sander76/aio-powerview-api https://pypi.org/project/aiopvapi/"
|
||||
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/async_timeout[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3[${PYTHON_USEDEP}]
|
||||
<dev-python/aiohttp-4[${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
|
||||
}
|
||||
12
dev-python/aiopvapi/metadata.xml
Normal file
12
dev-python/aiopvapi/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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">aiopvapi</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user