add aioeafm-0.1.2

This commit is contained in:
Andreas Billmeier 2020-08-15 11:07:50 +02:00 committed by Andreas Billmeier
parent 1ed6c832f3
commit e6742a7c99
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -13,6 +13,9 @@
* add pycoolmasternet-async-0.1.0
* add py-nightscout-1.2.1
* bump pysmappee-0.2.9
* add aioflo-0.4.0
* bump aioflo-0.4.1
* add aioeafm-0.1.2
2020-08-11
* bump blinkpy-0.16.3

View File

@ -0,0 +1,3 @@
DIST aioeafm-0.1.2.tar.gz 1639 BLAKE2B a38bf73fc95249908e66fa8ad7856a038591b4ce4e665d4df7b37e327fb21c97547a8094dfa9649f815c06844449cff2c02ef54522d27b25c165e7ec41aca3ce SHA512 5ce237098a66371196ad472cf77a31f32b2a3caba7f328478cdefe4673a4cf32a83fd8d3506209104a921e2465c3f17774ee8d3c6282ffdb7ee448f49f009fcf
EBUILD aioeafm-0.1.2.ebuild 677 BLAKE2B f05760e47b3bff213d46a0bfee55060199cf91907b89670a4cef98a19000095fef4dfceae67272e9bbaff92f855d5a2a8c745789012affb8e250614b4ee24be8 SHA512 99cc3141c340f8ef755fd9ded918b562e4832521bbe020bfec93c6ab2d54d67fbe5bb7d9aef30aab27bf3561151a4f53d379baf2b9417aabfc3e570c6ed60f08
MISC metadata.xml 453 BLAKE2B 27d75e04022904152b0e2065fe8473f75c53aa0708eff4c1cad967d57b522c3c4f8053edb7474ddbefc4995c70b215e00d93e2789c479aaeca07f17a8a445f33 SHA512 f9c01dd4bce467f4d3eb3bb91219ad1e228bd5ae0e41b2ea6669771e36fccf2d5c8da86113f530478a8f3801a878cbdbc6bee7dc84536d366e8619b1b2296c4f

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="An asyncio wrapper for the UK Environment Agency Flood Monitoring API"
HOMEPAGE="https://pypi.org/project/aioeafm/"
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=""
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">aioeafm</remote-id>
<maintainer status="unknown">
<email>john.carr@unrouted.co.uk</email>
<name>John Carr</name>
</maintainer>
</upstream>
</pkgmetadata>