svn commit: r534781 - head/misc/py-pyfiglet
Antoine Brodin
antoine at FreeBSD.org
Sat May 9 15:37:44 UTC 2020
Author: antoine
Date: Sat May 9 15:37:43 2020
New Revision: 534781
URL: https://svnweb.freebsd.org/changeset/ports/534781
Log:
pyfiglet runs fine with python 3.7
Modified:
head/misc/py-pyfiglet/Makefile
Modified: head/misc/py-pyfiglet/Makefile
==============================================================================
--- head/misc/py-pyfiglet/Makefile Sat May 9 15:15:00 2020 (r534780)
+++ head/misc/py-pyfiglet/Makefile Sat May 9 15:37:43 2020 (r534781)
@@ -13,8 +13,7 @@ COMMENT= Pure-python FIGlet implementation
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-# Actually 2.6-2.7,3.1-3.5 (no 3.0)
-USES= python:2.7-3.6
+USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the svn-ports-all
mailing list