From e9045a30a8aee6bfac02d801baab96007d43d944 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 15 Dec 2025 19:19:13 +0000 Subject: Adding metadata --- dev-python/find-libpython/Manifest | 2 +- .../find-libpython-0.4.0-fix-license-qa.patch | 29 ---------------------- .../find-libpython/find-libpython-0.4.0.ebuild | 21 ---------------- .../find-libpython/find-libpython-0.5.0.ebuild | 17 +++++++++++++ 4 files changed, 18 insertions(+), 51 deletions(-) delete mode 100644 dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch delete mode 100644 dev-python/find-libpython/find-libpython-0.4.0.ebuild create mode 100644 dev-python/find-libpython/find-libpython-0.5.0.ebuild (limited to 'dev-python/find-libpython') diff --git a/dev-python/find-libpython/Manifest b/dev-python/find-libpython/Manifest index cfa9b25b62c7..c6e6fb3c7814 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 814822fe01a7..000000000000 --- 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 -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 ---- - 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.4.0.ebuild deleted file mode 100644 index 2484b2fa10dd..000000000000 --- a/dev-python/find-libpython/find-libpython-0.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Finds the libpython associated with the current Python environment" -HOMEPAGE="https://github.com/ktbarrett/find_libpython" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -PATCHES=( - "${FILESDIR}/find-libpython-0.4.0-fix-license-qa.patch" -) - -distutils_enable_tests pytest diff --git a/dev-python/find-libpython/find-libpython-0.5.0.ebuild b/dev-python/find-libpython/find-libpython-0.5.0.ebuild new file mode 100644 index 000000000000..b3b4debf8e3b --- /dev/null +++ b/dev-python/find-libpython/find-libpython-0.5.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Finds the libpython associated with the current Python environment" +HOMEPAGE="https://github.com/ktbarrett/find_libpython" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +distutils_enable_tests pytest -- cgit v1.3.1