mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
===> 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
8 lines
220 B
Python
8 lines
220 B
Python
--- 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,
|
|
)
|