diff options
Diffstat (limited to 'dev-python/proto-plus')
-rw-r--r-- | dev-python/proto-plus/Manifest | 5 | ||||
-rw-r--r-- | dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-python/proto-plus/proto-plus-1.22.1.ebuild | 40 | ||||
-rw-r--r-- | dev-python/proto-plus/proto-plus-1.22.2.ebuild | 4 |
4 files changed, 3 insertions, 86 deletions
diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest index 531fbee2720d..6eceffc73a7f 100644 --- a/dev-python/proto-plus/Manifest +++ b/dev-python/proto-plus/Manifest @@ -1,6 +1,3 @@ -DIST proto-plus-1.22.1.gh.tar.gz 69507 BLAKE2B b71c263270dde979da0e050a21db258366ca5ddfaed5f8fb78e53444454a123d171019801873d1662ca73a89f079fa1c4cb7c58d34053cabb528015c0d742183 SHA512 2fb5dcb6124d6e2aab010089f4ad138de5cd819d4e67c2b9a6d7044a3d7677ca6e5e37e9aa0ee9edb262c52724dfd2dc05592c489df66d3cafbdf51f13644c7e DIST proto-plus-1.22.2.gh.tar.gz 69899 BLAKE2B ad485b04e4187dd5e33259e314d807ad5541c2ddf4fb8e0a85deb195c7643194d34101428fb4fcb7dd692d60e4dd4c4037f821b8fb0049a6e36e002ce870e48a SHA512 bacb8f285417bf0e4d20898c9bb2563e16204b09fc6fb92aadfcd67ad12df388681658eaaacd9b945f4d0ad7e2ce9b95dfc938f5ccc0c4419805c53ed837b2d7 -EBUILD proto-plus-1.22.1-r1.ebuild 912 BLAKE2B 30443bc5095600072e7b48209210e493e6c0845b36536b8b65b028a3d829e3837f87da2e1727519cd64fc9edc1bc78be739484733c3107c779af26a835d86c37 SHA512 d60db9f8cfcb0adca995895ec43950b80d26a63234375624707b51db5bcac856bf613ebf04ee545a209f5bdb399d445cf9a4346688920904e20ad5e17c86c923 -EBUILD proto-plus-1.22.1.ebuild 912 BLAKE2B 30443bc5095600072e7b48209210e493e6c0845b36536b8b65b028a3d829e3837f87da2e1727519cd64fc9edc1bc78be739484733c3107c779af26a835d86c37 SHA512 d60db9f8cfcb0adca995895ec43950b80d26a63234375624707b51db5bcac856bf613ebf04ee545a209f5bdb399d445cf9a4346688920904e20ad5e17c86c923 -EBUILD proto-plus-1.22.2.ebuild 914 BLAKE2B 122eaa3c7d4034572970e071687ea1c2b9c45f675551ea30c6c0114550bb43f5108d10a62e257fed5668f2538de62f55d19bf5a4adcaf63dff428c1c72ef8c90 SHA512 aa40b6c4629b810677e03b56a85c2b0ca1b3d239541d84079106c9d844aea21fa668bc4334a08625bb9ec3719685ad4a55280180fefec930f1c24e249d435d06 +EBUILD proto-plus-1.22.2.ebuild 918 BLAKE2B 96659609215081d52ca2909bb941194b8cebcacbf9a4a70116a7e12a195c01820163a1cec3ed5adcd77f50a5661e5e712dd4437181a8e7ee91b7e1455156da13 SHA512 c05e19a8f5f88e75d9f46ae83c27b204705c7e49233f9c8957ee7050f9a6025793e5b53f86d5b90ed7ac34b1bc1efcd712d69bb6b22e5ac38eecdba4b1deea2f MISC metadata.xml 447 BLAKE2B d440be836b8a2823ab3beb7f76cbe7ff3f027ec512dff3f7d920eefea3f18329e1aa910ca16e006b1424cbd780f3fad80b8ccdc632c08ade651afd815369e9d0 SHA512 d64b8d2eeac9916ec2faab3b038082155e46e8c379ce06d7f554de763318539fa9040d15f90a3a95f337937c90f4b4042f51b1ea1cd11727e5fd971a0af5280c diff --git a/dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild b/dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild deleted file mode 100644 index 39652bb2c170..000000000000 --- a/dev-python/proto-plus/proto-plus-1.22.1-r1.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 ) - -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.1.ebuild b/dev-python/proto-plus/proto-plus-1.22.1.ebuild deleted file mode 100644 index 39652bb2c170..000000000000 --- a/dev-python/proto-plus/proto-plus-1.22.1.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 ) - -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.2.ebuild b/dev-python/proto-plus/proto-plus-1.22.2.ebuild index 391078a3d274..50bcbdebf9e1 100644 --- a/dev-python/proto-plus/proto-plus-1.22.2.ebuild +++ b/dev-python/proto-plus/proto-plus-1.22.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}-python-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" <dev-python/protobuf-python-5[${PYTHON_USEDEP}] |