add foobot_async-0.3.1

This commit is contained in:
Andreas Billmeier 2019-11-22 20:20:37 +01:00
parent 9ac94fad96
commit a5e2ffa32e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 0 deletions

View File

@ -83,6 +83,7 @@
* add pyflexit-0.3
* bump pyflunearyou-1.0.3
* add flux-led-0.22
* add foobot_async-0.3.1
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST foobot_async-0.3.1.tar.gz 4959 BLAKE2B f54237c42b56426d36761717fc75beb0559cc08af5152c27e3ad4ad6336a0ac150158babe845e744787d7e6cd4c694864051a6ddab37dade39415650d30d2487 SHA512 21d0b3cddf36be3414e3c414154bb2ad3f428bd3343ee1e7193fb0fbd21e2d66f044ac883c63146262e3ca4a807086960a171f1e0345b3de9858e38886370899
EBUILD foobot_async-0.3.1.ebuild 860 BLAKE2B 1dfe2c7cea1f672cd8e4a3b93cdc722c3ff1bad8942e3391b77cb9d45a92915592c232117042a374c98f90f11224363820c28859b9285d836a315bd8d163819c SHA512 123c339f10576337c1c3423e379e86f02ce1984032865eec8cbfa38c462e8d0ef4cb09fd77ea7354f5d72168ea9dfef78b91756ba138bec650c4a649c86ea03e
MISC metadata.xml 462 BLAKE2B 9e8fa80aee1287601681c409716e7add4bd81c9f11a99fd9c34949f3c49d14c95e82561ae8cd8cc324854ab453a6b860e3928a730f69f763953d1a7ff20a7748 SHA512 e064da40719ac3ee124c0553e991ab8990928d25afb10494f7b806d2bc85587405c1494f87474ac0888bb4654f0bb5eabd0efb47543a16842911d626ef4b60e1

View File

@ -0,0 +1,33 @@
# 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="API Client for Foobot Air Quality Monitoring devices."
HOMEPAGE="https://github.com/reefab/foobot_async https://pypi.org/project/foobot_async/"
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/aiohttp-2.3.10[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]
>=dev-python/typing-3[${PYTHON_USEDEP}]
<dev-python/typing-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
}

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">foobot_async</remote-id>
<maintainer status="unknown">
<email>fabien@reefab.net</email>
<name>Fabien Piuzzi</name>
</maintainer>
</upstream>
</pkgmetadata>