diff options
Diffstat (limited to 'dev-python')
81 files changed, 214 insertions, 536 deletions
diff --git a/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild b/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild index 400f2c18bb9c..d3f749a86d3e 100644 --- a/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild +++ b/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/ManimPango/ManimPango-0.4.4.ebuild b/dev-python/ManimPango/ManimPango-0.4.4.ebuild index 59c919030a7b..df3fdfe88d04 100644 --- a/dev-python/ManimPango/ManimPango-0.4.4.ebuild +++ b/dev-python/ManimPango/ManimPango-0.4.4.ebuild @@ -12,7 +12,7 @@ DOCS_DIR="docs" DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) # Python 13 fails +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) # Python 13 fails inherit distutils-r1 docs diff --git a/dev-python/ManimPango/ManimPango-0.6.0.ebuild b/dev-python/ManimPango/ManimPango-0.6.0.ebuild index e5e0f79c5eb5..858995a54d7a 100644 --- a/dev-python/ManimPango/ManimPango-0.6.0.ebuild +++ b/dev-python/ManimPango/ManimPango-0.6.0.ebuild @@ -19,7 +19,7 @@ DOCS_DIR="docs" DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 docs diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild index a8607c5ebd89..feb63644279c 100644 --- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild +++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest index b02bd49af68b..e297d670ffef 100644 --- a/dev-python/adb-shell/Manifest +++ b/dev-python/adb-shell/Manifest @@ -1,2 +1 @@ -DIST adb-shell-0.4.3.gh.tar.gz 75004 BLAKE2B c7e49766dfa70db60eb300f747957397c252325670b40d0d7355ae321558ac671bdcc5beb6b16876b79f7d803b933c1d26d41a5799b4fe058fbdb9739442389a SHA512 be6d5a86ab094af0191dccea816a6688ed8d0e33811efe810d6d6306e0ff30f2afddc8f51e48981eb0d767eb4f98ab0fbbac924b7340f217b7bfbbf800241e54 DIST adb-shell-0.4.4.gh.tar.gz 77869 BLAKE2B f10cfd62fee6a7f81ef47b91b32fc2ea53121c29388bcd6722c2c30276f0f81d69dd93c63c9bb376009dda1ce0b0163a675672e882824619e6b858b5af44b27b SHA512 55533cdc04b5ff78bd5edbbf784a624ba33885933061fd7399194b529ce1d93deb8fea358909c6aee0133e95e4d6865be07a5ad48a612bb01686ae9f0e29565b diff --git a/dev-python/adb-shell/adb-shell-0.4.3.ebuild b/dev-python/adb-shell/adb-shell-0.4.3.ebuild deleted file mode 100644 index 3ddf39ea2707..000000000000 --- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2023-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 - -DESCRIPTION="A Python implementation of ADB with shell and FileSync functionality." -HOMEPAGE="https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell" -SRC_URI="https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -S="${WORKDIR}/adb_shell-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/aiofiles[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/rsa[${PYTHON_USEDEP}] -" -DEPEND="test? ( - ${RDEPEND} - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/libusb1[${PYTHON_USEDEP}] - -)" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -distutils_enable_tests unittest diff --git a/dev-python/adb-shell/adb-shell-0.4.4.ebuild b/dev-python/adb-shell/adb-shell-0.4.4.ebuild deleted file mode 100644 index 3ddf39ea2707..000000000000 --- a/dev-python/adb-shell/adb-shell-0.4.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2023-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 - -DESCRIPTION="A Python implementation of ADB with shell and FileSync functionality." -HOMEPAGE="https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell" -SRC_URI="https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -S="${WORKDIR}/adb_shell-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/aiofiles[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/rsa[${PYTHON_USEDEP}] -" -DEPEND="test? ( - ${RDEPEND} - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/libusb1[${PYTHON_USEDEP}] - -)" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -distutils_enable_tests unittest diff --git a/dev-python/ascim/ascim-0.1.1.ebuild b/dev-python/ascim/ascim-0.1.1.ebuild index 72b92b5a54d6..15d73e39e130 100644 --- a/dev-python/ascim/ascim-0.1.1.ebuild +++ b/dev-python/ascim/ascim-0.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/asyncpg/Manifest b/dev-python/asyncpg/Manifest index a5e95c9b8f8f..5f650003c843 100644 --- a/dev-python/asyncpg/Manifest +++ b/dev-python/asyncpg/Manifest @@ -1,2 +1 @@ -DIST asyncpg-0.29.0.tar.gz 820455 BLAKE2B 9bb5606dfb103e066dcfd15c327fe8a8135bf4433c816dc354d84227e40b9f18bb2788ead0dd25b087f97b3113645b6dcfd8991a7bb6e2e71528d122c41105d5 SHA512 5db979496323fcf4068d5de111b52f2ae1ad9efe68f80c28e6303ad936eb051d1792409f1e31fb86dc35caad5ef9b92c40e4f6dcbcccc3907ab2247f61db5504 DIST asyncpg-0.30.0.tar.gz 957746 BLAKE2B 2da92520bd30c1e5eebbfddabf78b9e9e221fb33ad77fa01f77ceb8bdf73e057868bf60987c2c67a6ed5d8b0cacb3b80c0aefd6afa1b574e2629d358c9158bbb SHA512 bbfc83ae881f454cb16343037ae48fbc9c9c65b57d11fc1e28ec054b9051d823f7da0735307090d0ce4e5dca166590b147d0f9d383a1ac0b894396290aa0782a diff --git a/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild b/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild deleted file mode 100644 index 50694f666d65..000000000000 --- a/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) # doesn't build with pypy3 -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="PostgreSQL driver for asyncio" -HOMEPAGE=" - https://pypi.org/project/asyncpg/ - https://github.com/MagicStack/asyncpg -" - -LICENSE="Apache-2.0 PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}] - ' python3_{10..11}) -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - test? ( - dev-db/postgresql[server] - dev-python/uvloop[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - # Works fine with >=dev-python/cython-3 - # https://github.com/MagicStack/asyncpg/pull/1101 - "${FILESDIR}"/cython-3.patch -) - -EPYTEST_IGNORE=( - # checks versions from env variables - "${S}"/tests/test__environment.py - # runs flake8 (???) - "${S}"/tests/test__sourcecode.py -) - -distutils_enable_tests pytest - -#distutils_enable_sphinx docs \ - #dev-python/sphinxcontrib-asyncio \ - #dev-python/sphinx-rtd-theme - -src_prepare() { - # remove pre-generated Cython sources - rm asyncpg/{pgproto/pgproto,protocol/protocol}.c || die - - distutils-r1_src_prepare -} - -src_configure() { - use debug && \ - export ASYNCPG_DEBUG=1 - - distutils-r1_src_configure -} - -python_test() { - cd "${T}" || die - for opt in "" "1"; do - einfo " testing with USE_UVLOOP='${opt}'" - USE_UVLOOP="${opt}" epytest "${S}"/tests - done -} diff --git a/dev-python/asyncpg/asyncpg-0.30.0.ebuild b/dev-python/asyncpg/asyncpg-0.30.0.ebuild index 10d15b7e11c7..be5a30782497 100644 --- a/dev-python/asyncpg/asyncpg-0.30.0.ebuild +++ b/dev-python/asyncpg/asyncpg-0.30.0.ebuild @@ -20,9 +20,6 @@ KEYWORDS="~amd64 ~x86" IUSE="kerberos" RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}] - ' python3_10) kerberos? ( dev-python/gssapi[${PYTHON_USEDEP}] ) " BDEPEND=" diff --git a/dev-python/autopxd/autopxd-2.5.0.ebuild b/dev-python/autopxd/autopxd-2.5.0.ebuild index 1afe15bb4165..aff899d9945e 100644 --- a/dev-python/autopxd/autopxd-2.5.0.ebuild +++ b/dev-python/autopxd/autopxd-2.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) PYPI_PN="${PN}2" inherit distutils-r1 pypi diff --git a/dev-python/avro/avro-1.11.3.ebuild b/dev-python/avro/avro-1.11.3.ebuild index 232d1d0a72c8..1de331b4f925 100644 --- a/dev-python/avro/avro-1.11.3.ebuild +++ b/dev-python/avro/avro-1.11.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/azure-core/azure-core-1.27.1.ebuild b/dev-python/azure-core/azure-core-1.27.1.ebuild index 5b105a4cdfd8..616bc87b8446 100644 --- a/dev-python/azure-core/azure-core-1.27.1.ebuild +++ b/dev-python/azure-core/azure-core-1.27.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 optfeature pypi diff --git a/dev-python/azure-core/azure-core-1.28.0.ebuild b/dev-python/azure-core/azure-core-1.28.0.ebuild index 5b105a4cdfd8..616bc87b8446 100644 --- a/dev-python/azure-core/azure-core-1.28.0.ebuild +++ b/dev-python/azure-core/azure-core-1.28.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 optfeature pypi diff --git a/dev-python/azure-storage-blob/Manifest b/dev-python/azure-storage-blob/Manifest index 5dbe281618ae..a0674395be22 100644 --- a/dev-python/azure-storage-blob/Manifest +++ b/dev-python/azure-storage-blob/Manifest @@ -1,2 +1 @@ -DIST azure-storage-blob-12.16.0.zip 698521 BLAKE2B d976a3ce89620ca9b87aa76a6da0f63d7a85cf6e7573ed3b93833a6d273993b43c9b4edb42b8c6b32e7739d2f717eb81580d7144ab174469cdb7ac0e6cef3caf SHA512 18a7ff7b841a6c76680a5fef622b981b551b7106926b43cefb35b6e2a7e6288947e4e92e62e78f797890cab682d158382f8d90f432c27a05e7ed86d234383b40 DIST azure-storage-blob-12.17.0.zip 698725 BLAKE2B 4baed9738f55d693fa86fe79da36915f0c6f118c58e8a3f7a259a7d6f85abb27f0bc2696c0f7ff94b6ed6345f4a3d348fecabe4e99759f8ac830f0c8ec46a67e SHA512 fc146efa4853724a1c0b68a2f22bc5c04f91502cabcb135d717ece9c087eb729a5eb05b943f84fcb0dfd400cd8490fbb50235a128bb0e5457f8257f18d0c8032 diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild deleted file mode 100644 index 0f5cae2a1993..000000000000 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="Microsoft Azure Blob Storage Client Library for Python" -HOMEPAGE=" - https://pypi.org/project/azure-storage-blob/ - https://github.com/Azure/azure-sdk-for-python -" -SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" - -RDEPEND=" - >=dev-python/azure-core-1.24.2[${PYTHON_USEDEP}] - <dev-python/azure-core-2.0.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/msrest[${PYTHON_USEDEP}] -" -BDEPEND="app-arch/unzip" -# TODO: package azure-sdk-tools (https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools) -#BDEPEND=" -# app-arch/unzip -# test? ( -# dev-python/aiohttp[${PYTHON_USEDEP}] -# dev-python/azure-sdk-tools[${PYTHON_USEDEP}] -# dev-python/requests[${PYTHON_USEDEP}] -# ) -#" - -DOCS=( {CHANGELOG,README,migration_guide}.md ) - -distutils_enable_tests pytest diff --git a/dev-python/azure-storage-blob/metadata.xml b/dev-python/azure-storage-blob/metadata.xml index 076fb3fd0fbf..736a1167c898 100644 --- a/dev-python/azure-storage-blob/metadata.xml +++ b/dev-python/azure-storage-blob/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>svdm-gentoo@protonmail.com</email> - <name>Simon van der Maas</name> - </maintainer> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index 479de3b2a311..2e9666016ff3 100644 --- a/dev-python/celery/Manifest +++ b/dev-python/celery/Manifest @@ -1,2 +1 @@ -DIST celery-5.3.6.gh.tar.gz 1563926 BLAKE2B c5f86110f7907b8ae084354dafe4e26adb07702150658ddb60a85f58c3e80106aafb921150c78670d05c68c26f17ad1144b4142d6ec9b86e9c9cdb1b653baaa6 SHA512 529611c0d3bfcbfcc931e5d20cf89a4710a8d2e70639e5c2e991ba020c3c2402bfd38b7ef17ecfbc5fe493f046531094158e81b03610191c3af2b531cc913762 DIST celery-5.4.0.gh.tar.gz 1589006 BLAKE2B ca63fbd18552f6c345aac8cf8860b868263fcdf7c3836a99d31166fc3feb0087af1a403ff1f4e8f866277fbf7feafa1173691acb4549154d32c55759eae75bad SHA512 e39ea88afb529aba14f621a9809c5e18ff1596754162069410249186b3f1512683fe67bb425994514b39fdea562b55ace89a16d57d614259269adf48427144ef diff --git a/dev-python/celery/celery-5.3.6.ebuild b/dev-python/celery/celery-5.3.6.ebuild deleted file mode 100644 index 8e916bb35577..000000000000 --- a/dev-python/celery/celery-5.3.6.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-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 bash-completion-r1 check-reqs distutils-r1 optfeature - -MY_PV="${PV/_beta/b}" -DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" -HOMEPAGE=" - https://docs.celeryproject.org/en/stable/index.html - https://pypi.org/project/celery/ - https://github.com/celery/celery -" -SRC_URI="https://github.com/celery/celery/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -RDEPEND=" - >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}] - <dev-python/billiard-5.0.0[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/click-didyoumean[${PYTHON_USEDEP}] - dev-python/click-plugins[${PYTHON_USEDEP}] - dev-python/click-repl[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] - >=dev-python/kombu-5.3.0_beta1[${PYTHON_USEDEP}] - <dev-python/kombu-6.0.0[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/vine[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - $(python_gen_impl_dep 'ncurses(+)') - dev-python/azure-storage-blob[${PYTHON_USEDEP}] - >=dev-python/boto3-1.9.178[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/elasticsearch[${PYTHON_USEDEP}] - >=dev-python/moto-1.3.7[${PYTHON_USEDEP}] - dev-python/msgpack[${PYTHON_USEDEP}] - dev-python/pylibmc[${PYTHON_USEDEP}] - dev-python/pymongo[${PYTHON_USEDEP}] - dev-python/pytest-celery[${PYTHON_USEDEP}] - dev-python/pytest-click[${PYTHON_USEDEP}] - dev-python/pytest-subtests[${PYTHON_USEDEP}] - >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - dev-python/redis[${PYTHON_USEDEP}] - dev-python/tblib[${PYTHON_USEDEP}] - sci-astronomy/pyephem[${PYTHON_USEDEP}] - ) - doc? ( - dev-python/docutils[${PYTHON_USEDEP}] - >=dev-python/sphinx-celery-2.0.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-click-2.5.0[${PYTHON_USEDEP}] - dev-python/jinja2[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - ) -" - -CHECKREQS_MEMORY="2G" - -EPYTEST_DESELECT=( - t/unit/backends/test_elasticsearch.py::test_ElasticsearchBackend::test_backend_concurrent_update - t/unit/backends/test_elasticsearch.py::test_ElasticsearchBackend::test_exception_safe_to_retry - t/unit/tasks/test_stamping.py::test_canvas_stamping::test_stamping_headers_in_options - t/unit/tasks/test_stamping.py::test_canvas_stamping::test_stamping_with_replace -) - -distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc - -pkg_setup() { - use test && check-reqs_pkg_setup -} - -pkg_pretend() { - use test && check-reqs_pkg_pretend -} - -python_install_all() { - # Main celeryd init.d and conf.d - newinitd "${FILESDIR}/celery.initd-r2" celery - newconfd "${FILESDIR}/celery.confd-r2" celery - - if use examples; then - docinto examples - dodoc -r examples/. - docompress -x /usr/share/doc/${PF}/examples - fi - - newbashcomp extra/bash-completion/celery.bash "${PN}" - - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "msgpack support" dev-python/msgpack - #optfeature "rabbitmq support" dev-python/librabbitmq - #optfeature "slmq support" dev-python/softlayer_messaging - #optfeature "couchbase support" dev-python/couchbase - optfeature "redis support" dev-python/redis-py - optfeature "auth support" dev-python/pyopenssl - optfeature "yaml support" dev-python/pyyaml - optfeature "memcache support" dev-python/pylibmc - optfeature "mongodb support" dev-python/pymongo - optfeature "sqlalchemy support" dev-python/sqlalchemy - optfeature "sqs support" dev-python/boto - #optfeature "cassandra support" dev-python/cassandra-driver -} diff --git a/dev-python/cloup/cloup-3.0.7.ebuild b/dev-python/cloup/cloup-3.0.7.ebuild index 01cec1040626..d483b76cb514 100644 --- a/dev-python/cloup/cloup-3.0.7.ebuild +++ b/dev-python/cloup/cloup-3.0.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 diff --git a/dev-python/colorspacious/colorspacious-1.1.2.ebuild b/dev-python/colorspacious/colorspacious-1.1.2.ebuild index c6038cd6c763..63976d13d6d5 100644 --- a/dev-python/colorspacious/colorspacious-1.1.2.ebuild +++ b/dev-python/colorspacious/colorspacious-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild index a837a8628574..dd800ee2d190 100644 --- a/dev-python/daff/daff-1.3.46.ebuild +++ b/dev-python/daff/daff-1.3.46.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild index c25cad7a145f..a9cbea9bd568 100644 --- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild +++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/dasbus/dasbus-1.7-r2.ebuild b/dev-python/dasbus/dasbus-1.7-r2.ebuild new file mode 100644 index 000000000000..31437917c590 --- /dev/null +++ b/dev-python/dasbus/dasbus-1.7-r2.ebuild @@ -0,0 +1,21 @@ +# 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="DBus library in Python 3" +HOMEPAGE="https://github.com/dasbus-project/dasbus" +SRC_URI="https://github.com/dasbus-project/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest diff --git a/dev-python/gemcall/Manifest b/dev-python/gemcall/Manifest index 2b4e45f43f33..f9a67d5b0044 100644 --- a/dev-python/gemcall/Manifest +++ b/dev-python/gemcall/Manifest @@ -1,2 +1 @@ -DIST gemcall-0.9.1.tar.gz 4758 BLAKE2B 7ad4bb54fa4cc62f365cd4fd4b5b0fbe3c3b500a9833bc765fc5813bee3e50442573ac28a22dc68d978061826868de589bc7601625c4f7ddd6dcde1e1b50b14f SHA512 e418a77e6896361b6f632e121d544ed5e7ce8ccd93c18dab51d7a2e6771f34031729c829d04193ecc1bafa70b7bb0de5a3a2d2e0856177be3fbb6b7c6c69022e DIST gemcall-0.9.2.tar.gz 4778 BLAKE2B e846cac6c6fe4957e2222d7cfbdd07a65588b02e988f09654e12f56f7f9f93d54cfff237ac4c29d77aa3ebc86122fbd202eb4e18fd5cdaa3f3bdc2b099cca6e3 SHA512 9c65a97557f4f536c7146ea19f8f826bfe8e08986f9adf1add6026ae4f1a85d8845efc35eccdb84015a46426c5906ee2e9f76bd18432f5d0e17fc491b1585ed0 diff --git a/dev-python/gemcall/gemcall-0.9.1.ebuild b/dev-python/gemcall/gemcall-0.9.1.ebuild deleted file mode 100644 index c1efc9a7eead..000000000000 --- a/dev-python/gemcall/gemcall-0.9.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="A library and CLI tool for making gemini requests" -HOMEPAGE="https://notabug.org/tinyrabbit/gemcall/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]" diff --git a/dev-python/gemcall/gemcall-0.9.2.ebuild b/dev-python/gemcall/gemcall-0.9.2.ebuild index c1efc9a7eead..01f91d4d4fd3 100644 --- a/dev-python/gemcall/gemcall-0.9.2.ebuild +++ b/dev-python/gemcall/gemcall-0.9.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -15,3 +15,5 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]" + +distutils_enable_tests import-check diff --git a/dev-python/glcontext/glcontext-3.0.0.ebuild b/dev-python/glcontext/glcontext-3.0.0.ebuild index f389f6fe76fd..1b1354b09442 100644 --- a/dev-python/glcontext/glcontext-3.0.0.ebuild +++ b/dev-python/glcontext/glcontext-3.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 virtualx diff --git a/dev-python/glfw/glfw-2.8.0.ebuild b/dev-python/glfw/glfw-2.8.0.ebuild index 752666086570..a899ba0bb20b 100644 --- a/dev-python/glfw/glfw-2.8.0.ebuild +++ b/dev-python/glfw/glfw-2.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 diff --git a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild index 30bf1a22c5ca..75834b372a8b 100644 --- a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild +++ b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild b/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild index b0fa5ac0fd26..620991706717 100644 --- a/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild +++ b/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NONORMALIZE=1 diff --git a/dev-python/gpep517/Manifest b/dev-python/gpep517/Manifest index a46f1aa4534a..b71377ac0b9f 100644 --- a/dev-python/gpep517/Manifest +++ b/dev-python/gpep517/Manifest @@ -1,2 +1,3 @@ DIST gpep517-17.gh.tar.gz 24403 BLAKE2B 51273a2e5ea0154d3e7d974f31b31a96dfa087d8bb3a49d89960568b02632fe104e62a4217a2295ef3dcc69f86f875c4e9de1220f3ef15fbff59a44bebcaac33 SHA512 cadf5b2fbd8c00eba928c3d8c893711516f66acc9bf74fc4ad9f0261021f8f6b7c4853035e6b916deba215ecf2f1e567d82161a74b69313b7e0f296e83e75c84 DIST gpep517-18.gh.tar.gz 28211 BLAKE2B ae5409733a96248b763e33982844866e9ba3b556b9fe0b2f4503cc052015ea7b712a3041e449ba26f8ddcfb8973f963d3c240b1e4a2e5229b3c64702ad5a19bf SHA512 7fb8feda99ac023b006ddfe77f5b71d7837e013088da0da5afeaeecd139f365487ec6c2d17603a34d4694220be12eebda54391bdc6e987b6eae633449acce97a +DIST gpep517-19.gh.tar.gz 29279 BLAKE2B 1f3002e970de1e56004a0c6486c678ee9baa51d76c263d7356b3a63086615bf81c326b0a0ee313389ae046c7c451c17a1eed1b1cada8c61f0875ee007d5caa23 SHA512 463c3812f388ea7ef83aaf6b3b90de4036b0a8200038a654621822c02d46627f7adf2ed4c7accf016293f89b8c3a2080d9ac80d2f82caaa3fdd370aa98c4335b diff --git a/dev-python/gpep517/gpep517-19.ebuild b/dev-python/gpep517/gpep517-19.ebuild new file mode 100644 index 000000000000..6c16c466fc20 --- /dev/null +++ b/dev-python/gpep517/gpep517-19.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# please keep this ebuild at EAPI 8 -- sys-apps/portage dep +EAPI=8 + +DISTUTILS_USE_PEP517=no +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A backend script to aid installing Python packages in Gentoo" +HOMEPAGE=" + https://pypi.org/project/gpep517/ + https://github.com/projg2/gpep517/ +" +SRC_URI=" + https://github.com/projg2/gpep517/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + >=dev-python/installer-0.5.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}] + ' 3.10) +" + +distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -o tmp_path_retention_policy=all +} + +python_install() { + python_domodule gpep517 + python_newscript - gpep517 <<-EOF + #!${EPREFIX}/usr/bin/python + import sys + from gpep517.__main__ import main + sys.exit(main()) + EOF +} diff --git a/dev-python/hijridate/hijridate-2.5.0.ebuild b/dev-python/hijridate/hijridate-2.5.0.ebuild index 1699154ba6bf..ee13df81ffe6 100644 --- a/dev-python/hijridate/hijridate-2.5.0.ebuild +++ b/dev-python/hijridate/hijridate-2.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 diff --git a/dev-python/i3ipc/i3ipc-2.2.1-r2.ebuild b/dev-python/i3ipc/i3ipc-2.2.1-r2.ebuild new file mode 100644 index 000000000000..5db3bfaa97d1 --- /dev/null +++ b/dev-python/i3ipc/i3ipc-2.2.1-r2.ebuild @@ -0,0 +1,38 @@ +# 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 virtualx pypi + +DESCRIPTION="An improved Python library to control i3wm and sway." +HOMEPAGE="https://github.com/altdesktop/i3ipc-python" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + ${RDEPEND} + dev-python/python-xlib[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${BDEPEND} + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + x11-wm/i3 + ) +" + +RESTRICT="test" + +distutils_enable_tests pytest + +src_test() { + virtx distutils-r1_src_test +} diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild deleted file mode 100644 index 863d44f6764a..000000000000 --- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-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 pypi - -DESCRIPTION="An improved Python library to control i3wm and sway." -HOMEPAGE="https://github.com/altdesktop/i3ipc-python" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/python-xlib" - -distutils_enable_tests pytest diff --git a/dev-python/icecream/icecream-2.1.4.ebuild b/dev-python/icecream/icecream-2.1.4.ebuild index 8a5d29f9af68..05cf005d2abd 100644 --- a/dev-python/icecream/icecream-2.1.4.ebuild +++ b/dev-python/icecream/icecream-2.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 diff --git a/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild b/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild index 5a50769956a2..4c71a42ee7d5 100644 --- a/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild +++ b/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest index a11d7c268c91..37a64204a00a 100644 --- a/dev-python/langdetect/Manifest +++ b/dev-python/langdetect/Manifest @@ -1 +1,3 @@ DIST langdetect-1.0.9.tar.gz 981474 BLAKE2B ea8a9c3f16a2987c080742473bff4f2c1503f53fb3c2b40b0b1d6212bb6133ea22dce7864ffcfb8968c3a46b157d45cb3e2cf6f84bdbed0266cc716a853b032c SHA512 7558d674c47b080c79e43a00a25d2c7f77188cf60bea2cecb3bebb803d75e1aa42b43c74bd26ea1b541f4cb927421908882cbec01a91f0913984217e71ccc8db +EBUILD langdetect-1.0.9.ebuild 494 BLAKE2B 9b3521c5721afa49a58e0c35267f7d82bb56bd7e1d6d3152be0d36cd220180a526cb20b90b1113fbf0fff4a512137570f0b3bcf864498b7b7cc00403cb61ca27 SHA512 16d311400bf84a5f04e15f3da4b68b2810e4b005009f4d03dc8a487176dfc294403c976c412c83dcfa8084a49ef7b7d5389b43fb2ba446ce107ce4595e3558c6 +MISC metadata.xml 457 BLAKE2B 630128a3e982b6d60cc7b9f74c79fcb5ee47a71a02c73a50af9da8cedb6fad8e20a7f74b881e5b25c6483b92c9edbd56552cd38b2d9cbfa8b3eb4530facea969 SHA512 674f4f5cd809c6c77bc14e0f5687fa972bef14bdfa0b3343c5d66b7163eef1906eb87d060c8288732f825de71dce291ad0b841a5f2f0dd230f957b5687e45d45 diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch deleted file mode 100644 index 637368d2f237..000000000000 --- a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix "Package 'langdetect.profiles' is absent from the `packages` configuration." - ---- a/setup.py -+++ b/setup.py -@@ -18,7 +18,7 @@ setup( - author_email='michal.danilak@gmail.com', - url='https://github.com/Mimino666/langdetect', - keywords='language detection library', -- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'], -+ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'], - include_package_data=True, - install_requires=['six'], - license='MIT', diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild index eb2586280d80..56733bbffc48 100644 --- a/dev-python/langdetect/langdetect-1.0.9.ebuild +++ b/dev-python/langdetect/langdetect-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,4 @@ KEYWORDS="~amd64" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" ) - distutils_enable_tests unittest diff --git a/dev-python/langdetect/metadata.xml b/dev-python/langdetect/metadata.xml index c0f74ac187e2..020e07f2a3dd 100644 --- a/dev-python/langdetect/metadata.xml +++ b/dev-python/langdetect/metadata.xml @@ -2,9 +2,11 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>pastalian46@gmail.com</email> - <name>Takuya Wakazono</name> + <email>marcin.deranek@slonko.net</email> + <name>Marcin Deranek</name> </maintainer> - - <origin>gentoo-guru-overlay</origin> + <upstream> + <bugs-to>https://github.com/Mimino666/langdetect/issues</bugs-to> + </upstream> + <origin>slonko-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/latexify-py/Manifest b/dev-python/latexify-py/Manifest index a570fb80386b..24e16af5f1fa 100644 --- a/dev-python/latexify-py/Manifest +++ b/dev-python/latexify-py/Manifest @@ -1 +1,2 @@ DIST latexify_py-0.4.3-post1.gh.tar.gz 78199 BLAKE2B 2292131c5f9eec51c8cf16812d72823076e61ac66320688ba891dea822bcad240a69e932aa7f6f5af54508b1e770a12bf19ac01c29ccee930e1b976670500ef5 SHA512 0c534368827b9776132a6ff7e2bedd6ca70a097ff6abbb22b87399ae17b3b2f04c171e9fae8ecc00103e0f90e367b57c4e832ecbeffad44a9e82a09495ffbaaa +DIST latexify_py-0.4.4.gh.tar.gz 78694 BLAKE2B 330ef2f26cd01f27aef009d2332a2447642c6e5f3759137e7fa4ea69739a3a12baa8ed3ef685ee290cfb62217f518e439c5fe6b20f2482c7486b88797a1d8dac SHA512 b46bbd8a3e3a5b85246b3500430ee5ba119ed8e7ffa7577b9dc2a55f8c205b003505a564b7e88c08cb301838af8e25cf6fc861b1df09ca4ae9b1191bf897ed9f diff --git a/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild b/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild index f8ff6b04c431..a79fcc431621 100644 --- a/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild +++ b/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 diff --git a/dev-python/latexify-py/latexify-py-0.4.4.1.ebuild b/dev-python/latexify-py/latexify-py-0.4.4.1.ebuild new file mode 100644 index 000000000000..4d712e2d34eb --- /dev/null +++ b/dev-python/latexify-py/latexify-py-0.4.4.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +DISTUTILS_USE_PEP517=hatchling + +inherit distutils-r1 + +DESCRIPTION="Annotate Python source code to get LaTeX expressions" +HOMEPAGE=" + https://pypi.org/project/latexify-py/ + https://github.com/google/latexify_py +" + +# upstream package is called latexify-py (on pypi), but their filename is called latexify_py +# we're using $(ver_cut 1-3) because of this specific postfix version, akin to -r1. remove in next versions +SRC_URI="https://github.com/google/latexify_py/archive/refs/tags/v$(ver_cut 1-3).tar.gz -> ${PN/-/_}-$(ver_cut 1-3).gh.tar.gz" +S="${WORKDIR}/${PN/-/_}-$(ver_cut 1-3)" + +LICENSE="Apache-2.0" +SLOT=0 +KEYWORDS="~amd64" + +RDEPEND=" + ${PYTHON_DEPS} + dev-python/dill[${PYTHON_USEDEP}] +" +DEPEND="${PYTHON_DEPS}" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare +} diff --git a/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild b/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild index f671dded8f4f..09f51a470ae0 100644 --- a/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild +++ b/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 git-r3 diff --git a/dev-python/mpxj/mpxj-13.7.0.ebuild b/dev-python/mpxj/mpxj-13.7.0.ebuild index 4ffc69823752..970716c42a0e 100644 --- a/dev-python/mpxj/mpxj-13.7.0.ebuild +++ b/dev-python/mpxj/mpxj-13.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild b/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild index dfc6b46c9353..bd50dbf4c67f 100644 --- a/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild +++ b/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit edo distutils-r1 optfeature diff --git a/dev-python/proselint/Manifest b/dev-python/proselint/Manifest index 4cfa6a3e0803..25614666bc96 100644 --- a/dev-python/proselint/Manifest +++ b/dev-python/proselint/Manifest @@ -1,2 +1 @@ -DIST proselint-0.13.0.tar.gz 96876 BLAKE2B 780d1c217244e7909fb017d4c8fe4061e8328280119694f6e40630393f52bd00498382d3944d598f34751c7afecbcf5f2e76f1e204b073d28cd363452683e91f SHA512 6379c63fba0be8c5944c67ef4d3c0fd4ae4deb0076813531cddcdbc632bb254a4e213f88f07d96679465d740c1936a2b1502f852959a8ac9789ab1b983b8a0ef DIST proselint-0.14.0.tar.gz 96741 BLAKE2B 59f8c5778bdc7db4d25a2a6679fd2be8a705327b39a05229c32feaee5037e33ada6898a783a4080935530f8ed9f607e32fc694d515cbe3e5191ae42f69f37c14 SHA512 742d059e5780ed931fdc41d21fc0b8bafceff45c95514316f8c9ba86d44c4cd897d302ae48f3bfa8ee5783b0c8ede3915b4d681806e5cbdfcbecdcd629339942 diff --git a/dev-python/proselint/proselint-0.13.0.ebuild b/dev-python/proselint/proselint-0.13.0.ebuild deleted file mode 100644 index 69722b0883cb..000000000000 --- a/dev-python/proselint/proselint-0.13.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="A linter for prose" -HOMEPAGE=" - https://github.com/amperser/proselint/ - https://pypi.org/project/proselint/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/click-8.0.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild index 5154485a678e..8700e5b6ea4d 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit databases distutils-r1 edo diff --git a/dev-python/ptpython/ptpython-3.0.29.ebuild b/dev-python/ptpython/ptpython-3.0.29.ebuild index d2190030ae0c..be588ef84839 100644 --- a/dev-python/ptpython/ptpython-3.0.29.ebuild +++ b/dev-python/ptpython/ptpython-3.0.29.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi DESCRIPTION="Python REPL build on top of prompt-toolkit" diff --git a/dev-python/py-nanoid/py-nanoid-9999.ebuild b/dev-python/py-nanoid/py-nanoid-9999.ebuild index dfd291525e38..346559c62d2f 100644 --- a/dev-python/py-nanoid/py-nanoid-9999.ebuild +++ b/dev-python/py-nanoid/py-nanoid-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 git-r3 diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild index 0ca9b152f99c..e6aad95da99f 100644 --- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild +++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/pymeeus/pymeeus-0.5.12.ebuild b/dev-python/pymeeus/pymeeus-0.5.12.ebuild index 88c562223a5b..833f19bec78e 100644 --- a/dev-python/pymeeus/pymeeus-0.5.12.ebuild +++ b/dev-python/pymeeus/pymeeus-0.5.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_PN="PyMeeus" PYPI_NO_NORMALIZE=1 diff --git a/dev-python/pymorphy3-dicts-ru/pymorphy3-dicts-ru-2.4.417150.4580142.ebuild b/dev-python/pymorphy3-dicts-ru/pymorphy3-dicts-ru-2.4.417150.4580142.ebuild index 4b747d3988a3..8b8879de5be7 100644 --- a/dev-python/pymorphy3-dicts-ru/pymorphy3-dicts-ru-2.4.417150.4580142.ebuild +++ b/dev-python/pymorphy3-dicts-ru/pymorphy3-dicts-ru-2.4.417150.4580142.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/pymorphy3-dicts-uk/pymorphy3-dicts-uk-2.4.1.1.1663094765.ebuild b/dev-python/pymorphy3-dicts-uk/pymorphy3-dicts-uk-2.4.1.1.1663094765.ebuild index df4ce4fe600e..3e035bb441ed 100644 --- a/dev-python/pymorphy3-dicts-uk/pymorphy3-dicts-uk-2.4.1.1.1663094765.ebuild +++ b/dev-python/pymorphy3-dicts-uk/pymorphy3-dicts-uk-2.4.1.1.1663094765.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild b/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild index 4df60383dd58..61180df27872 100644 --- a/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild +++ b/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/pypandoc/pypandoc-1.15.ebuild b/dev-python/pypandoc/pypandoc-1.15.ebuild index 620dbdc830b4..3c0309b8d214 100644 --- a/dev-python/pypandoc/pypandoc-1.15.ebuild +++ b/dev-python/pypandoc/pypandoc-1.15.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 diff --git a/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild b/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild index 7cb12744d813..7e0b6899e71e 100644 --- a/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild +++ b/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi diff --git a/dev-python/pyrime/pyrime-0.0.7.ebuild b/dev-python/pyrime/pyrime-0.0.7.ebuild index 63b4d5bd3771..92590509a4e8 100644 --- a/dev-python/pyrime/pyrime-0.0.7.ebuild +++ b/dev-python/pyrime/pyrime-0.0.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi DESCRIPTION="rime for python" diff --git a/dev-python/pystardict/pystardict-0.8-r1.ebuild b/dev-python/pystardict/pystardict-0.8-r1.ebuild index 90582703b2cb..b90283ac5e48 100644 --- a/dev-python/pystardict/pystardict-0.8-r1.ebuild +++ b/dev-python/pystardict/pystardict-0.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/python-octaviaclient/Manifest b/dev-python/python-octaviaclient/Manifest index 67343e113adb..75a1db2579b3 100644 --- a/dev-python/python-octaviaclient/Manifest +++ b/dev-python/python-octaviaclient/Manifest @@ -1,2 +1 @@ -DIST python-octaviaclient-3.9.0.tar.gz 97191 BLAKE2B 4bf7a25711d6a67ce49c375c4dff8be791bad14d4acdacf57d4ad52cdd6852a9c85a719c626feb3d02deeee46887da80353b7577208f656f515513dd507242ba SHA512 8f5e0ad83c2df75865f26b50b325d5adac6a9797cac5ca5422cf95a85426f0803699f26ea27745e17171f2c56623a5de11e26bd650b9a797d1fdf41dc5c15ab5 DIST python_octaviaclient-3.10.0.tar.gz 97294 BLAKE2B ca56e662bf0173ad4a922b6fc9f82fbfe7a5cd7488abc2746836db44b6e128e159272a7b9618703aef143c6f50764da5d16cf2142a7730fba9ceb37648c37de6 SHA512 cf867242794e9c79be283915040d5280134da28fa92c4371a9ff94f7c03189e5fe513c5da42cfc9079e3be54234dce868b1770e3869654135a5be159029c7b1c diff --git a/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild deleted file mode 100644 index dc6cd834373e..000000000000 --- a/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A client for the OpenStack Octavia API" -HOMEPAGE=" - https://opendev.org/openstack/python-octaviaclient - https://github.com/openstack/python-octaviaclient/ - https://pypi.org/project/python-octaviaclient/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/cliff-4.7.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth1-3.18.0[${PYTHON_USEDEP}] - >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}] - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.14.1[${PYTHON_USEDEP}] - >dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # not packaged - octaviaclient/tests/unit/test_hacking.py -) - -distutils_enable_tests pytest diff --git a/dev-python/python-pidfile/Manifest b/dev-python/python-pidfile/Manifest index 5ab596510600..70b9f9c23940 100644 --- a/dev-python/python-pidfile/Manifest +++ b/dev-python/python-pidfile/Manifest @@ -1,2 +1 @@ -DIST python-pidfile-3.0.0.tar.gz 2943 BLAKE2B aa56e04c22784fd35da236807d5ab3c472047983d7ad76ff6fc65e46133f36ac900dfd30b609a17fb3c4dd8589c4d4aa0f97eef5ced13095e49d82850f164f2e SHA512 82f87a2b3ac733ced78a87216f42b7fdc91f956fa9ec7e64f67ea5d53caf38652dc8b6e0518f6cfacf6bfe662c5d732f632b8f469af60555a8e6a43dbb99afbe DIST python-pidfile-3.1.1.tar.gz 4501 BLAKE2B d3587d581d008e4248e6a56169b32f1523da37e30f9a9ba96955a60998d5b095e13d51a673327c09d5c582fb37518c6d4ceb5ba94109d5e93e69d318ef0bb489 SHA512 314a2e670d2a6baae786b8aa7639a1384bd177b8006b221e46caf297140d840b72ff23629aac22648b41072274dd44cbfc454444ffcfe64c7cf6fd24fae15c1d diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild deleted file mode 100644 index d61f21b44386..000000000000 --- a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="PIDFile context processor. Supported py2 and py3" -HOMEPAGE="https://github.com/mosquito/python-pidfile" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7 - -RDEPEND=" - dev-python/psutil[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -python_test() { - eunittest tests/ -} diff --git a/dev-python/pywebview/pywebview-5.1-r1.ebuild b/dev-python/pywebview/pywebview-4.4.1-r2.ebuild index 4eb8feb7e1ea..f7843c0e086a 100644 --- a/dev-python/pywebview/pywebview-5.1-r1.ebuild +++ b/dev-python/pywebview/pywebview-4.4.1-r2.ebuild @@ -18,9 +18,9 @@ IUSE="gtk qt6" REQUIRED_USE="|| ( gtk qt6 )" RDEPEND=" - dev-python/bottle - dev-python/cryptography - dev-python/proxy_tools + dev-python/bottle[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/proxy_tools[${PYTHON_USEDEP}] gtk? ( dev-python/pygobject[cairo,${PYTHON_USEDEP}] net-libs/webkit-gtk diff --git a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild b/dev-python/pywebview/pywebview-5.1-r2.ebuild index 4eb8feb7e1ea..f7843c0e086a 100644 --- a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild +++ b/dev-python/pywebview/pywebview-5.1-r2.ebuild @@ -18,9 +18,9 @@ IUSE="gtk qt6" REQUIRED_USE="|| ( gtk qt6 )" RDEPEND=" - dev-python/bottle - dev-python/cryptography - dev-python/proxy_tools + dev-python/bottle[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/proxy_tools[${PYTHON_USEDEP}] gtk? ( dev-python/pygobject[cairo,${PYTHON_USEDEP}] net-libs/webkit-gtk diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild index fcbe1eb1be61..c1bb5678e5a0 100644 --- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild @@ -43,9 +43,7 @@ distutils_enable_sphinx doc/source \ dev-python/recommonmark \ dev-python/sphinx-rtd-theme -python_test() { - [[ ${EPYTHON} == pypy3 ]] && \ - return 0 # unsatisfied dep - - distutils-r1_python_test +src_prepare() { + rm readability/compat/two.py || die + distutils-r1_src_prepare } diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild index f2765f3f27c2..c9c9acfe9324 100644 --- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild +++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild index 292da5e5cfa4..2962f9f23934 100644 --- a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild +++ b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild b/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild index 2cc8a4e2ffb3..42b981688244 100644 --- a/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild +++ b/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild @@ -8,7 +8,7 @@ DOCS_BUILDER="sphinx" DOCS_DIR="docs" DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 docs diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r3.ebuild index e7c9581e2d7b..32938ea8521a 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{9,10,11,12,13} ) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild index f6a6cab52e79..e2d1eabebaf1 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/_} -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.9.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.9.ebuild index ae5be63d0e35..07326529f87e 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.9.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild b/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild index da6405b3fa21..b58a326d7699 100644 --- a/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild +++ b/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild index 2300068ad38e..73931afe74c4 100644 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/types-requests/types-requests-2.32.0.20240712.ebuild b/dev-python/types-requests/types-requests-2.32.0.20240712.ebuild index 0d5dfa09df75..8fccea914103 100644 --- a/dev-python/types-requests/types-requests-2.32.0.20240712.ebuild +++ b/dev-python/types-requests/types-requests-2.32.0.20240712.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi diff --git a/dev-python/w3lib/w3lib-2.3.1.ebuild b/dev-python/w3lib/w3lib-2.3.1.ebuild index b81d402d184c..78b5c78f89c9 100644 --- a/dev-python/w3lib/w3lib-2.3.1.ebuild +++ b/dev-python/w3lib/w3lib-2.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/xattr/xattr-1.1.0-r1.ebuild b/dev-python/xattr/xattr-1.1.0-r1.ebuild index 1bef75731594..118f550aa7d0 100644 --- a/dev-python/xattr/xattr-1.1.0-r1.ebuild +++ b/dev-python/xattr/xattr-1.1.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) inherit distutils-r1 pypi |
