add ambee-0.3.0

This commit is contained in:
Andreas Billmeier 2021-07-02 20:50:20 +02:00 committed by Andreas Billmeier
parent 0f1120caae
commit 715acd1fb7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST ambee-0.3.0.tar.gz 11119 BLAKE2B 9bc0032cdf9584ce3cf03925cbfa8ea3bb16962451287546c7868a1ddfcd4ae6735a1ab39364353e7f11d462bdf2dd4b30d7b547e3738f868cdf8dc068d20db6 SHA512 3702181d561c89808902e66db9c15498d4bcbbefe8895554ab3dc301d1ed1500ce7631fd1a3b0d26fa3e0985ec764a5d8e3111df4f3e276864c95d5e2f97c899
EBUILD ambee-0.3.0.ebuild 768 BLAKE2B 0ab8f52cf92bbb912db02587f287f169fecbd63999e546cc9ceca626952bece7f0e7a5795ee4d2d9f91162d85335a662f0d459bbb922181471f2e8045c314c0a SHA512 16bc056265190f76c57b3a1f9923079fc5d55122396fed51e5bbd25583b2c9c39d8e1e6d685388d314fa6ddc4b957ddc5417f52f43304ebf6d7eb3faea2a9a90
MISC metadata.xml 452 BLAKE2B bda28169d3eea5ad55b6d2adc8409141e729f95e537eb1af01ade8ab357ef3ed62c8af1d21bb48c113c02e95d9c35039402463179f494564d0abeccccae1fa7b SHA512 5b30404850fc8a4b77870ab222d70aa70daa826c86be237c11f52446c3b2a8730e921f2a5212140f5c04a45a7b71a92cee349da05f7f0db111f49cc475b9c49a

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for the Ambee API."
HOMEPAGE="https://github.com/frenck/python-ambee https://pypi.org/project/ambee/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
BDEPEND="
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">ambee</remote-id>
<maintainer status="unknown">
<email>opensource@frenck.dev</email>
<name>Franck Nijhof</name>
</maintainer>
</upstream>
</pkgmetadata>