add afsapi-0.0.4

This commit is contained in:
Andreas Billmeier 2019-11-22 20:44:04 +01:00
parent 2108d24401
commit 424efa82b8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -90,6 +90,7 @@
* add freesms-0.1.2
* add fritzconnection-0.8.4
* add fritzhome-1.0.5, downgrade to fritzhome-1.0.4
* add afsapi-0.0.4
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST afsapi-0.0.4.tar.gz 4227 BLAKE2B 4bcb9e4c7dd99364978527519047064a80ca5b7a99fb95d87984616baa3fbd63705d5e571030cde2adf7149dedf294c61cb7fccaf3c1bfbbb299a92a423182c6 SHA512 d9d4003063d6ec52b40c3bee25bf0023c1e48ccc5a0d7a4813e884f6ef17d18f7a3b3de01af403d3e3f9d365d598c9239d0d29f0471b342a9ed6d17c2e7806fd
EBUILD afsapi-0.0.4.ebuild 785 BLAKE2B 80f870fc2fb7636f5e0dbff101610ca81552e1a587228726c85c47452361639bfe21641dc760c98575de5dfae5148bd6162ab90117e3e974849306dff798a223 SHA512 abf32b8a7fc61a70d71aad503c3c4190030831379be72ec4c1f7923e8c026c6b1468ec0c3942b51c6d81d2a5c188c451ae4e47d43086178a2ab418d6aec22683
MISC metadata.xml 466 BLAKE2B ecfedcd8051706c26553545f83f6a4d00696f79c2ac62582e892237c1c53a8c261d40058df585c53b8803c8ea5ba97bfec2b95920b22468e56178a4d4ee59f0a SHA512 7d086bfe15f562358cc2e436b4dbe1302de0568d4820fdc8abae971adb3a5b7c8c48f43b17ae37ac2a315b27a5540bbe84a47d530288f5c11ccf23e346d4d846

View File

@ -0,0 +1,31 @@
# 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="Asynchronous Implementation of the Frontier Silicon API"
HOMEPAGE="https://github.com/zhelev/python-afsapi.git https://pypi.org/project/afsapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
>=dev-python/lxml-3.6.0[${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">afsapi</remote-id>
<maintainer status="unknown">
<email>krasimir.zhelev@gmail.com</email>
<name>Krasimir Zhelev</name>
</maintainer>
</upstream>
</pkgmetadata>