mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-python/avro: add 1.12.1
Repology said 1.12.0 was vulnerable so I updated, but I'm not interested in maintaining it Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST avro-1.12.0.tar.gz 91025 BLAKE2B 393f918c047bed572bcb1803870a7bafe29d0a14c82d2da082665a4d72bd6277bf0410e4349ca43a320682f4ebd2742b5a3262fe86e5ed861fcf1c0e49a8c778 SHA512 a64820ce810477c2187149ae855039b33fe92c8c3f84e3aa66da4bde487fbec0ca3744618c415fe7bfef2fa458f9417e4266a316af8a9d7aa4db120a85e7d414
|
||||
DIST avro-1.12.1.tar.gz 91115 BLAKE2B 7dc2be339d3cb10e593f76e08f2b9bed761b133d4f759d58b6703f543996dae5ba80b3bee82e7ac8c4e7a3f7118d746e7ab3e65fb5e7da7d6d42a1ed25848c45 SHA512 4403174f85be120e65ee2cbb007d18b64ef8d0cabfb8242f170fa94da0b1036f68db7bb8f46010999c64dc1c14c466b4ed69cd2fcbdf8f3dc046fddd1b50df41
|
||||
|
||||
21
dev-python/avro/avro-1.12.1.ebuild
Normal file
21
dev-python/avro/avro-1.12.1.ebuild
Normal 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_{12..15} )
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user