summaryrefslogtreecommitdiff
path: root/dev-python/find-libpython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-15 19:19:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-15 19:19:13 +0000
commite9045a30a8aee6bfac02d801baab96007d43d944 (patch)
tree9c5c476abd7d5a4549df6b95dad4cb8c2d4205b1 /dev-python/find-libpython
parent0f1ec237ee9ebc50d56ef6813db24bffaed34445 (diff)
downloadbaldeagleos-repo-e9045a30a8aee6bfac02d801baab96007d43d944.tar.gz
baldeagleos-repo-e9045a30a8aee6bfac02d801baab96007d43d944.tar.xz
baldeagleos-repo-e9045a30a8aee6bfac02d801baab96007d43d944.zip
Adding metadata
Diffstat (limited to 'dev-python/find-libpython')
-rw-r--r--dev-python/find-libpython/Manifest2
-rw-r--r--dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch29
-rw-r--r--dev-python/find-libpython/find-libpython-0.5.0.ebuild (renamed from dev-python/find-libpython/find-libpython-0.4.0.ebuild)4
3 files changed, 1 insertions, 34 deletions
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 <vowstar@gmail.com>
-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 <vowstar@gmail.com>
----
- 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
index 2484b2fa10dd..b3b4debf8e3b 100644
--- a/dev-python/find-libpython/find-libpython-0.4.0.ebuild
+++ b/dev-python/find-libpython/find-libpython-0.5.0.ebuild
@@ -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