diff mbox series

package/python-autocommand: remove licence declaration

Message ID 20241212070845.1623350-1-yegorslists@googlemail.com
State Changes Requested
Headers show
Series package/python-autocommand: remove licence declaration | expand

Commit Message

Frager, Neal via buildroot Dec. 12, 2024, 7:08 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

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 <yegorslists@googlemail.com>
---
 ...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

Comments

Julien Olivain Dec. 22, 2024, 5:18 p.m. UTC | #1
Hi Yegor,

On 12/12/2024 08:08, yegorslists--- via buildroot wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> 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 <yegorslists@googlemail.com>

For info, I merged the patch from Thomas [1] in [2] which was containing
the information asked by Peter in [3].

Best regards,

Julien.

[1] 
https://patchwork.ozlabs.org/project/buildroot/patch/20241222162615.1872897-1-thomas.petazzoni@bootlin.com/
[2] 
https://gitlab.com/buildroot.org/buildroot/-/commit/621ebccf3f1ca70443160103ae12ab3ea89f63bd
[3] 
https://lore.kernel.org/buildroot/4bd5b931-b405-4b17-9e58-b637e4a49afb@korsgaard.com/
diff mbox series

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 0000000000..05807d1d8f
--- /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" <jaraco@jaraco.com>
+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 <yegorslists@googlemail.com>
+---
+ 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
+