Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 17:47:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508396 - head/devel/py-typing
Message-ID:  <201908081747.x78HlhnJ085686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908081747.x78HlhnJ085686>