add aiobotocore-0.10.1

This commit is contained in:
Andreas Billmeier 2019-11-15 09:02:26 +01:00
parent 245db35734
commit 14a3a719d4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 55 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2019-11-15
* add aiobotocore-0.10.1
2019-11-14 homeassistant-0.102.0_beta1
* add MIT License to total-connect-client
* remove requests-toolbelt-0.9.1.ebuild

View File

@ -0,0 +1,3 @@
DIST aiobotocore-0.10.1.tar.gz 25692 BLAKE2B ab5cb575bb03e7abde954a5134254f3a255659e76c43aa01f470a9cd4d1194099255808410c922d2c91301929e891165ef3708c4df78a4ee023b62717e2488e6 SHA512 c24656f26599d23703c7181041defcd1f71e28b8be407162cc82cf66981afe4c5e2aeb3cb4299518902de4b91cb14c287ed0e592f7aeacfb39d805aea10da3d4
EBUILD aiobotocore-0.10.1.ebuild 885 BLAKE2B a69a967dc663a4b41b3289fa48bc2aec73f853e60181ab1c18cb6bc4bfe42043addda0be21d3b953dc53935267c609eec598269924d0b99395437aa6256c1280 SHA512 fb7fa78d0308bcb9a6a6c9b566aa323ddd72bb9835660ce15e6a4795db37ed2abeede159d73fb061e05ab49c02a598f2e179df2e76888754b0f40cadd56137e6
MISC metadata.xml 467 BLAKE2B 6a64de1b48db4fc4dd83affa3f007507c10612ef9f24c316311d60c0b91654c1234d977e6dd283cb5b5205a7445d40e60afa2426906ca740f4403e933f9251c1 SHA512 20d1e7b4e68acf6d81bfc92ca80b7c5cd9ba1f4b0bb8dcc2794bc1ae198985dcb2d73ad9175bc353fd416d07afdd7c0ba65045fd0630d502edda281fe1ab9003

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="Async client for aws services using botocore and aiohttp"
HOMEPAGE="https://github.com/aio-libs/aiobotocore https://pypi.org/project/aiobotocore/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache 2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/aiohttp-3.3.1[${PYTHON_USEDEP}]
>=dev-python/wrapt-1.10.10[${PYTHON_USEDEP}]
>=dev-python/botocore-1.12.91[${PYTHON_USEDEP}]
<dev-python/botocore-1.12.92[${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">aiobotocore</remote-id>
<maintainer status="unknown">
<email>nickolainovik@gmail.com</email>
<name>Nikolay Novik</name>
</maintainer>
</upstream>
</pkgmetadata>