From 70f1184a0d039285e95a5a2bc3128f1657c77e52 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Thu, 12 Dec 2024 08:08:45 +0100 Subject: [PATCH] package/python-autocommand: remove licence declaration Remove license declaration and rely instead on Trove classifiers and LICENSE being included. Fixes: https://autobuild.buildroot.org/results/6af310ba0f114020781fdcf71d3169ea3083478c/ Upstream URL: https://github.com/Lucretiel/autocommand/pull/33 Signed-off-by: Yegor Yefremov --- ...eclaration-and-rely-instead-on-Trove.patch | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package/python-autocommand/0001-Remove-license-declaration-and-rely-instead-on-Trove.patch diff --git a/package/python-autocommand/0001-Remove-license-declaration-and-rely-instead-on-Trove.patch b/package/python-autocommand/0001-Remove-license-declaration-and-rely-instead-on-Trove.patch new file mode 100644 index 000000000000..05807d1d8f18 --- /dev/null +++ b/package/python-autocommand/0001-Remove-license-declaration-and-rely-instead-on-Trove.patch @@ -0,0 +1,27 @@ +From ec6f6641c10be1e9285be5d31c96462f251889d6 Mon Sep 17 00:00:00 2001 +From: "Jason R. Coombs" +Date: Thu, 4 Apr 2024 17:23:20 -0400 +Subject: [PATCH] Remove license declaration and rely instead on Trove + classifiers and LICENSE being included. + +Closes #32. +Signed-off-by: Yegor Yefremov +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 41f86a1..d154562 100644 +--- a/setup.py ++++ b/setup.py +@@ -13,7 +13,6 @@ setup( + ], + package_dir={'': 'src'}, + platforms='any', +- license='LGPLv3', + author='Nathan West', + url='https://github.com/Lucretiel/autocommand', + description='A library to create a command-line program from a function', +-- +2.34.1 +