summaryrefslogtreecommitdiff
path: root/dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-04 18:52:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-04 18:52:17 +0000
commite5e8bab3346a9a93a8acb773e397e67814a1ef37 (patch)
tree96af60c2c790992352bed09961ee1f750e9e448e /dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch
parent65435267ad7c9892cb74615f13fc4c2984b75dfb (diff)
downloadbaldeagleos-repo-e5e8bab3346a9a93a8acb773e397e67814a1ef37.tar.gz
baldeagleos-repo-e5e8bab3346a9a93a8acb773e397e67814a1ef37.tar.xz
baldeagleos-repo-e5e8bab3346a9a93a8acb773e397e67814a1ef37.zip
Adding metadata
Diffstat (limited to 'dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch')
-rw-r--r--dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch29
1 files changed, 29 insertions, 0 deletions
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
new file mode 100644
index 000000000000..814822fe01a7
--- /dev/null
+++ b/dev-python/find-libpython/files/find-libpython-0.4.0-fix-license-qa.patch
@@ -0,0 +1,29 @@
+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
+