svn commit: r397529 - head/devel/py-pytest-runner

Kurt Jaeger pi at FreeBSD.org
Tue Sep 22 05:28:19 UTC 2015


Author: pi
Date: Tue Sep 22 05:28:18 2015
New Revision: 397529
URL: https://svnweb.freebsd.org/changeset/ports/397529

Log:
  devel/py-pytest-runner: In USES, any python will do, not only 2
  
  PR:		203248
  Submitted by:	Loic BLOT <loic.blot at unix-experience.fr>
  Approved by:	wg

Modified:
  head/devel/py-pytest-runner/Makefile

Modified: head/devel/py-pytest-runner/Makefile
==============================================================================
--- head/devel/py-pytest-runner/Makefile	Tue Sep 22 03:46:11 2015	(r397528)
+++ head/devel/py-pytest-runner/Makefile	Tue Sep 22 05:28:18 2015	(r397529)
@@ -12,7 +12,7 @@ COMMENT=	Test support for pytest runner 
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools
 
-USES=		python:2 zip
+USES=		python zip
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list