diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 453251835..1350d6df9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/dev-python/foobot_async/Manifest b/dev-python/foobot_async/Manifest new file mode 100644 index 000000000..5296868b0 --- /dev/null +++ b/dev-python/foobot_async/Manifest @@ -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 diff --git a/dev-python/foobot_async/foobot_async-0.3.1.ebuild b/dev-python/foobot_async/foobot_async-0.3.1.ebuild new file mode 100644 index 000000000..cf3f979df --- /dev/null +++ b/dev-python/foobot_async/foobot_async-0.3.1.ebuild @@ -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}] + + + + + b@edevau.net + Andreas Billmeier + + python + + foobot_async + + fabien@reefab.net + Fabien Piuzzi + + +