From 27fccc1801092355fdf16a4ffcbf7a58a163e335 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Sep 2023 05:18:59 +0100 Subject: gentoo auto-resync : 23:09:2023 - 05:18:59 --- dev-python/Manifest.gz | Bin 267958 -> 267624 bytes dev-python/importlib-resources/Manifest | 5 --- .../importlib-resources-5.12.0.ebuild | 46 -------------------- .../importlib-resources-6.0.0.ebuild | 46 -------------------- dev-python/importlib-resources/metadata.xml | 21 --------- dev-python/lrcalc/Manifest | 3 ++ dev-python/lrcalc/lrcalc-2.1.ebuild | 31 ++++++++++++++ dev-python/lrcalc/metadata.xml | 27 ++++++++++++ dev-python/nptyping/Manifest | 5 --- dev-python/nptyping/metadata.xml | 13 ------ dev-python/nptyping/nptyping-2.3.1.ebuild | 47 --------------------- dev-python/nptyping/nptyping-2.5.0.ebuild | 47 --------------------- dev-python/sphinx_ansible_theme/Manifest | 3 -- dev-python/sphinx_ansible_theme/metadata.xml | 17 -------- .../sphinx_ansible_theme-0.10.2.ebuild | 32 -------------- 15 files changed, 61 insertions(+), 282 deletions(-) delete mode 100644 dev-python/importlib-resources/Manifest delete mode 100644 dev-python/importlib-resources/importlib-resources-5.12.0.ebuild delete mode 100644 dev-python/importlib-resources/importlib-resources-6.0.0.ebuild delete mode 100644 dev-python/importlib-resources/metadata.xml create mode 100644 dev-python/lrcalc/Manifest create mode 100644 dev-python/lrcalc/lrcalc-2.1.ebuild create mode 100644 dev-python/lrcalc/metadata.xml delete mode 100644 dev-python/nptyping/Manifest delete mode 100644 dev-python/nptyping/metadata.xml delete mode 100644 dev-python/nptyping/nptyping-2.3.1.ebuild delete mode 100644 dev-python/nptyping/nptyping-2.5.0.ebuild delete mode 100644 dev-python/sphinx_ansible_theme/Manifest delete mode 100644 dev-python/sphinx_ansible_theme/metadata.xml delete mode 100644 dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild (limited to 'dev-python') diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 35f8f55024ad..6835c9951f09 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest deleted file mode 100644 index fff6839a281f..000000000000 --- a/dev-python/importlib-resources/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST importlib_resources-5.12.0.tar.gz 39894 BLAKE2B bbae92bd62b54afc0093f8daa8f0fabaf18da7b2c9c578a2e6b6b7cc3207384e4fd037762c4ac8bc862900ac2da112a3b8ae236b1d3ca072c739f2d1ad3edd36 SHA512 00875d82cf3d2103872079ee2882c4000cc65141d97988265721cc6861a64dfe480e5c2191a2b22d0b9b9e42de1fc06d54f6d8eb4f37aaf91a819ee9306dc06f -DIST importlib_resources-6.0.0.tar.gz 35570 BLAKE2B c71f0dbfe49eebd63c0e56e25f019cb30d9fbddd6e4db8fa739bd44d5c00f429bf732a1e2f2be74ebc051c020c0fc0a678cf8eb6c2b9b52e340abe1a62144aae SHA512 c7475b0be67bf8655998df78d2683a733f20e85eb4b03f04508b3408a8751e0b4a8fcbe695feb83144c9b6de6e4ba93dd3419647d1db2ad8d92ff7dbbf6970c4 -EBUILD importlib-resources-5.12.0.ebuild 1233 BLAKE2B 737f5ffd7b10f7d72a95f72c42d365302dd6a6f870897f97d606ffa6ec3fb3d2e4585f0774144c3e2361ccbcb924ced8c29a62ce636f9095678b070066c72101 SHA512 9f4c1710a9741fda1bf3b7eb990894bdff2a73cb8f265f259e1983c6282480e839cf5cf2d3b7cf19bc5272e38d9836d32627bb4ac6c9aec01832e3cf6acc592d -EBUILD importlib-resources-6.0.0.ebuild 1231 BLAKE2B 9bab5ea59e52384d92389f057c64db9b75440cf3154dba96cbcc1de6eae27f1b96b25c09a6f217904e20174d23147b0e91e222e79b28ce38e25ed52b5211d777 SHA512 1a167ab79f11ad7a63345be3eb14265d2757cbb8c3e26ac2ac2f972cc846677797bebb4fbb7efbd779272d33f753d2202b0d765adbbca91d04fdae18d2fa9a8c -MISC metadata.xml 839 BLAKE2B ca4c02fdd3da2595a0011a145cf06f5401b6a5bf7381d23db7896a8ee63763bcf01d67a65e819e03f9aded78c8237e4c8e11fd836b8585fc4ed765572eb1e931 SHA512 3032eb1ae6322ee29a95c93fdd155ffaa4515f5ee27039b19b59c44d0160c7aeb6fb7b8b53a57d74daab8325ffdb15bb776c123afcaafeea6241ae67f55675cb diff --git a/dev-python/importlib-resources/importlib-resources-5.12.0.ebuild b/dev-python/importlib-resources/importlib-resources-5.12.0.ebuild deleted file mode 100644 index d1ac2513af5f..000000000000 --- a/dev-python/importlib-resources/importlib-resources-5.12.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_PEP517=flit -# This is a backport of importlib.resources that's present since py3.9. -# However, the version in 3.9 is buggy, so matplotlib needs it on 3.9 -# as well. -PYTHON_COMPAT=( pypy3 python3_9 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Read resources from Python packages" -HOMEPAGE=" - https://github.com/python/importlib_resources/ - https://pypi.org/project/importlib-resources/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}] - ' 3.8 3.9) -" - -distutils_enable_tests unittest - -src_configure() { - grep -q 'build-backend = "setuptools' pyproject.toml || - die "Upstream changed build-backend, recheck" - # write a custom pyproject.toml to ease setuptools bootstrap - cat > pyproject.toml <<-EOF || die - [build-system] - requires = ["flit_core >=3.2,<4"] - build-backend = "flit_core.buildapi" - - [project] - name = "importlib_resources" - version = "${PV}" - description = "Read resources from Python packages" - EOF -} diff --git a/dev-python/importlib-resources/importlib-resources-6.0.0.ebuild b/dev-python/importlib-resources/importlib-resources-6.0.0.ebuild deleted file mode 100644 index 2bf49ea9e1e8..000000000000 --- a/dev-python/importlib-resources/importlib-resources-6.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_PEP517=flit -# This is a backport of importlib.resources that's present since py3.9. -# However, the version in 3.9 is buggy, so matplotlib needs it on 3.9 -# as well. -PYTHON_COMPAT=( pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Read resources from Python packages" -HOMEPAGE=" - https://github.com/python/importlib_resources/ - https://pypi.org/project/importlib-resources/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}] - ' 3.8 3.9) -" - -distutils_enable_tests unittest - -src_configure() { - grep -q 'build-backend = "setuptools' pyproject.toml || - die "Upstream changed build-backend, recheck" - # write a custom pyproject.toml to ease setuptools bootstrap - cat > pyproject.toml <<-EOF || die - [build-system] - requires = ["flit_core >=3.2,<4"] - build-backend = "flit_core.buildapi" - - [project] - name = "importlib_resources" - version = "${PV}" - description = "Read resources from Python packages" - EOF -} diff --git a/dev-python/importlib-resources/metadata.xml b/dev-python/importlib-resources/metadata.xml deleted file mode 100644 index 705cf06b9e86..000000000000 --- a/dev-python/importlib-resources/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - python@gentoo.org - Python - - - - Backport of Python standard library importlib.resources module - for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond - should use the standard library module, since for these versions, - importlib_resources just delegates to that module. - - - python/importlib_resources - importlib-resources - https://github.com/python/importlib_resources/issues - https://importlib-resources.readthedocs.io/ - - diff --git a/dev-python/lrcalc/Manifest b/dev-python/lrcalc/Manifest new file mode 100644 index 000000000000..88b3976cd97f --- /dev/null +++ b/dev-python/lrcalc/Manifest @@ -0,0 +1,3 @@ +DIST lrcalc_python-2.1.tar.gz 16452 BLAKE2B 9abdb23834e136f10d960695751bc6569f248abf72a7e89f7feafe4ce046bea47faed299e4ecf5e99ab419e6cb02bb861736006c20de2e328321b9bacb96845d SHA512 b6d3bc61be1fe478bef74d1c51d7072521ef8d43bf64323cce0985582e2981c02382fa38a2501f5c9537349573721a1de8e166149ee4df31ed13bf0f0fb5d2a8 +EBUILD lrcalc-2.1.ebuild 774 BLAKE2B 30a3029fe993dfb7ec4ef1c9da8966add4d4935dd1c856f71410f5877c6ec136b1f4dfa227b321501aced4b933f8291e3e8f8e6001ee5558bfe03365e50408c4 SHA512 1e24b8fb73a7b24b1b4a0911a7fdcbf9fb3e67bb9bf9034c737d61b1687afd425f8865d21d0894541b4f066a7bfb35a116dad2dafe1c5ba5d95c09c7e2664b4c +MISC metadata.xml 761 BLAKE2B d52df9802cfff6c4b09e98a0fd43b0428f42ec854ffb78f502f972510af837721686bd6c24684e99285d18259be9bb8fd07e2562eeb5fc8831264b5b95e173e3 SHA512 9c74b824c5eaf6c760e825b31f8d09cafd55829a53a1a2f29d39587daee440b424afe7243b47bab29357535ae4c288159f510f1110d117e6780130baa2ef1d75 diff --git a/dev-python/lrcalc/lrcalc-2.1.ebuild b/dev-python/lrcalc/lrcalc-2.1.ebuild new file mode 100644 index 000000000000..35638f532ac4 --- /dev/null +++ b/dev-python/lrcalc/lrcalc-2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 +inherit distutils-r1 pypi + +DESCRIPTION="Python bindings for sci-mathematics/lrcalc" +HOMEPAGE="https://bitbucket.org/asbuch/lrcalc" +# Avoid a name clash with the sci-mathematics/lrcalc tarball +SRC_URI="$(pypi_sdist_url) -> ${PN}_python-${PV}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" +DEPEND="~sci-mathematics/lrcalc-${PV}" +RDEPEND="${DEPEND}" + +src_prepare() { + # Fix this typo in setup.py to avoid a QA warning + sed -i setup.py \ + -e 's/long_description_type/long_description_content_type/' \ + || die + default +} diff --git a/dev-python/lrcalc/metadata.xml b/dev-python/lrcalc/metadata.xml new file mode 100644 index 000000000000..8e0632fe2c3d --- /dev/null +++ b/dev-python/lrcalc/metadata.xml @@ -0,0 +1,27 @@ + + + + + mjo@gentoo.org + + + + frp.bissey@gmail.com + François Bissey + + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + + asbuch/lrcalc + lrcalc + + diff --git a/dev-python/nptyping/Manifest b/dev-python/nptyping/Manifest deleted file mode 100644 index e1decf0d45b8..000000000000 --- a/dev-python/nptyping/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST nptyping-2.3.1.gh.tar.gz 66951 BLAKE2B 781e2e84b7d89337c4753a050e95f3f9cad3a1aca22ea235e203ebe231bfc7dc4e91f5455603c4f7fe833b7b97ea9e8e561eea62eef4d0b2dce4ade077b8526d SHA512 a80df18cba3d427668be0f44f3ca315cf80daf7e3aed90d76b159479de069054cb4a2442abf7b658ddc853736fc7c3be2b0d1db2d7c9e54938cb1883eb0cb2c9 -DIST nptyping-2.5.0.gh.tar.gz 72870 BLAKE2B 16c6cb90c36bbf0b97da5ff74cee7030c641ef76d055cc5691b9d83adab2714d6e3515fd4e8616fece74606e109e6b115348964614b408df06b4f5c3cbccce37 SHA512 2cde9c5f7694d4f916b85c93b86df7f72709a70b2ffa91b7bbc98c5884236f5b36bb545a89c37e8c02a9b460065c97151d77c64f8d93b92fd93bcff406f039d9 -EBUILD nptyping-2.3.1.ebuild 1047 BLAKE2B f8e914c514759bd1a241d6c90266423fe53f450730a25bcc70b9e9826d952f250cdb727573fc3b8c44be04ebee1a77c38b20b75c9e5a8a2679cdb710cd272c2a SHA512 c02e971da15aa8f53cf0b6f0e19c7a579db90368468f8edd0f4d504df6ae230504d4b387a59327ce71cafa577cf44e584f28cef00e8ddc3d702d379ea7c4f517 -EBUILD nptyping-2.5.0.ebuild 1054 BLAKE2B 55ff9d0f40c1488a201d341d3d10cbb971ffb694cc83f3ac74215c1b479afe83d935eb626a74aa80a43888f3d63db4ba17a272a062fa3f7ce37bbc91420af2cb SHA512 08890d1716baf8ac322209af29f10eeeab8f930520d1472da4623e85db649b6870acee3499bb9c2861af3a29738695b9ac75204907720916de689b1742cfaa55 -MISC metadata.xml 427 BLAKE2B d314480c0cbd8bdf8be3bc5936d01cf73a3b27929b04a3d2147b43c5829a582d9ac3cbefd2c99e35c7dd83d5d4ebc39b0173d996483c349b392fbc27ada65a11 SHA512 1ee6a94fd1d8e2b61f97eec3144d5382e2ff7ebef369815551b033d218bd790ffd8eb21adbebe44f9935feecf62a842f9c6fa5989364f46f6facc606f94786e5 diff --git a/dev-python/nptyping/metadata.xml b/dev-python/nptyping/metadata.xml deleted file mode 100644 index 96035de34f6c..000000000000 --- a/dev-python/nptyping/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Gentoo Python Project - - - - nptyping - ramonhagenaars/nptyping - - diff --git a/dev-python/nptyping/nptyping-2.3.1.ebuild b/dev-python/nptyping/nptyping-2.3.1.ebuild deleted file mode 100644 index 00afe311931b..000000000000 --- a/dev-python/nptyping/nptyping-2.3.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Type hints for Numpy" -HOMEPAGE=" - https://pypi.org/project/nptyping/ - https://github.com/ramonhagenaars/nptyping/ -" -SRC_URI=" - https://github.com/ramonhagenaars/nptyping/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/typeguard[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # TODO: package beartype? - tests/test_beartype.py - # TODO: package pyright? - tests/test_pyright.py - # test for... whether the release is on pypi? - # requires Internet + feedparser, meaningless for users - tests/test_package_info.py - # relies on Internet access to fetch packages for pip - tests/test_wheel.py -) - -distutils_enable_tests pytest diff --git a/dev-python/nptyping/nptyping-2.5.0.ebuild b/dev-python/nptyping/nptyping-2.5.0.ebuild deleted file mode 100644 index 493a5a3a6c36..000000000000 --- a/dev-python/nptyping/nptyping-2.5.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Type hints for Numpy" -HOMEPAGE=" - https://pypi.org/project/nptyping/ - https://github.com/ramonhagenaars/nptyping/ -" -SRC_URI=" - https://github.com/ramonhagenaars/nptyping/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/typeguard[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # TODO: package beartype? - tests/test_beartype.py - # TODO: package pyright? - tests/test_pyright.py - # test for... whether the release is on pypi? - # requires Internet + feedparser, meaningless for users - tests/test_package_info.py - # relies on Internet access to fetch packages for pip - tests/test_wheel.py -) - -distutils_enable_tests pytest diff --git a/dev-python/sphinx_ansible_theme/Manifest b/dev-python/sphinx_ansible_theme/Manifest deleted file mode 100644 index 0c92d69cd2a3..000000000000 --- a/dev-python/sphinx_ansible_theme/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST sphinx-ansible-theme-0.10.2.tar.gz 49652 BLAKE2B 76f91af09976c16550e8257698f2ffdd1d6e477eea7ed1bad2413693a006e7aa2d83c83bffaa2a0a5a6d2a62bb401828211faf1295980ffd8f00cf836fe5c8bb SHA512 ea991533cac674869a838c89f16d287910dfa528e63fbe1c4803a1797bf8fc11836299af4da1952da2be0fcc5da8d69abb7412157a9bdcada7295a1688b45614 -EBUILD sphinx_ansible_theme-0.10.2.ebuild 698 BLAKE2B 81d681edc9881b0d1655cbf0cb8be29c74eabbb8e1bd070e7e7b21bc902caae8456b0e862c37399ab3f31c52ccb35f8036fc8bca8d30deb60e254095ff33ac0f SHA512 540aeb4f837dface6af7d92514dda23975f7c502c1cb1c5175d69edff30b1a321895f7982ebb21c84f7a07e7452663d4dcf4acdee637c91b959f337d91ddc945 -MISC metadata.xml 532 BLAKE2B a684e40deb310344be8b988f801674872c61052843664b13ce22e08d0c38f629a32749fbc31661fe56c997e2d8ad84d0bc689cb671d047025b8ebade6ed9b8c5 SHA512 6562c3cedeae7bf0097119c2c13dd6c6fbb230c5be33927fa101b8daf4f759c8356d2c760cb7fbc880c2b385a60aa314857d656cf02250c62232cebaf1787a15 diff --git a/dev-python/sphinx_ansible_theme/metadata.xml b/dev-python/sphinx_ansible_theme/metadata.xml deleted file mode 100644 index 3e45ed16c521..000000000000 --- a/dev-python/sphinx_ansible_theme/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - marecki@gentoo.org - Marek Szuba - - - python@gentoo.org - Python - - - - ansible-community/sphinx_ansible_theme - sphinx-ansible-theme - - diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild deleted file mode 100644 index 7e1d1fe92dff..000000000000 --- a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN="sphinx-ansible-theme" -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A reusable Ansible Sphinx theme" -HOMEPAGE=" - https://github.com/ansible-community/sphinx_ansible_theme/ - https://pypi.org/project/sphinx-ansible-theme/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -RDEPEND=" - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs \ - 'dev-python/ansible-pygments' \ - 'dev-python/sphinx-notfound-page' -- cgit v1.2.3