From 400f169d63c91042a3a28670e64b68e92aa12623 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 7 Jun 2025 06:59:39 +0000 Subject: Adding metadata --- dev-python/black/black-24.10.0.ebuild | 3 +- dev-python/black/black-25.1.0.ebuild | 1 - .../google-api-core/google-api-core-2.24.2.ebuild | 1 - .../google-api-core/google-api-core-2.25.0.ebuild | 1 - dev-python/hishel/hishel-0.1.2.ebuild | 1 - .../marshmallow/marshmallow-3.26.1-r1.ebuild | 30 ++++++++++++++++ dev-python/marshmallow/marshmallow-3.26.1.ebuild | 32 ----------------- dev-python/pocketlint/pocketlint-0.25-r1.ebuild | 33 ++++++++++++++++++ dev-python/python3-saml/python3-saml-1.16.0.ebuild | 4 ++- .../requests-wsgi-adapter-0.4.1.ebuild | 5 --- dev-python/sshpubkeys/sshpubkeys-3.3.1-r1.ebuild | 32 ----------------- dev-python/sshpubkeys/sshpubkeys-3.3.1-r2.ebuild | 31 +++++++++++++++++ dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild | 39 +++++++++++++++++++++ dev-python/txtorcon/txtorcon-24.8.0.ebuild | 40 ---------------------- dev-python/ujson/ujson-5.10.0.ebuild | 3 -- dev-python/whisper/whisper-1.1.10.ebuild | 1 + dev-python/xmlsec/xmlsec-1.3.15.ebuild | 3 -- 17 files changed, 138 insertions(+), 122 deletions(-) create mode 100644 dev-python/marshmallow/marshmallow-3.26.1-r1.ebuild delete mode 100644 dev-python/marshmallow/marshmallow-3.26.1.ebuild create mode 100644 dev-python/pocketlint/pocketlint-0.25-r1.ebuild delete mode 100644 dev-python/sshpubkeys/sshpubkeys-3.3.1-r1.ebuild create mode 100644 dev-python/sshpubkeys/sshpubkeys-3.3.1-r2.ebuild create mode 100644 dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild delete mode 100644 dev-python/txtorcon/txtorcon-24.8.0.ebuild (limited to 'dev-python') diff --git a/dev-python/black/black-24.10.0.ebuild b/dev-python/black/black-24.10.0.ebuild index 2c9931ed9818..be0af76a4a7f 100644 --- a/dev-python/black/black-24.10.0.ebuild +++ b/dev-python/black/black-24.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,6 @@ BDEPEND=" >=dev-python/aiohttp-3.10[${PYTHON_USEDEP}] dev-python/aiohttp-cors[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] - dev-python/parameterized[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] ) " diff --git a/dev-python/black/black-25.1.0.ebuild b/dev-python/black/black-25.1.0.ebuild index d3afe8616d2d..8de0dd3ccfbb 100644 --- a/dev-python/black/black-25.1.0.ebuild +++ b/dev-python/black/black-25.1.0.ebuild @@ -33,7 +33,6 @@ BDEPEND=" >=dev-python/aiohttp-3.10[${PYTHON_USEDEP}] dev-python/aiohttp-cors[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] - dev-python/parameterized[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest diff --git a/dev-python/google-api-core/google-api-core-2.24.2.ebuild b/dev-python/google-api-core/google-api-core-2.24.2.ebuild index 03cafc2a96ac..e44739e3df44 100644 --- a/dev-python/google-api-core/google-api-core-2.24.2.ebuild +++ b/dev-python/google-api-core/google-api-core-2.24.2.ebuild @@ -42,7 +42,6 @@ BDEPEND=" test? ( >=dev-python/grpcio-1.49.1[${PYTHON_USEDEP}] >=dev-python/grpcio-status-1.49.1[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/rsa[${PYTHON_USEDEP}] ) diff --git a/dev-python/google-api-core/google-api-core-2.25.0.ebuild b/dev-python/google-api-core/google-api-core-2.25.0.ebuild index f5125ef9728c..b3aa9740b6ff 100644 --- a/dev-python/google-api-core/google-api-core-2.25.0.ebuild +++ b/dev-python/google-api-core/google-api-core-2.25.0.ebuild @@ -42,7 +42,6 @@ BDEPEND=" test? ( >=dev-python/grpcio-1.49.1[${PYTHON_USEDEP}] >=dev-python/grpcio-status-1.49.1[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/rsa[${PYTHON_USEDEP}] ) diff --git a/dev-python/hishel/hishel-0.1.2.ebuild b/dev-python/hishel/hishel-0.1.2.ebuild index 7871b11e842f..00bb4e4d8c85 100644 --- a/dev-python/hishel/hishel-0.1.2.ebuild +++ b/dev-python/hishel/hishel-0.1.2.ebuild @@ -33,7 +33,6 @@ BDEPEND=" dev-db/redis dev-python/anyio[${PYTHON_USEDEP}] dev-python/boto3[${PYTHON_USEDEP}] - dev-python/moto[${PYTHON_USEDEP}] dev-python/redis[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] ) diff --git a/dev-python/marshmallow/marshmallow-3.26.1-r1.ebuild b/dev-python/marshmallow/marshmallow-3.26.1-r1.ebuild new file mode 100644 index 000000000000..c2bf8f46f5ec --- /dev/null +++ b/dev-python/marshmallow/marshmallow-3.26.1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A library for converting to and from native Python datatypes" +HOMEPAGE=" + https://github.com/marshmallow-code/marshmallow/ + https://pypi.org/project/marshmallow/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + >=dev-python/packaging-17.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/simplejson[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/marshmallow/marshmallow-3.26.1.ebuild b/dev-python/marshmallow/marshmallow-3.26.1.ebuild deleted file mode 100644 index 1fe5c6c67a45..000000000000 --- a/dev-python/marshmallow/marshmallow-3.26.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A library for converting to and from native Python datatypes" -HOMEPAGE=" - https://github.com/marshmallow-code/marshmallow/ - https://pypi.org/project/marshmallow/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -RDEPEND=" - >=dev-python/packaging-17.0[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/pocketlint/pocketlint-0.25-r1.ebuild b/dev-python/pocketlint/pocketlint-0.25-r1.ebuild new file mode 100644 index 000000000000..39c0ed84c2b9 --- /dev/null +++ b/dev-python/pocketlint/pocketlint-0.25-r1.ebuild @@ -0,0 +1,33 @@ +# 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_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="Shared code for running pylint against rhinstaller projects" +HOMEPAGE=" + https://github.com/rhinstaller/pocketlint/ + https://pypi.org/project/pocketlint/ +" +SRC_URI=" + https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/polib[${PYTHON_USEDEP}] + dev-python/pylint[${PYTHON_USEDEP}] +" + +python_test() { + "${EPYTHON}" tests/pylint/runpylint.py || die "test failed with ${EPYTHON}" +} diff --git a/dev-python/python3-saml/python3-saml-1.16.0.ebuild b/dev-python/python3-saml/python3-saml-1.16.0.ebuild index 7fbf66487385..52bb589311c0 100644 --- a/dev-python/python3-saml/python3-saml-1.16.0.ebuild +++ b/dev-python/python3-saml/python3-saml-1.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,8 @@ RDEPEND=" >=dev-python/lxml-4.9.0[${PYTHON_USEDEP}] >=dev-python/xmlsec-1.3.9[${PYTHON_USEDEP}] " +# next release >1.16.0 should be able to drop freezegun: +# https://github.com/SAML-Toolkits/python3-saml/commit/6c1fbd84ed498841b252ba7eb3a7d81a9ea77d15 BDEPEND=" test? ( dev-python/freezegun[${PYTHON_USEDEP}] diff --git a/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild b/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild index 0fb5fa1b5aa0..958cfbb02ddd 100644 --- a/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild +++ b/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild @@ -26,11 +26,6 @@ KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) -" distutils_enable_tests pytest diff --git a/dev-python/sshpubkeys/sshpubkeys-3.3.1-r1.ebuild b/dev-python/sshpubkeys/sshpubkeys-3.3.1-r1.ebuild deleted file mode 100644 index 04136a2f65a3..000000000000 --- a/dev-python/sshpubkeys/sshpubkeys-3.3.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 - -MY_P=python-sshpubkeys-${PV} -DESCRIPTION="OpenSSH public key parser for Python" -HOMEPAGE=" - https://pypi.org/project/sshpubkeys/ - https://github.com/ojarva/python-sshpubkeys/ -" -SRC_URI=" - https://github.com/ojarva/python-sshpubkeys/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -RDEPEND=" - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/ecdsa[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest diff --git a/dev-python/sshpubkeys/sshpubkeys-3.3.1-r2.ebuild b/dev-python/sshpubkeys/sshpubkeys-3.3.1-r2.ebuild new file mode 100644 index 000000000000..345b3228065b --- /dev/null +++ b/dev-python/sshpubkeys/sshpubkeys-3.3.1-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +MY_P=python-sshpubkeys-${PV} +DESCRIPTION="OpenSSH public key parser for Python" +HOMEPAGE=" + https://pypi.org/project/sshpubkeys/ + https://github.com/ojarva/python-sshpubkeys/ +" +SRC_URI=" + https://github.com/ojarva/python-sshpubkeys/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest diff --git a/dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild b/dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild new file mode 100644 index 000000000000..2d82521321f1 --- /dev/null +++ b/dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..14} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions" +HOMEPAGE=" + https://txtorcon.readthedocs.org/ + https://github.com/meejah/txtorcon/ + https://pypi.org/project/txtorcon/ +" +SRC_URI=" + https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/automat[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/twisted[ssl,${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + sys-process/lsof + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/txtorcon/txtorcon-24.8.0.ebuild b/dev-python/txtorcon/txtorcon-24.8.0.ebuild deleted file mode 100644 index 5e9a45e19d1b..000000000000 --- a/dev-python/txtorcon/txtorcon-24.8.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions" -HOMEPAGE=" - https://txtorcon.readthedocs.org/ - https://github.com/meejah/txtorcon/ - https://pypi.org/project/txtorcon/ -" -SRC_URI=" - https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/automat[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/twisted[ssl,${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - sys-process/lsof - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/ujson/ujson-5.10.0.ebuild b/dev-python/ujson/ujson-5.10.0.ebuild index b86abb8af187..3428066cdc69 100644 --- a/dev-python/ujson/ujson-5.10.0.ebuild +++ b/dev-python/ujson/ujson-5.10.0.ebuild @@ -27,9 +27,6 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytz[${PYTHON_USEDEP}] - ) " distutils_enable_tests pytest diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild index 7662d114e9a6..896db72a9d6b 100644 --- a/dev-python/whisper/whisper-1.1.10.ebuild +++ b/dev-python/whisper/whisper-1.1.10.ebuild @@ -22,6 +22,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" +# six: https://github.com/graphite-project/whisper/pull/344 RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " diff --git a/dev-python/xmlsec/xmlsec-1.3.15.ebuild b/dev-python/xmlsec/xmlsec-1.3.15.ebuild index 7c9f9e34777c..fba7927add10 100644 --- a/dev-python/xmlsec/xmlsec-1.3.15.ebuild +++ b/dev-python/xmlsec/xmlsec-1.3.15.ebuild @@ -37,9 +37,6 @@ BDEPEND=" dev-python/pkgconfig[${PYTHON_USEDEP}] dev-python/setuptools-scm[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - ) " EPYTEST_DESELECT=( -- cgit v1.3