Date: Fri, 5 Apr 2019 16:56:55 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497974 - head/math/py-PyMetis Message-ID: <201904051656.x35GutoI006949@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 5 16:56:55 2019 New Revision: 497974 URL: https://svnweb.freebsd.org/changeset/ports/497974 Log: - Document incompatibility with python 3.7+ Approved by: portmgr blanket Modified: head/math/py-PyMetis/Makefile Modified: head/math/py-PyMetis/Makefile ============================================================================== --- head/math/py-PyMetis/Makefile Fri Apr 5 16:56:41 2019 (r497973) +++ head/math/py-PyMetis/Makefile Fri Apr 5 16:56:55 2019 (r497974) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= localbase python +USES= localbase python:-3.6 USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904051656.x35GutoI006949>