svn commit: r391495 - head/security/py-pyscard

Kubilay Kocak koobs at FreeBSD.org
Tue Jul 7 07:38:30 UTC 2015


Author: koobs
Date: Tue Jul  7 07:38:29 2015
New Revision: 391495
URL: https://svnweb.freebsd.org/changeset/ports/391495

Log:
  security/py-pyscard: Make supported Python versions explicit
  
  This package doesn't require lang/python2, so set USES=python:2.7 explicitly
  to avoid pulling in an unecessary dependency. The upstream setup.py states
  that it supports 2.6 and 2.7.
  
  PR:	197834

Modified:
  head/security/py-pyscard/Makefile

Modified: head/security/py-pyscard/Makefile
==============================================================================
--- head/security/py-pyscard/Makefile	Tue Jul  7 07:32:45 2015	(r391494)
+++ head/security/py-pyscard/Makefile	Tue Jul  7 07:38:29 2015	(r391495)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel
 		pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
 RUN_DEPENDS=	pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
 
-USES=		python:2
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 PYDISTUTILS_BUILD_TARGET=       build_ext


More information about the svn-ports-all mailing list