ports/devel/py-autocommand/files/patch-setup.py
Alastair Hogge e8bd2f02e2
devel/py-autocommand: Fix build with newer py-setuptools
- Bump PORTREVISION for package change

PR:		285433
Obtained from:	https://github.com/Lucretiel/autocommand/pull/33
2025-05-18 11:35:27 +08:00

11 lines
322 B
Python

--- setup.py.orig 2022-11-18 19:13:19 UTC
+++ 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',