svn commit: r498038 - head/science/py-GPy
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Apr 5 23:27:58 UTC 2019
Author: amdmi3
Date: Fri Apr 5 23:27:57 2019
New Revision: 498038
URL: https://svnweb.freebsd.org/changeset/ports/498038
Log:
- Document incompatibility with python 3.7+
Approved by: portmgr blanket
Modified:
head/science/py-GPy/Makefile
Modified: head/science/py-GPy/Makefile
==============================================================================
--- head/science/py-GPy/Makefile Fri Apr 5 23:23:52 2019 (r498037)
+++ head/science/py-GPy/Makefile Fri Apr 5 23:27:57 2019 (r498038)
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR}
-USES= localbase python
+USES= localbase python:-3.6
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list