commit: 1636318737a5fa5b8c52eed2296b6e2fbbb2d38d Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Sat Dec 13 09:14:08 2025 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Sat Dec 13 09:14:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16363187
dev-python/find-libpython: add 0.5.0, drop 0.4.0 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> dev-python/find-libpython/Manifest | 2 +- .../find-libpython-0.4.0-fix-license-qa.patch | 29 ---------------------- ...on-0.4.0.ebuild => find-libpython-0.5.0.ebuild} | 6 +---- 3 files changed, 2 insertions(+), 35 deletions(-) diff --git a/dev-python/find-libpython/Manifest b/dev-python/find-libpython/Manifest index cfa9b25b62..c6e6fb3c78 100644 --- a/dev-python/find-libpython/Manifest +++ b/dev-python/find-libpython/Manifest @@ -1 +1 @@ -DIST find_libpython-0.4.0.tar.gz 8979 BLAKE2B 934d53ff9e04066fcd03c5e019eb00e64a1089e9811b3f181ed8947c330cbf13631cd6a197edfc525cb22b1cf126085f10e6df4faf5579bf8022285802929cb3 SHA512 259a5e85ab6e33e17a3b26f3752118e8b0d33f2d4844f7b7fd957ad0d2bb53f290c62d4d9d26cb93321e0b6de772b4052173f922ea978ed458da332fb667e342 +DIST find_libpython-0.5.0.tar.gz 9364 BLAKE2B 0b8f065a38c8dbd08d757a439c1e1134c7727d326a96f1eaedc6dfc9a7169836dae86356afed5b9a56b9b57ece74ddd73fbaf407de71b013cffa10835713b186 SHA512 8745f17117b1beecb49a0c2c5eb755233de1e59a496867ed1b4d139d687a24351a655fc39d53093c41ba0444e444d01be9c0c91c75b3fe0539f721e0a6d85759 diff --git a/dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch b/dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch deleted file mode 100644 index 814822fe01..0000000000 --- a/dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 3570824dfd3115d53523beeac6f346c279ddc569 Mon Sep 17 00:00:00 2001 -From: Huang Rui <[email protected]> -Date: Thu, 3 Apr 2025 16:17:42 +0800 -Subject: [PATCH] fix(setup): Update deprecated license classifier in setup.cfg - -- Remove deprecated MIT License classifier from setup.cfg -- Keep remaining classifiers for Python 3 and software development - -Signed-off-by: Huang Rui <[email protected]> ---- - setup.cfg | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/setup.cfg b/setup.cfg -index 7f50ce27c5dc..b519197c7055 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -12,7 +12,6 @@ - keywords = - libpython - classifiers = -- License :: OSI Approved :: MIT License - Programming Language :: Python :: 3 - Topic :: Software Development :: Libraries - - --- -2.49.0 - diff --git a/dev-python/find-libpython/find-libpython-0.4.0.ebuild b/dev-python/find-libpython/find-libpython-0.5.0.ebuild similarity index 79% rename from dev-python/find-libpython/find-libpython-0.4.0.ebuild rename to dev-python/find-libpython/find-libpython-0.5.0.ebuild index 2fa5f13cb6..1e00865afe 100644 --- a/dev-python/find-libpython/find-libpython-0.4.0.ebuild +++ b/dev-python/find-libpython/find-libpython-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -14,8 +14,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -PATCHES=( - "${FILESDIR}/find-libpython-0.4.0-fix-license-qa.patch" -) - distutils_enable_tests pytest
