diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest new file mode 100644 index 0000000000..08bff3b52a --- /dev/null +++ b/dev-python/avro/Manifest @@ -0,0 +1 @@ +DIST avro-1.10.2.tar.gz 68176 BLAKE2B aeb6f40ac7a1cf2167b6f13db8acc78aceaebf20be8915b4863b7c4a1b2996de46a79f5c182dcd559a21781bae08c94f82f732cc736fecbe6425a1e71a6e8f0c SHA512 46bb7035a71a0d1b43d067fdc8bde8328322acc764908d100bb0ef4a23913e7fd7660ee61dfb21e8e85cc53720192e329da6f2f31aeafd480322ade0907bc2a7 diff --git a/dev-python/avro/avro-1.10.2.ebuild b/dev-python/avro/avro-1.10.2.ebuild new file mode 100644 index 0000000000..e44f7e40f5 --- /dev/null +++ b/dev-python/avro/avro-1.10.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Apache Avro™ is a data serialization system" +HOMEPAGE=" + https://pypi.org/project/avro + https://avro.apache.org +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" +PROPERTIES="test_network" + +distutils_enable_tests pytest diff --git a/dev-python/avro/metadata.xml b/dev-python/avro/metadata.xml new file mode 100644 index 0000000000..d822d0aa06 --- /dev/null +++ b/dev-python/avro/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + avro + +