summaryrefslogtreecommitdiff
path: root/dev-python/proto-plus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
commitb83b16e0f6c963583f6323fe1bb12ecbd11d6f81 (patch)
treed67748047921162af2742c3e1255e3f1421f769b /dev-python/proto-plus
parent76617568771869151cb2a3f71939719c15dd47a2 (diff)
gentoo auto-resync : 24:07:2023 - 14:55:44
Diffstat (limited to 'dev-python/proto-plus')
-rw-r--r--dev-python/proto-plus/Manifest4
-rw-r--r--dev-python/proto-plus/proto-plus-1.22.2.ebuild40
-rw-r--r--dev-python/proto-plus/proto-plus-1.22.3.ebuild2
3 files changed, 2 insertions, 44 deletions
diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest
index fe71e39c5320..8b7fb980aa4b 100644
--- a/dev-python/proto-plus/Manifest
+++ b/dev-python/proto-plus/Manifest
@@ -1,5 +1,3 @@
-DIST proto-plus-1.22.2.gh.tar.gz 69899 BLAKE2B ad485b04e4187dd5e33259e314d807ad5541c2ddf4fb8e0a85deb195c7643194d34101428fb4fcb7dd692d60e4dd4c4037f821b8fb0049a6e36e002ce870e48a SHA512 bacb8f285417bf0e4d20898c9bb2563e16204b09fc6fb92aadfcd67ad12df388681658eaaacd9b945f4d0ad7e2ce9b95dfc938f5ccc0c4419805c53ed837b2d7
DIST proto-plus-python-1.22.3.gh.tar.gz 94230 BLAKE2B 7d7def297a2f1b863c4226ed6af35b3ecc6cfac5d324ddc311b5d44189b45773c46b83bf242fa9f9847399e1f6a55d5b114a6a1d69fe170201201fa92747dac7 SHA512 8505656798426d07e27929bf43873ae3f46b1cbd1e1b81e41035382c6edb5e5de4a550e41985d93b3c161a5fc676a1db6fc14b8e74dce5d1b1b7bf3a80419ae4
-EBUILD proto-plus-1.22.2.ebuild 918 BLAKE2B 96659609215081d52ca2909bb941194b8cebcacbf9a4a70116a7e12a195c01820163a1cec3ed5adcd77f50a5661e5e712dd4437181a8e7ee91b7e1455156da13 SHA512 c05e19a8f5f88e75d9f46ae83c27b204705c7e49233f9c8957ee7050f9a6025793e5b53f86d5b90ed7ac34b1bc1efcd712d69bb6b22e5ac38eecdba4b1deea2f
-EBUILD proto-plus-1.22.3.ebuild 934 BLAKE2B 8db48f443ea359368d54b16ece005c761a1d565e2c509cc4d2f8de99e198702142674ee36e33dc5421beeb566e987500edfb166e82cd3d707c59528442ecfd23 SHA512 3764b4486b5e2dc7d0256267fa193ce5a0f598a2dc4d075227664cc8952c1c3fa032991337f6fc8a09c68d5e328613314687d3990fb4a77c92102b2405ca52df
+EBUILD proto-plus-1.22.3.ebuild 932 BLAKE2B c260dfbda2cb8d49c23da15e4bbeed2b6e7d0908b513943cc116fe3d8ba8055b3d53f85628b94618f17baa170773aa8dd7b5bf7fcd5e66b3009079b8959a12eb SHA512 eef8c01316691135d909dd25eb8c14d990a7dac325b5752f279c51d2a87a1e570ae5a5b323f330fbcc1a4057077e0b2a397af5887afccd8e97b85a66bbb5a8cd
MISC metadata.xml 447 BLAKE2B d440be836b8a2823ab3beb7f76cbe7ff3f027ec512dff3f7d920eefea3f18329e1aa910ca16e006b1424cbd780f3fad80b8ccdc632c08ade651afd815369e9d0 SHA512 d64b8d2eeac9916ec2faab3b038082155e46e8c379ce06d7f554de763318539fa9040d15f90a3a95f337937c90f4b4042f51b1ea1cd11727e5fd971a0af5280c
diff --git a/dev-python/proto-plus/proto-plus-1.22.2.ebuild b/dev-python/proto-plus/proto-plus-1.22.2.ebuild
deleted file mode 100644
index 50bcbdebf9e1..000000000000
--- a/dev-python/proto-plus/proto-plus-1.22.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Beautiful, Pythonic protocol buffers"
-HOMEPAGE="
- https://github.com/googleapis/proto-plus-python/
- https://pypi.org/project/proto-plus/
-"
-SRC_URI="
- https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-python-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- <dev-python/protobuf-python-5[${PYTHON_USEDEP}]
- >=dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}]
- dev-python/grpcio[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx-rtd-theme
diff --git a/dev-python/proto-plus/proto-plus-1.22.3.ebuild b/dev-python/proto-plus/proto-plus-1.22.3.ebuild
index 3c91dd1f06fa..30c9a95fbbf7 100644
--- a/dev-python/proto-plus/proto-plus-1.22.3.ebuild
+++ b/dev-python/proto-plus/proto-plus-1.22.3.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]