Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 18:47:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508399 - head/devel/py-typing
Message-ID:  <201908081847.x78Il65I021739@repo.freebsd.org>

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



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