summaryrefslogtreecommitdiff
path: root/www/py-webtest/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 22:14:18 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 22:14:18 +0800
commit1cc8f6fd8ff003ec2ec39712677814ce487a62a4 (patch)
tree3e5526e2395c5477c49d88872e462f8a7065c0dc /www/py-webtest/files/patch-setup.py
parentwww/py-wagtail-factories: Convert to USE_PYTHON=pep517 (diff)
www/py-webtest: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'www/py-webtest/files/patch-setup.py')
-rw-r--r--www/py-webtest/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-webtest/files/patch-setup.py b/www/py-webtest/files/patch-setup.py
new file mode 100644
index 000000000000..582bfc48b8a7
--- /dev/null
+++ b/www/py-webtest/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-08-19 12:39:58 UTC
++++ setup.py
+@@ -26,7 +26,7 @@ docs_extras = [
+ 'Sphinx >= 1.8.1',
+ ]
+
+-setup(name='WebTest',
++setup(name='webtest',
+ version=version,
+ description="Helper to test WSGI applications",
+ long_description=open('README.rst').read(),