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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 8 18:47:06 UTC 2019


Author: sunpoet
Date: Thu Aug  8 18:47:05 2019
New Revision: 508399
URL: https://svnweb.freebsd.org/changeset/ports/508399

Log:
  Revert r508396 which incorrectly changes USES=python version range
  
  With hat:	python

Modified:
  head/devel/py-typing/Makefile

Modified: head/devel/py-typing/Makefile
==============================================================================
--- head/devel/py-typing/Makefile	Thu Aug  8 17:58:44 2019	(r508398)
+++ head/devel/py-typing/Makefile	Thu Aug  8 18:47:05 2019	(r508399)
@@ -12,7 +12,7 @@ COMMENT=	Type Hints for Python
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python:-3.4
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list