diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-04 17:39:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-04 17:39:59 +0000 |
| commit | 324ed8a6efaef92033c32a719748fd1be9a13d94 (patch) | |
| tree | 1edfeebd9a990d12d33cb7fd19d0baec793c5348 /dev-python | |
| parent | f09348f7b84e56cfc49a34b797369a8f700bb357 (diff) | |
| download | baldeagleos-repo-324ed8a6efaef92033c32a719748fd1be9a13d94.tar.gz baldeagleos-repo-324ed8a6efaef92033c32a719748fd1be9a13d94.tar.xz baldeagleos-repo-324ed8a6efaef92033c32a719748fd1be9a13d94.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
38 files changed, 14 insertions, 843 deletions
diff --git a/dev-python/BTrees/BTrees-5.0-r1.ebuild b/dev-python/BTrees/BTrees-5.0-r1.ebuild deleted file mode 100644 index 34becdf2f78e..000000000000 --- a/dev-python/BTrees/BTrees-5.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="scalable persistent components" -HOMEPAGE="https://github.com/zopefoundation/BTrees" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/persistent[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - ) - test? ( - dev-python/persistent[${PYTHON_USEDEP}] - dev-python/transaction[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs -distutils_enable_tests pytest - -python_test() { - zope-testrunner -pvc -j "$(nproc)" --usecompiled \ - --path "${BUILD_DIR}/install$(python_get_sitedir)/" || die -} diff --git a/dev-python/BTrees/BTrees-5.1.ebuild b/dev-python/BTrees/BTrees-5.1.ebuild deleted file mode 100644 index 34becdf2f78e..000000000000 --- a/dev-python/BTrees/BTrees-5.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="scalable persistent components" -HOMEPAGE="https://github.com/zopefoundation/BTrees" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/persistent[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - ) - test? ( - dev-python/persistent[${PYTHON_USEDEP}] - dev-python/transaction[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs -distutils_enable_tests pytest - -python_test() { - zope-testrunner -pvc -j "$(nproc)" --usecompiled \ - --path "${BUILD_DIR}/install$(python_get_sitedir)/" || die -} diff --git a/dev-python/BTrees/Manifest b/dev-python/BTrees/Manifest deleted file mode 100644 index 97b18679dd13..000000000000 --- a/dev-python/BTrees/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST BTrees-5.0.tar.gz 198089 BLAKE2B c571ee1e2e54b3a978acb25d932ed23a78f78653efc7567f310a98843d8f65150e84bd6f39824726bcc1230fa28a1c0f1359b5f2777ac00d6ce97a1662336e54 SHA512 4b90fb8769f8bacc02fd610c829b69cbb94f6a6fd146279ad06904e479ffc19e82cc37fff10ccf818a8ea8f6b2a19cd29021debb4d70ccb7a5a52fe54c0074b4 -DIST BTrees-5.1.tar.gz 245950 BLAKE2B dc0d5e5516aa94bf1a32287f5c845497f3ccd7eddc25037f200a73767992c40c5bc38e134add0d8e10a291c78988f3cb96cd337e26a08ecb00dbe8fd74d865ae SHA512 57b48b449fe174f80f81411e47e0bc2fb188de813720d101907280ceaa32c311dd290128f1f71997b5c1bb2bc45a78399070668855ac1f4e23ed65495835aaa8 diff --git a/dev-python/BTrees/metadata.xml b/dev-python/BTrees/metadata.xml deleted file mode 100644 index c6aa46aae1aa..000000000000 --- a/dev-python/BTrees/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - This package contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution of conflicts detected by that mechanism. - </longdescription> - <upstream> - <maintainer> - <email>zope-dev@zope.org</email> - <name>Zope Foundation and Contributors</name> - </maintainer> - <changelog>https://github.com/zopefoundation/BTrees/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/zopefoundation/BTrees/issues</bugs-to> - <doc>https://btrees.readthedocs.io</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/mwparserfromhell/Manifest b/dev-python/mwparserfromhell/Manifest index c288c242076a..8499df6e82c1 100644 --- a/dev-python/mwparserfromhell/Manifest +++ b/dev-python/mwparserfromhell/Manifest @@ -1,2 +1,2 @@ -DIST mwparserfromhell-0.6.4.tar.gz 153650 BLAKE2B dedf7880f0b7b9d14158015c0603b5e345356535ca30338e6e0b54804a68d57a2c0d33204fd432ef06ae57508038ae0d4afd6e564ab176bd5fba10d72a265089 SHA512 d8716f7d973c55796c0aec424d905def70f970320f8e90ca0a16459f5251f73a1cb0bcffb7294fa0ba0741c41d37b5bc773d9bc190ebb8c72d35718b2978b7df DIST mwparserfromhell-0.6.5.tar.gz 154664 BLAKE2B 1ab661ff1057c99047744ea85dc16e8e497579cc56095ccdb013109a62e39d1c75bfd0c15cff322a704acfefe309e895a3a552ab1ca07474f056c7afff5382f3 SHA512 f60ea3bd3dd0d75e46d0f59f7425fdc88344b266c1f6d8edcf07a9b121396c6587132a5f8080d734571f0d8cc7e58114c3b8cab200c5795300463584ea9e9992 +DIST mwparserfromhell-0.6.6.tar.gz 155160 BLAKE2B a8dc2b23edd1d0ebcde3ac1fbc052669e650ab39791e5f63542e7aacc6e2ecc7424fca39a9949612810159f44c86fb08b63b81e0c87bec8a64bfab572984305e SHA512 860312360276387e32325dd6bee91c5afc688c5f6fa396052742af426b6aad894c5c4f55bcbe4a8c637f9a174f4c1a698f739975931d8b9654717951794f0cd6 diff --git a/dev-python/mwparserfromhell/mwparserfromhell-0.6.4.ebuild b/dev-python/mwparserfromhell/mwparserfromhell-0.6.6.ebuild index 4d4b87a7b3d7..c02dd9ef2772 100644 --- a/dev-python/mwparserfromhell/mwparserfromhell-0.6.4.ebuild +++ b/dev-python/mwparserfromhell/mwparserfromhell-0.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Liguros Authors +# Copyright 2020-2023 Liguros Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8,9,10,11,12} ) @@ -7,7 +7,7 @@ inherit distutils-r1 DESCRIPTION="Python MediaWiki parser" HOMEPAGE="https://github.com/earwig/mwparserfromhell/" -SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/earwig/mwparserfromhell/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/persistent/Manifest b/dev-python/persistent/Manifest deleted file mode 100644 index 6a8bc19514be..000000000000 --- a/dev-python/persistent/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST persistent-5.0.gh.tar.gz 115137 BLAKE2B 6d84cc1e81f033349b9943bb02376f58baccffebe1d7747da687dde6ad0a15f225c0f45c80aacd4de4dc15009f6502e0c0ea5e90d6697c5d1eaa0528dca2691a SHA512 561c339574817f70d1e5b091d77e3cd7a876a49742938591cfffdf4ec5a6ae23b4a7b4e7ff7d90d15763ce9485c093ff019699364952974e9ffe4da88bcf293f -DIST persistent-5.1.gh.tar.gz 115547 BLAKE2B a7793f6af1ee975db0fffc9c41b7d2394cf9e02f9c012be28538db8356510b52c89fe41bccd6abba296f6c2915633dccbbe4d534fb9a3bfebcc891e6afc532d1 SHA512 1dfeefa0437d37b075b9fdbec7a2e7cc8e7bb665b46e384204bf922fe13fc4280a6e0b419d97c9899725db478ac8589ed7f22887f267e58f418baa26f921e318 diff --git a/dev-python/persistent/metadata.xml b/dev-python/persistent/metadata.xml deleted file mode 100644 index 10db6199297e..000000000000 --- a/dev-python/persistent/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB. - </longdescription> - <upstream> - <maintainer> - <email>zope-dev@zope.org</email> - <name>Zope Foundation and Contributors</name> - </maintainer> - <changelog>https://github.com/zopefoundation/persistent/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/zopefoundation/persistent/issues</bugs-to> - <doc>https://persistent.readthedocs.io/en/stable</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/persistent/persistent-5.0.ebuild b/dev-python/persistent/persistent-5.0.ebuild deleted file mode 100644 index 1e3c0e2dced4..000000000000 --- a/dev-python/persistent/persistent-5.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="automatic persistence for Python objects" -HOMEPAGE="https://github.com/zopefoundation/persistent" -SRC_URI="https://github.com/zopefoundation/persistent/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/cffi[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - doc? ( dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}] ) - test? ( - dev-python/manuel[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx docs -distutils_enable_tests unittest - -src_unpack() { - default - # Fix broken test - sed -i -e 's/from \.\./from persistent/' "${S}/src/persistent/tests/test_ring.py" || die - # Disable tests that fail - sed -z -i -e "s/def test__p_repr_exception.*_p_repr failed')>\")//g" \ - "${S}/src/persistent/tests/test_persistence.py" || die - sed -z -i -e "s/def test__p_repr_in_instance_ignored.*repr(p)//g" \ - "${S}/src/persistent/tests/test_persistence.py" || die -} - -src_test() { - cd "${S}/src/persistent" || die - distutils-r1_src_test -} diff --git a/dev-python/persistent/persistent-5.1.ebuild b/dev-python/persistent/persistent-5.1.ebuild deleted file mode 100644 index 1e3c0e2dced4..000000000000 --- a/dev-python/persistent/persistent-5.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="automatic persistence for Python objects" -HOMEPAGE="https://github.com/zopefoundation/persistent" -SRC_URI="https://github.com/zopefoundation/persistent/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/cffi[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - doc? ( dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}] ) - test? ( - dev-python/manuel[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx docs -distutils_enable_tests unittest - -src_unpack() { - default - # Fix broken test - sed -i -e 's/from \.\./from persistent/' "${S}/src/persistent/tests/test_ring.py" || die - # Disable tests that fail - sed -z -i -e "s/def test__p_repr_exception.*_p_repr failed')>\")//g" \ - "${S}/src/persistent/tests/test_persistence.py" || die - sed -z -i -e "s/def test__p_repr_in_instance_ignored.*repr(p)//g" \ - "${S}/src/persistent/tests/test_persistence.py" || die -} - -src_test() { - cd "${S}/src/persistent" || die - distutils-r1_src_test -} diff --git a/dev-python/repoze-sphinx-autointerface/Manifest b/dev-python/repoze-sphinx-autointerface/Manifest deleted file mode 100644 index dfcde440c585..000000000000 --- a/dev-python/repoze-sphinx-autointerface/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST repoze-sphinx-autointerface-1.0.0.gh.tar.gz 10708 BLAKE2B d9013cd47088a130431a02a07b84c97daa4c8562b53c8c3d9691cfc67fa978dcf93592f86234d76e6cf8458f2ee3f01debe362a10a94df4ad004d120fa42f816 SHA512 58b3c22d5486defa0b50e76cbcdece8f7d9f82f6066178b9c50e4c1a6fb6a82e50e386b2c662d5026d2fd4831d392cbc23493c34d09bc225610f661ebc68db3f diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml b/dev-python/repoze-sphinx-autointerface/metadata.xml deleted file mode 100644 index dd270b73f87c..000000000000 --- a/dev-python/repoze-sphinx-autointerface/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code. - </longdescription> - <upstream> - <maintainer> - <email>repoze-dev@lists.repoze.org</email> - <name>Agendaless Consulting</name> - </maintainer> - <changelog>https://github.com/repoze/repoze.sphinx.autointerface/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/repoze/repoze.sphinx.autointerface/issues</bugs-to> - <doc>https://github.com/repoze/repoze.sphinx.autointerface/</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0-r1.ebuild b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0-r1.ebuild deleted file mode 100644 index 110365624d94..000000000000 --- a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="Auto-generate Sphinx API docs from Zope interfaces" -HOMEPAGE="https://github.com/repoze/repoze.sphinx.autointerface/" -SRC_URI="https://github.com/repoze/repoze.sphinx.autointerface/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/repoze.sphinx.autointerface-${PV}" - -LICENSE="BSD-with-disclosure" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/zope-interface[${PYTHON_USEDEP}] - test? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "/'setuptools'/d" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} diff --git a/dev-python/signalstickers-client/signalstickers-client-3.3.0.ebuild b/dev-python/signalstickers-client/signalstickers-client-3.3.0.ebuild index bf136ba6604f..4781a13c121c 100644 --- a/dev-python/signalstickers-client/signalstickers-client-3.3.0.ebuild +++ b/dev-python/signalstickers-client/signalstickers-client-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,11 +15,19 @@ HOMEPAGE="https://github.com/signalstickers/signalstickers-client" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" +# https://github.com/signalstickers/signalstickers-client/issues/22 +RESTRICT="test" + +distutils_enable_tests pytest RDEPEND=" dev-python/anyio[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-httpx[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) " DEPEND="${RDEPEND}" diff --git a/dev-python/transaction/Manifest b/dev-python/transaction/Manifest deleted file mode 100644 index 873eba4478d3..000000000000 --- a/dev-python/transaction/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST transaction-3.0.1.tar.gz 72934 BLAKE2B 2bd48ddfac0eb28c7551edc04fbb032ce4e22c178a01e9e0f57605d9d1a6eecba9cda486810fdc333029ca521bf78a7ca33f238ab9bfbad2429445674f45da3c SHA512 9609d6eeb90bb35e3757b1bd3a36e25b910d087f390701afa245641f61b92e55081812d07d56bccd2ab50da96a39212f7f517fb437843909bb7b75cb8d879f40 -DIST transaction-3.1.0.tar.gz 69775 BLAKE2B 93ef2c086c1e5cdf5b76098d0a95a222e3e9c05b549eccd46747b9b412b2b94bc0d8ded4b40719653a08d63b6b977c76838e8e7961ac6be7c90f10624aa9e2ad SHA512 aaa4cae1b8a02584607f09c8aed440ad57887b9cbd9595e40794d2049a77e430f4524510dcef46ff7247a0b0eb1f578287082bc548647c580ba6e58e034ba17a diff --git a/dev-python/transaction/metadata.xml b/dev-python/transaction/metadata.xml deleted file mode 100644 index 89883e0bef32..000000000000 --- a/dev-python/transaction/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/transaction/transaction-3.0.1-r1.ebuild b/dev-python/transaction/transaction-3.0.1-r1.ebuild deleted file mode 100644 index 130b457505db..000000000000 --- a/dev-python/transaction/transaction-3.0.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Transaction management for Python" -HOMEPAGE=" - https://pypi.python.org/pypi/transaction - https://github.com/zopefoundation/transaction -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -DOCS="CHANGES.rst README.rst" - -distutils_enable_tests unittest -distutils_enable_sphinx docs - -src_test() { - cd "${S}/src" || die - distutils-r1_src_test -} diff --git a/dev-python/transaction/transaction-3.1.0.ebuild b/dev-python/transaction/transaction-3.1.0.ebuild deleted file mode 100644 index f86498e1c1b7..000000000000 --- a/dev-python/transaction/transaction-3.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Transaction management for Python" -HOMEPAGE=" - https://pypi.python.org/pypi/transaction - https://github.com/zopefoundation/transaction -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( dev-python/repoze-sphinx-autointerface ) - test? ( dev-python/mock[${PYTHON_USEDEP}] ) -" - -DOCS="CHANGES.rst README.rst" - -distutils_enable_tests unittest -distutils_enable_sphinx docs - -src_test() { - cd "${S}/src" || die - distutils-r1_src_test -} diff --git a/dev-python/urwid/Manifest b/dev-python/urwid/Manifest index 85a7a541155e..042b927af74a 100644 --- a/dev-python/urwid/Manifest +++ b/dev-python/urwid/Manifest @@ -1,3 +1,3 @@ -DIST urwid-2.2.2.tar.gz 676715 BLAKE2B f640afd2a227b32b2f7b34d38d938042a77d501e899730b31654674d73b7679d2b727cb8806f73b73a059d7d446731ceac77c15b658ec5079dca9554d396a3d6 SHA512 0cc921b6abf27f02e464cf969f8c2267c01956961a4dcee7a8a45e181c82cf8913e2a391d86e2e5d1ca63c7c785abc9712c5107b279473fa10253aa6f370a334 DIST urwid-2.2.3.tar.gz 677723 BLAKE2B 4aeae29e557e0ecbe902b56865feef3b2978263e657f2159194d8334852627ac6ccee82730d6a7e24b8914e5548ca88ac00eeddd7c2a34299d135843a99008fb SHA512 48588d0c819b229bdaaa70bec3a279c3bf232b8520d95e1f45a83bea927244634e91fd47cc161647c2d8155e523543549bc5ed2ccb5eac29843e12515e5dfd22 DIST urwid-2.3.4.tar.gz 678305 BLAKE2B 1b0de4ae4a18751275de968da9899e934277d8f9ac24cd1363ec9bbef48492f5fc6e00785c75447c8eddba2952fb37689b1e2b7b74a430590020b3aa77979f16 SHA512 e1ed9357b738975c909f847a2f12292cfad1cf824be9d3818ca0de3d1ca5c992ba89d5cea25888db3a8bb6c73a64b94ecb1df0a19d5af7f7b060bd113f93a8dd +DIST urwid-2.4.1.tar.gz 691240 BLAKE2B 17ae6a0f61206488c8dd59cbdd4a4f4a7ec1d3f8faa41a0d2e445fc6606e85959616ab0021e673f0d87311e4ca0e62d27f96996a8c49a8461b3cf0137e0c28ec SHA512 2a18c3ba67b1381edecbf260088174c05756366f91c069237909bf21e17ea5d795fd9cdf3b918dcc955c85b63888ccd3c41661fcc8edeef3e50369dd302c0b63 diff --git a/dev-python/urwid/urwid-2.2.2.ebuild b/dev-python/urwid/urwid-2.4.1.ebuild index 703b93372ce6..26b2bc02f321 100644 --- a/dev-python/urwid/urwid-2.2.2.ebuild +++ b/dev-python/urwid/urwid-2.4.1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Curses-based user interface library for Python" HOMEPAGE="http://urwid.org/ https://pypi.org/project/urwid/ https://github.com/urwid/urwid/" -SRC_URI="https://files.pythonhosted.org/packages/5f/cf/2f01d2231e7fb52bd8190954b6165c89baa17e713c690bdb2dfea1dcd25d/urwid-2.2.2.tar.gz -> ${P}.tar.gz" +SRC_URI="https://files.pythonhosted.org/packages/58/7e/4191aa9a1c4a7b2f73a7548002754863189217464fbf76045526c7c97be5/urwid-2.4.1.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-python/zodb/Manifest b/dev-python/zodb/Manifest deleted file mode 100644 index 0862fdc1a60d..000000000000 --- a/dev-python/zodb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ZODB-5.8.0.tar.gz 788844 BLAKE2B 820dd1dca250f9167076b410cc33a9200a9372abd5162c7eafb8647f8469a742f7aa4cad841d5d5aa68a64aa354c940f51cc26b11c67815cab76ddb98154e9e9 SHA512 40f617089b0313b47634e56b3b303cda20ef06973178d02b583ff7a424e704d0cd2e60f9de2c90ce134760786d75461763dc7ce20af03505cbfc667b027cab9d -DIST ZODB-5.8.1.tar.gz 790095 BLAKE2B e211bc85b7fe1d25b09213985afcebb6de31fa6a6bdda5e606cd854c2906c324c11c6e01279a7ff22f08d6cbbf8e706597b231f41d99f3d7ca28dd5bd8c8078e SHA512 a51d2914489ac779ec990b9e84f69a56fdaa471d889d6fd3bcd5abac345fd95f9959defa737e47e0e86c4ac7853b146abe25d13d67aeed984268d87f9f8d4864 diff --git a/dev-python/zodb/metadata.xml b/dev-python/zodb/metadata.xml deleted file mode 100644 index 84ea4b9c6429..000000000000 --- a/dev-python/zodb/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - ZODB provides an object-oriented database for Python that provides a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4 and above. It also runs on PyPy. - - no separate language for database operations - - very little impact on your code to make objects persistent - - no database mapper that partially hides the database. - - Using an object-relational mapping is not like using an object-oriented database. - - almost no seam between code and database. - - ZODB is an ACID Transactional database. - </longdescription> - <upstream> - <maintainer> - <email>zope-dev@zope.org</email> - <name>Zope Foundation and Contributors</name> - </maintainer> - <changelog>https://github.com/zopefoundation/zodb/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/zopefoundation/zodb/issues</bugs-to> - <doc>https://zodb-docs.readthedocs.io</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/zodb/zodb-5.8.0-r1.ebuild b/dev-python/zodb/zodb-5.8.0-r1.ebuild deleted file mode 100644 index b6a5297cf830..000000000000 --- a/dev-python/zodb/zodb-5.8.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -PYPI_NO_NORMALIZE=1 -PYPI_PN="${PN^^}" - -inherit distutils-r1 pypi - -DESCRIPTION="Python object-oriented database" -HOMEPAGE="https://github.com/zopefoundation/zodb" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/BTrees[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/persistent[${PYTHON_USEDEP}] - dev-python/transaction[${PYTHON_USEDEP}] - dev-python/zc-lockfile[${PYTHON_USEDEP}] - dev-python/zconfig[${PYTHON_USEDEP}] - dev-python/zodbpickle[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - dev-python/j1m-sphinxautozconfig[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-zopeext[${PYTHON_USEDEP}] - ) - test? ( - dev-python/manuel[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/zope-testing[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs -distutils_enable_tests setup.py - -src_unpack() { - default - # Remove failing test - rm "${S}/src/${PN^^}/tests/testdocumentation.py" || die -} - -python_test() { - zope-testrunner -pvc -j "$(nproc)" --usecompiled \ - --path "${BUILD_DIR}/install$(python_get_sitedir)/" || die -} diff --git a/dev-python/zodb/zodb-5.8.1.ebuild b/dev-python/zodb/zodb-5.8.1.ebuild deleted file mode 100644 index b6a5297cf830..000000000000 --- a/dev-python/zodb/zodb-5.8.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -PYPI_NO_NORMALIZE=1 -PYPI_PN="${PN^^}" - -inherit distutils-r1 pypi - -DESCRIPTION="Python object-oriented database" -HOMEPAGE="https://github.com/zopefoundation/zodb" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/BTrees[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/persistent[${PYTHON_USEDEP}] - dev-python/transaction[${PYTHON_USEDEP}] - dev-python/zc-lockfile[${PYTHON_USEDEP}] - dev-python/zconfig[${PYTHON_USEDEP}] - dev-python/zodbpickle[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - dev-python/j1m-sphinxautozconfig[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-zopeext[${PYTHON_USEDEP}] - ) - test? ( - dev-python/manuel[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/zope-testing[${PYTHON_USEDEP}] - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs -distutils_enable_tests setup.py - -src_unpack() { - default - # Remove failing test - rm "${S}/src/${PN^^}/tests/testdocumentation.py" || die -} - -python_test() { - zope-testrunner -pvc -j "$(nproc)" --usecompiled \ - --path "${BUILD_DIR}/install$(python_get_sitedir)/" || die -} diff --git a/dev-python/zodbpickle/Manifest b/dev-python/zodbpickle/Manifest deleted file mode 100644 index c9bc43ee23bf..000000000000 --- a/dev-python/zodbpickle/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zodbpickle-3.0.1.tar.gz 111068 BLAKE2B 32e5bb09f6fc97a6b5ecc865e750adef6fe60ab52d6dd3c8807920859d63749c6ed77a99c7bce5515f8e0839e03d845eec60712444bee90f37f6a9ebfaaa24c0 SHA512 f3b9fd019a175ec8eb8cb3d1d3c05a8f142f6b0842affb8d1b910bea0af0216c799608355dbce4bb236a6b3732634fe81744ffeb27c23cd9cad267255cfed253 -DIST zodbpickle-3.1.tar.gz 111254 BLAKE2B d552c5bd8351afaab4d4c48cfb174b14deb7df99379e5adb59ff93c5a8521c3f4cdb05e1dc6e8553dded292e55729d7ac6168f372fda3f4bcd06d943b097b75e SHA512 983261093ca0382ab0a925e1ab2cc31ff6d7f070f540881b1058cfe13ad27355902cad30b2ce80ab29a94d7b99f8170f9b8db20c7c93b32dd1db23aaf521ab82 diff --git a/dev-python/zodbpickle/metadata.xml b/dev-python/zodbpickle/metadata.xml deleted file mode 100644 index 248f10785b05..000000000000 --- a/dev-python/zodbpickle/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - This package presents a uniform pickling interface for ZODB: - - Under Python2, this package forks both Python 2.7's pickle and cPickle modules, adding support for the protocol 3 opcodes. It also provides a new subclass of bytes, zodbpickle.binary, which Python2 applications can use to pickle binary values such that they will be unpickled as bytes under Py3k. - Under Py3k, this package forks the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork add support for the noload operations used by ZODB. - </longdescription> - <upstream> - <maintainer> - <email>zope-dev@zope.org</email> - <name>Zope Foundation and Contributors</name> - </maintainer> - <changelog>https://github.com/zopefoundation/zodbpicle/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/zopefoundation/zodbpickle/issues</bugs-to> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/zodbpickle/zodbpickle-3.0.1-r1.ebuild b/dev-python/zodbpickle/zodbpickle-3.0.1-r1.ebuild deleted file mode 100644 index d44d95701226..000000000000 --- a/dev-python/zodbpickle/zodbpickle-3.0.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 edo multiprocessing pypi - -DESCRIPTION="Fork of Python's pickle module to work with ZODB" -HOMEPAGE=" - https://pypi.org/project/zodbpickle/ - https://github.com/zopefoundation/zodbpickle -" - -LICENSE="PSF-2 ZPL" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -python_test() { - edo ${EPYTHON} -m zope.testrunner --test-path=src -vv -} diff --git a/dev-python/zodbpickle/zodbpickle-3.1.ebuild b/dev-python/zodbpickle/zodbpickle-3.1.ebuild deleted file mode 100644 index 7aa3e5f12a37..000000000000 --- a/dev-python/zodbpickle/zodbpickle-3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 edo pypi - -DESCRIPTION="Fork of Python's pickle module to work with ZODB" -HOMEPAGE=" - https://pypi.org/project/zodbpickle/ - https://github.com/zopefoundation/zodbpickle -" - -LICENSE="PSF-2 ZPL" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/zope-testrunner[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -python_test() { - edo ${EPYTHON} -m zope.testrunner --test-path=src -vv -} diff --git a/dev-python/zope-cachedescriptors/Manifest b/dev-python/zope-cachedescriptors/Manifest deleted file mode 100644 index b919a9aa87f6..000000000000 --- a/dev-python/zope-cachedescriptors/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zope.cachedescriptors-5.0.tar.gz 13250 BLAKE2B b6e3f78555327d1676ffc7bfd4102fca701173bca0d0592fd1349343dcab769f7fc8456fd692bc1e7642e25dcf7ce2bd6b1304b084ab74cfd07f2323f9ceaed2 SHA512 fc310ba8a732871d578d689c2b98638b4e6de8455eaa2583eba2334ea021052a4bbd81eb57151a2ed6bd06ebdcea3348ebd98d4777e66ae613a078bc13911224 diff --git a/dev-python/zope-cachedescriptors/metadata.xml b/dev-python/zope-cachedescriptors/metadata.xml deleted file mode 100644 index bd37c867c65a..000000000000 --- a/dev-python/zope-cachedescriptors/metadata.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - Cached descriptors cache their output. They take into account instance attributes that they depend on, so when the instance attributes change, the descriptors will change the values they return. - - Cached descriptors cache their data in _v_ attributes, so they are also useful for managing the computation of volatile attributes for persistent objects. - - Persistent descriptors: - - property - - A simple computed property. - - See src/zope/cachedescriptors/property.rst. - - method - - Idempotent method. The return values are cached based on method arguments and on any instance attributes that the methods are defined to depend on. - - Note - - Only a cache based on arguments has been implemented so far. - - See src/zope/cachedescriptors/method.rst. - </longdescription> - <upstream> - <maintainer> - <email>zope-dev@zope.org</email> - <name>Zope Foundation and Contributors</name> - </maintainer> - <changelog>https://github.com/zopefoundation/zope.cachedescriptors/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/zopefoundation/zope.cachedescriptors/issues</bugs-to> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/zope-cachedescriptors/zope-cachedescriptors-5.0.ebuild b/dev-python/zope-cachedescriptors/zope-cachedescriptors-5.0.ebuild deleted file mode 100644 index 308fd44c140e..000000000000 --- a/dev-python/zope-cachedescriptors/zope-cachedescriptors-5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -PYPI_NO_NORMALIZE=1 -PYPI_PN="${PN/-/\.}" -inherit distutils-r1 pypi - -DESCRIPTION="Python descriptors which cache their output" -HOMEPAGE="https://github.com/zopefoundation/zope.cachedescriptors" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "/'setuptools'/d" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} diff --git a/dev-python/zope-testrunner/Manifest b/dev-python/zope-testrunner/Manifest deleted file mode 100644 index 3b1946089c31..000000000000 --- a/dev-python/zope-testrunner/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zope.testrunner-6.2.1.tar.gz 150397 BLAKE2B 57210c321ae66738cc2c533a3e9d183273bbc2b98b639fa3a30502ddcb98154eb62f36d50d25674b255547788433498f341ceaec9c1744810571df007632bffd SHA512 5dc8764a518b49f42ef16b64ccb70fb772de0ccda2057ae90597a64975b01c25e885133385e791376f6664b72c67a98499934ebda64238511beef28416ec6add -DIST zope.testrunner-6.2.tar.gz 150192 BLAKE2B 4ce0a5ed134910a4fb8cbc68700fbcd3d6e7508654e1ac68d51f5671e797e886a28ef0b55126f5b359cb704ec4b1c4d6f1ed9e66d25d0f83dd62e4884a262358 SHA512 5fc559c497c9db67c81af692e83d60d5cb75ee4cdb28b25c23040eccdaf01d704b2897b385e35e09e916792f6bf7155eded67d4b5de3c1beb1a435590c249dfd diff --git a/dev-python/zope-testrunner/metadata.xml b/dev-python/zope-testrunner/metadata.xml deleted file mode 100644 index c3c71ff33660..000000000000 --- a/dev-python/zope-testrunner/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <upstream> - <maintainer> - <email>zope-dev@zope.org</email> - <name>Zope Foundation and Contributors</name> - </maintainer> - <changelog>https://github.com/zopefoundation/zope.testrunner/blob/master/CHANGES.rst</changelog> - <bugs-to>https://github.com/zopefoundation/zope.testrunner/issues</bugs-to> - <doc>https://zopetestrunner.readthedocs.io/</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/zope-testrunner/zope-testrunner-6.2.1.ebuild b/dev-python/zope-testrunner/zope-testrunner-6.2.1.ebuild deleted file mode 100644 index 2229a4f79302..000000000000 --- a/dev-python/zope-testrunner/zope-testrunner-6.2.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -PYPI_NO_NORMALIZE=1 -PYPI_PN="${PN/-/\.}" -inherit distutils-r1 pypi - -DESCRIPTION="This package provides a flexible test runner with layer support." -HOMEPAGE="https://github.com/zopefoundation/zope.testrunner - https://pypi.org/project/zope.testrunner/ -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/zope-interface[${PYTHON_USEDEP}] - dev-python/zope-exceptions[${PYTHON_USEDEP}] - doc? ( dev-python/sphinxcontrib-programoutput[${PYTHON_USEDEP}] ) - test? ( dev-python/zope-testing[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx docs -distutils_enable_tests unittest - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "/'setuptools'/d" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - distutils_write_namespace zope - eunittest -} - -python_install() { - # Do not install unit tests - rm -r "${BUILD_DIR}/install$(python_get_sitedir)/zope/testrunner/tests" || die - distutils-r1_python_install -} diff --git a/dev-python/zope-testrunner/zope-testrunner-6.2.ebuild b/dev-python/zope-testrunner/zope-testrunner-6.2.ebuild deleted file mode 100644 index d394c06558a2..000000000000 --- a/dev-python/zope-testrunner/zope-testrunner-6.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -PYPI_NO_NORMALIZE=1 -PYPI_PN="${PN/-/\.}" -inherit distutils-r1 pypi - -DESCRIPTION="This package provides a flexible test runner with layer support." -HOMEPAGE="https://github.com/zopefoundation/zope.testrunner" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - dev-python/zope-exceptions[${PYTHON_USEDEP}] - doc? ( dev-python/sphinxcontrib-programoutput[${PYTHON_USEDEP}] ) - test? ( dev-python/zope-testing[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx docs -distutils_enable_tests unittest - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "/'setuptools'/d" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - distutils_write_namespace zope - eunittest -} - -python_install() { - # Do not install unit tests - rm -r "${BUILD_DIR}/install$(python_get_sitedir)/zope/testrunner/tests" || die - distutils-r1_python_install -} diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest deleted file mode 100644 index 1ec5142336ba..000000000000 --- a/dev-python/zxcvbn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zxcvbn-4.4.28.tar.gz 407871 BLAKE2B 2fa3a8fbcb291ce6bbb1c5a61d12f5797c7977239c0ed641f59e22cda3a33274aa56c607d4fee661a90449b7489d7246431e4b6bfee0c939164cb9c83f239537 SHA512 6ed12b555442b4ee30662c90f38c90988833545310acce45e68a0aa2fc6297729da500ae0f578a1a266e85c09522eb3287c38d92bcfc1017f852ee76bf92c606 diff --git a/dev-python/zxcvbn/metadata.xml b/dev-python/zxcvbn/metadata.xml deleted file mode 100644 index 8fa168f986c8..000000000000 --- a/dev-python/zxcvbn/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <upstream> - <maintainer> - <email>danielrwolf5@gmail.com</email> - <name>Daniel Wolf</name> - </maintainer> - <bugs-to>https://github.com/dwolfhub/zxcvbn-python/issues</bugs-to> - <doc>https://github.com/dwolfhub/zxcvbn-python/blob/master/README.rst</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild deleted file mode 100644 index a8dd56aea952..000000000000 --- a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Python implementation of Dropbox's realistic password strength estimator" -HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest |
