svn commit: r516796 - head/www/py-url

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 5 13:59:32 UTC 2019


Author: amdmi3
Date: Tue Nov  5 13:59:31 2019
New Revision: 516796
URL: https://svnweb.freebsd.org/changeset/ports/516796

Log:
  - Document python version limitation
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-url/Makefile

Modified: head/www/py-url/Makefile
==============================================================================
--- head/www/py-url/Makefile	Tue Nov  5 13:32:03 2019	(r516795)
+++ head/www/py-url/Makefile	Tue Nov  5 13:59:31 2019	(r516796)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-USES=		compiler:c++11-lang python
+USES=		compiler:c++11-lang python:-3.6
 USE_PYTHON=	cython distutils autoplist
 
 post-install:


More information about the svn-ports-head mailing list