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

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 8 17:47:44 UTC 2019


Author: yuri
Date: Thu Aug  8 17:47:43 2019
New Revision: 508396
URL: https://svnweb.freebsd.org/changeset/ports/508396

Log:
  devel/py-typing: Remove the unnecessary python:-3.4 limitation
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-typing/Makefile

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


More information about the svn-ports-all mailing list