Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2015 07:38:30 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391495 - head/security/py-pyscard
Message-ID:  <201507070738.t677cUgo017326@repo.freebsd.org>

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



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