svn commit: r508454 - head/devel/py-typing-extensions

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 9 13:38:03 UTC 2019


Author: sunpoet
Date: Fri Aug  9 13:38:02 2019
New Revision: 508454
URL: https://svnweb.freebsd.org/changeset/ports/508454

Log:
  Relax USES=python
  
  typing-extensions 3.7.4 supports Python 3.7.

Modified:
  head/devel/py-typing-extensions/Makefile

Modified: head/devel/py-typing-extensions/Makefile
==============================================================================
--- head/devel/py-typing-extensions/Makefile	Fri Aug  9 13:20:37 2019	(r508453)
+++ head/devel/py-typing-extensions/Makefile	Fri Aug  9 13:38:02 2019	(r508454)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PY_TYPING}
 
-USES=		python:-3.6
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list