summaryrefslogtreecommitdiff
path: root/textproc/py-Tempita/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 11:27:46 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 11:47:26 +0800
commit1abbc5aa310aa58e909f856829559cf9b8ad4a3a (patch)
treec370569258aa344b1192fcdd4252b1219364d618 /textproc/py-Tempita/files/patch-setup.py
parentdevel/nuitka: Update to 0.6.16.4 (diff)
textproc/py-Tempita: Fix build with py-setuptools 58.0.0+
===> Configuring for py38-Tempita-0.5.2 error in Tempita setup command: use_2to3 is invalid. *** Error code 1 Stop. make: stopped in /usr/ports/textproc/py-Tempita Reference: https://github.com/pypa/setuptools/blob/main/CHANGES.rst
Diffstat (limited to 'textproc/py-Tempita/files/patch-setup.py')
-rw-r--r--textproc/py-Tempita/files/patch-setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/py-Tempita/files/patch-setup.py b/textproc/py-Tempita/files/patch-setup.py
new file mode 100644
index 000000000000..5c13cfab2754
--- /dev/null
+++ b/textproc/py-Tempita/files/patch-setup.py
@@ -0,0 +1,8 @@
+--- setup.py.orig 2013-12-17 04:07:27 UTC
++++ setup.py
+@@ -36,5 +36,4 @@ more to learn about it.
+ test_suite='nose.collector',
+ include_package_data=True,
+ zip_safe=True,
+- use_2to3=True,
+ )