svn commit: r497966 - head/devel/py-pymtbl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Apr 5 15:26:50 UTC 2019
Author: amdmi3
Date: Fri Apr 5 15:26:49 2019
New Revision: 497966
URL: https://svnweb.freebsd.org/changeset/ports/497966
Log:
- Document incompatibility with python 3.7+
Approved by: portmgr blanket
Modified:
head/devel/py-pymtbl/Makefile
Modified: head/devel/py-pymtbl/Makefile
==============================================================================
--- head/devel/py-pymtbl/Makefile Fri Apr 5 15:22:18 2019 (r497965)
+++ head/devel/py-pymtbl/Makefile Fri Apr 5 15:26:49 2019 (r497966)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libmtbl.so:devel/mtbl
-USES= pkgconfig python shebangfix uniquefiles:dirs
+USES= pkgconfig python:-3.6 shebangfix uniquefiles:dirs
USE_PYTHON= autoplist distutils
SHEBANG_FILES= examples/*.py examples/*/*.py
More information about the svn-ports-all
mailing list