add aiokafka-0.5.2
This commit is contained in:
parent
33695610a9
commit
9a3879d6e6
5
dev-python/aiokafka/Manifest
Normal file
5
dev-python/aiokafka/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST aiokafka-0.5.1.tar.gz 352661 BLAKE2B f7efa06f661ce6e7dde42141c053fa8a368dcecedde6729c81853b47e6146c3073e70212980d788f15916be042fcd8ba2db785bc129b42ad0e3e19bb15f9839f SHA512 5a346a0f10a6c6cb92fbaaff7865bc6deb43ad8bb7937de30f8deca3499c36e2c5e69482c23b993343c00a42f499799568de64878cfdff84d37f5e51675f51d9
|
||||
DIST aiokafka-0.5.2.tar.gz 352959 BLAKE2B 9cdf5647d0f1258109e9aee49200f8997e7c14eddfdb7b1d9f3e645b7a7d3ae4a5adb5102a2540ce293221fca45f1d8b5f199a3d112b196d020d84b76c49f381 SHA512 a6cc32127e1afb181bc655f7d3d6028d6bc91b103648bd6a2c43dd0a74b68a4a7f13ba1de4e6389e9ec703d681d271e3e4afc1caa97048693800e2eb36e65cc6
|
||||
EBUILD aiokafka-0.5.1.ebuild 702 BLAKE2B b5187e31de2d53b8de95376950e1ce29c181eb1cb038d497dbff2d8090f2b2b87e5b2cc3d8cfdc8ed6fb192d692549f045cedffb0fe8ef7f186403c83f685728 SHA512 f8bd67dd9d1226b6c4817d62a4ab2ca1d0195260e24383c5f4d20d18c324826d39ac34852247a45adbc754c2b265d640ed705485a9f95ac0da9ee0f6adfc337f
|
||||
EBUILD aiokafka-0.5.2.ebuild 702 BLAKE2B b5187e31de2d53b8de95376950e1ce29c181eb1cb038d497dbff2d8090f2b2b87e5b2cc3d8cfdc8ed6fb192d692549f045cedffb0fe8ef7f186403c83f685728 SHA512 f8bd67dd9d1226b6c4817d62a4ab2ca1d0195260e24383c5f4d20d18c324826d39ac34852247a45adbc754c2b265d640ed705485a9f95ac0da9ee0f6adfc337f
|
||||
MISC metadata.xml 466 BLAKE2B 14063165c0e4ac26eeca4ad4d514bf782b3e900d6a5aa1ab3b743de3fbb284531babc173eb7d4b4b46a6629d4a191bf747c6d26ddff2ef0b86ab12d80eb2e4d5 SHA512 715cb277c064e754cbb831217b253a35b54043ae744daa01a81ef69a28c1c4826195baff08afc7717787ab489a148038b5e9063562eaeb2ecb0c038edc7fbccf
|
30
dev-python/aiokafka/aiokafka-0.5.1.ebuild
Normal file
30
dev-python/aiokafka/aiokafka-0.5.1.ebuild
Normal 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="Kafka integration with asyncio."
|
||||
HOMEPAGE="http://aiokafka.readthedocs.org https://pypi.org/project/aiokafka/"
|
||||
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=""
|
||||
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
|
||||
}
|
30
dev-python/aiokafka/aiokafka-0.5.2.ebuild
Normal file
30
dev-python/aiokafka/aiokafka-0.5.2.ebuild
Normal 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="Kafka integration with asyncio."
|
||||
HOMEPAGE="http://aiokafka.readthedocs.org https://pypi.org/project/aiokafka/"
|
||||
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=""
|
||||
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
|
||||
}
|
16
dev-python/aiokafka/metadata.xml
Normal file
16
dev-python/aiokafka/metadata.xml
Normal 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">aiokafka</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>andrew.svetlov@gmail.com</email>
|
||||
<name>Andrew Svetlov</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user