diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2022-12-16 20:19:31 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2022-12-16 20:21:33 +0000 |
commit | e770eab55618d876a445eb4e2dffc3fda20682f7 (patch) | |
tree | 2c097465bd3da177662a294dd1dcb6931c33ad6a /sysutils/py-ansible-lint/files/patch-setup.py | |
parent | games/blokish: cosmetic fixes (diff) |
sysutils/py-ansible-lint: 6.10.0
Switch to PEP-621 packaging; provide a rudimentary setup.py for the
benefit of the ports build system.
Changes: https://github.com/ansible/ansible-lint/releases/tag/v6.10.0
Diffstat (limited to '')
-rw-r--r-- | sysutils/py-ansible-lint/files/patch-setup.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysutils/py-ansible-lint/files/patch-setup.py b/sysutils/py-ansible-lint/files/patch-setup.py deleted file mode 100644 index 12c9d0596446..000000000000 --- a/sysutils/py-ansible-lint/files/patch-setup.py +++ /dev/null @@ -1,8 +0,0 @@ ---- setup.py.orig 2019-12-09 07:04:35 UTC -+++ setup.py -@@ -0,0 +1,5 @@ -+ -+import setuptools -+if __name__ == "__main__": -+ setuptools.setup(use_scm_version=True) -+ |