Skip to content

Commit

Permalink
devel/py-autocommand: apply Lucretiel/autocommand#33
Browse files Browse the repository at this point in the history
fixes build with setuptools >= 69
  • Loading branch information
sthen committed Oct 2, 2024
1 parent 0570cbe commit 0854c1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-autocommand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COMMENT= autogenerate argparse parsers from function signatures
MODPY_EGG_VERSION= 2.2.2
DISTNAME= autocommand-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
REVISION= 1

CATEGORIES= devel

Expand Down
13 changes: 13 additions & 0 deletions devel/py-autocommand/patches/patch-setup_py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
https://github.com/Lucretiel/autocommand/pull/33/commits

Index: setup.py
--- setup.py.orig
+++ 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',

0 comments on commit 0854c1f

Please sign in to comment.