diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
commit | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch) | |
tree | dd0f7da0455831dffb2cb662e7dae760f92e68ad /dev-python/proto-plus | |
parent | 770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff) |
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'dev-python/proto-plus')
-rw-r--r-- | dev-python/proto-plus/Manifest | 4 | ||||
-rw-r--r-- | dev-python/proto-plus/proto-plus-1.25.0.ebuild | 45 | ||||
-rw-r--r-- | dev-python/proto-plus/proto-plus-1.26.0.ebuild | 2 |
3 files changed, 2 insertions, 49 deletions
diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest index 4639dff876e5..5ec2c18ad90f 100644 --- a/dev-python/proto-plus/Manifest +++ b/dev-python/proto-plus/Manifest @@ -1,5 +1,3 @@ -DIST proto-plus-python-1.25.0.gh.tar.gz 101442 BLAKE2B a98b5131f4e55473eadb09ec9a692ef7d53312ae8f4c925ab0c5ffada25c3c3b154738c766a4e41e753c3b292c93faee54e6d7f8800c7a0af6665e4e341086ce SHA512 449fb9fe2950cff98d05fc86b4f35fab4a1b4f7c27a3b9174dbb1f6aac92484088f44c9fda4109c3f693d890606505808d7a489412be2d091e9962363c57be4e DIST proto-plus-python-1.26.0.gh.tar.gz 93568 BLAKE2B 244932abd2137a2dad85d5bb7d5105a59a3d1ac16c9660868120260a36f85edb77cfb8b2b8fd3d6407a6e2c3e2a62ec55b0ea9d1a96e9265659a6d75c17a579a SHA512 70e29cafa1a32ebe0e7c3f1d99b45681bc87369588b046221a5fc34e2c28ca932e05df9ee998feb710fc2221ffa8b02ef26c5ff00d7a7a6947e34afd91621551 -EBUILD proto-plus-1.25.0.ebuild 945 BLAKE2B a5d45891fb6aecb56ce058724717548ae3e0cee9845491c7b3532ba7417491b2994fb6388af5f318db603733a8f3f450b9561e9afbef2c859710a41b39ecc476 SHA512 2f92018dfe01ba44bb53357397bd879ec8ebf910b5a900c1f5b276205c9c3c912ec194a31cc4328b1265c04d1eceb5b7f28d3ee6e8c0af6df9b4e52fcf31d40c -EBUILD proto-plus-1.26.0.ebuild 948 BLAKE2B 25f24b495454c901a99aa1ba8ecb7f6b8b23624571d1d42229a32b42ef20ac89d61eedb5c8997a9d73e7fcc1492fba151aa65dd5a89537c3703fefd83bf795d8 SHA512 c4aefed63c5f8c0023a58036bc0ee771436b9e6aaf5bdd91d2e82bfca796605dbd903ea21cc3d6b77f0b85d04087ae53a9015255c831e4be08dd65ded78d509c +EBUILD proto-plus-1.26.0.ebuild 945 BLAKE2B 26e8afc194ae02ea843622855e6e28b6e9c3c9f7f7043544c55b7687a09ca0a6ebbfc510da260bfa2d3f8c2e5056f7b7fcf4fcdb799514e2dc881d406a6d4c54 SHA512 80d4b78be41d08153aa1c34272b6f4f382f3bf9ba0ab005b7429dae336ac80244b856dc8686abcf33fc752971819a18602a6b3e137012c9b8e982c0a039dad27 MISC metadata.xml 447 BLAKE2B d440be836b8a2823ab3beb7f76cbe7ff3f027ec512dff3f7d920eefea3f18329e1aa910ca16e006b1424cbd780f3fad80b8ccdc632c08ade651afd815369e9d0 SHA512 d64b8d2eeac9916ec2faab3b038082155e46e8c379ce06d7f554de763318539fa9040d15f90a3a95f337937c90f4b4042f51b1ea1cd11727e5fd971a0af5280c diff --git a/dev-python/proto-plus/proto-plus-1.25.0.ebuild b/dev-python/proto-plus/proto-plus-1.25.0.ebuild deleted file mode 100644 index ae4724e9a155..000000000000 --- a/dev-python/proto-plus/proto-plus-1.25.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -MY_P=${PN}-python-${PV} -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 - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND=" - <dev-python/protobuf-6[${PYTHON_USEDEP}] - >=dev-python/protobuf-3.19.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} diff --git a/dev-python/proto-plus/proto-plus-1.26.0.ebuild b/dev-python/proto-plus/proto-plus-1.26.0.ebuild index 171a59ec1c1f..9416c037ea5a 100644 --- a/dev-python/proto-plus/proto-plus-1.26.0.ebuild +++ b/dev-python/proto-plus/proto-plus-1.26.0.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" RDEPEND=" <dev-python/protobuf-6[${PYTHON_USEDEP}] |