svn commit: r460987 - head/devel/py-typing

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 5 17:28:34 UTC 2018


Author: rm
Date: Mon Feb  5 17:28:33 2018
New Revision: 460987
URL: https://svnweb.freebsd.org/changeset/ports/460987

Log:
  devel/py-typing: correct supported python version
  
  This port is noop on anything equal or greater than Python 3.5
  
  Reported by:	sunpoet

Modified:
  head/devel/py-typing/Makefile

Modified: head/devel/py-typing/Makefile
==============================================================================
--- head/devel/py-typing/Makefile	Mon Feb  5 17:26:08 2018	(r460986)
+++ head/devel/py-typing/Makefile	Mon Feb  5 17:28:33 2018	(r460987)
@@ -13,7 +13,7 @@ LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		python:-3.5
+USES=		python:-3.4
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list