dev-python/avro: add 1.12.0, drop 1.11.3

Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2025-07-16 16:35:24 -04:00
parent 728740ae38
commit b926dcf623
2 changed files with 3 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
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"