From 2eb18da45283176873df783f9be185a66bb6460e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 25 Jan 2024 23:21:33 +0000 Subject: Adding metadata --- dev-python/avro/Manifest | 2 +- dev-python/avro/avro-1.11.0.ebuild | 23 ----------------------- dev-python/avro/avro-1.11.3.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 dev-python/avro/avro-1.11.0.ebuild create mode 100644 dev-python/avro/avro-1.11.3.ebuild (limited to 'dev-python/avro') diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest index 49da0325e573..4fbc4f875fae 100644 --- a/dev-python/avro/Manifest +++ b/dev-python/avro/Manifest @@ -1 +1 @@ -DIST avro-1.11.0.tar.gz 83374 BLAKE2B 01f63974133d2c199f2b1e50694787898505dccf9ee3100517bd783088dce47a9b7c03aa9f98c9b4bd06a989a804478e081f0068fe4f2e81c047a9579c7a395e SHA512 e5fa1842df8d1dd730da850957927049c39788ce27b8454960d88fe7e8cf6bb6537e6db2dedd630fd09c03bc736f276b567c35c749f06fdc76a6d9cac43a4c07 +DIST avro-1.11.3.tar.gz 90621 BLAKE2B 3fbd8ea80eeea212e9136207c5207af5571ad74e21d5ab469fc1a86525cffb2f80477757be8b63cd026d9b75ec596d30b2c1bdf4abba6b15711cd3dffafcf80e SHA512 2f7877dce1ff2bde8e9cbf531f8c8149c68026ee9274d53bcbe99e7ecb678004701ad5c7cb001c01c0351aaa4d8b5d5d699f8952d95368ad2713204dd1c21895 diff --git a/dev-python/avro/avro-1.11.0.ebuild b/dev-python/avro/avro-1.11.0.ebuild deleted file mode 100644 index 5e103f16a63b..000000000000 --- a/dev-python/avro/avro-1.11.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Apache Avro is a data serialization system" -HOMEPAGE=" - https://pypi.org/project/avro/ - https://avro.apache.org -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="test" -PROPERTIES="test_network" - -distutils_enable_tests pytest diff --git a/dev-python/avro/avro-1.11.3.ebuild b/dev-python/avro/avro-1.11.3.ebuild new file mode 100644 index 000000000000..16a31770905c --- /dev/null +++ b/dev-python/avro/avro-1.11.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Apache Avro is a data serialization system" +HOMEPAGE=" + https://pypi.org/project/avro/ + https://avro.apache.org +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" +PROPERTIES="test_network" + +distutils_enable_tests pytest -- cgit v1.3