commit: d143b8397ffa50087dc7996a9b0b4df462d8d56e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 25 22:47:12 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Feb 25 22:47:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d143b839
dev-python/pure-protobuf: add 2.2.3, drop 2.2.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pure-protobuf/Manifest | 2 +-
.../{pure-protobuf-2.2.1.ebuild => pure-protobuf-2.2.3.ebuild} | 10 +++-------
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-python/pure-protobuf/Manifest
b/dev-python/pure-protobuf/Manifest
index 101a75a41..26bc8272e 100644
--- a/dev-python/pure-protobuf/Manifest
+++ b/dev-python/pure-protobuf/Manifest
@@ -1,2 +1,2 @@
-DIST pure_protobuf-2.2.1.tar.gz 16458 BLAKE2B
6a461f0f1b56341ee4288a5990d713cafcdce6788111c7b011e72e742cf5060fb4c535cf9c197183a72e886eab7b72bf5790105c578467e3f6f3d1fa9d063b0f
SHA512
fa142061fc33e2a646e5392d22f0f80012b3c08f3133b00e0aa661762cd693702eb64a3e4db09e270e5d8de751d7a15167295d242c6db73f8153bb4a49fbdc10
DIST pure_protobuf-2.2.2.tar.gz 16441 BLAKE2B
bb5d2dac77b65d29beaf125a524dcf2bb3250737cb5b140d05c5ff397205cabe853ab87bd091bbaff88d169ca514ded2525cbe14ad81f504f55d47a1106bc805
SHA512
f9107d52e8dd3183af9917fc5c70d38c043c9bb80d9a067e8bfbc0dd5271feb10dd0820bcfd829517b4c6fc66f7faaf7e5ebfbb6748315debbcdcc3714264310
+DIST pure_protobuf-2.2.3.tar.gz 16445 BLAKE2B
38f13a975b4364e900e30e80d66e735ba4d871455002778f7caace14574de38fbfcf6735115b41a9c77cf023fea49dcaa1e43817e93f54388538f7619f26225a
SHA512
b2189ff0971c0f797a526c056691e2d2e860d9a07be2d78ea30f5e74f940f95646235f2570c8d5d42559f184d37e0e3250f8caf4659092f567dd598c7b926a98
diff --git a/dev-python/pure-protobuf/pure-protobuf-2.2.1.ebuild
b/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild
similarity index 69%
rename from dev-python/pure-protobuf/pure-protobuf-2.2.1.ebuild
rename to dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild
index ba4403245..32c5ff9e5 100644
--- a/dev-python/pure-protobuf/pure-protobuf-2.2.1.ebuild
+++ b/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild
@@ -1,21 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_PN="${PN/-/_}"
-MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python implementation of Protocol Buffers data types with
dataclasses support"
HOMEPAGE="
https://github.com/eigenein/protobuf
https://pypi.org/project/pure-protobuf/
"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"