add aioautomatic-0.6.5

This commit is contained in:
Andreas Billmeier 2019-08-15 07:18:54 +02:00
parent 6db292965a
commit 5fc56f8f65
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aioautomatic-0.6.5.tar.gz 26816 BLAKE2B 70db3f7fddacffa2f1ecc5690252bab34281e41a818df717cef5d24e12b800f1ba57fb66df118d14d178ae99da772b11d574d601204fedd17213fa8b03cfd53f SHA512 5cde94d05711e312400c554554a730abb166968fbb8b64c74ca51147dc7829a8d88b5ca7fe0de4b521ad3d9012da2709815ad53a45d221e057407fd455d8980b
EBUILD aioautomatic-0.6.5.ebuild 739 BLAKE2B f26472997c9443f87fe54372410dcbc462b4389fb70f465c048fb775cd649834623d4d6fff014983ee8b05ecc324e965efe8b54c5df0c97a9ab1e697c6286836 SHA512 6954766b8261a44686292035118a0d84dab7711e57bb53ac2938618bd6ee9f32f0038f5ba5a06c1d369172e5f1b5fd192c5874f3b3627f5284f94882237b5f24
MISC metadata.xml 459 BLAKE2B 3fb8d3350c6a543875a01be549b4f757907d04a6c3120e6a7eaddbdc1418e002e751eb7f41b058313715393331af4487c1937b31e927ad0bde0d576b419bf4a2 SHA512 cd4b8e0a0b144869f114e4d7f7a8facdffb85abed1a8cfb9dacbaf81f30bdbdc8e80ff251ddcab1b7c581fd9a1fce00ad81f51da24be25c3a7104d6a26e1fc12

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
# Distributed under the terms of the GNU General Public License v3.0
EAPI="7"
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Asyncio library for the Automatic API"
HOMEPAGE="https://github.com/armills/aioautomatic https://pypi.org/project/aioautomatic/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache Software License 2.0"
SLOT="0"
KEYWORDS="~amd64 ~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,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">aioautomatic</remote-id>
<maintainer status="unknown">
<email>adam@armills.info</email>
<name>Adam Mills</name>
</maintainer>
</upstream>
</pkgmetadata>