- Update to 1.9.0
- Change mirror from SF to CHEESESHOP PR: 202330 Submitted by: mp39590@gmail.com (maintainer)
This commit is contained in:
parent
b657d967a0
commit
daac632db3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394403
@ -2,12 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyscard
|
||||
PORTVERSION= 1.7.0
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= security python
|
||||
## request has been submitted to the developers to host sources on PyPI; check
|
||||
## this on the next update and change SF to CHEESEHOP (see bug #197834)
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mp39590@gmail.com
|
||||
@ -20,11 +17,12 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \
|
||||
pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
|
||||
RUN_DEPENDS= pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
|
||||
|
||||
USES= python:2.7
|
||||
## Python3 is supported
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
PYDISTUTILS_BUILD_TARGET= build_ext
|
||||
PYDISTUTILS_BUILDARGS+= --include-dirs=${LOCALBASE}/include/PCSC
|
||||
PYDISTUTILS_BUILD_TARGET= build_ext
|
||||
PYDISTUTILS_BUILDARGS+= --include-dirs=${LOCALBASE}/include/PCSC
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/smartcard/scard/_scard.so
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pyscard-1.7.0.tar.gz) = 603977a1b6938442842a6b7f750c6c5a8a49d3f611b9cfde8f4b88a2c6e4ecd1
|
||||
SIZE (pyscard-1.7.0.tar.gz) = 151796
|
||||
SHA256 (pyscard-1.9.0.tar.gz) = e0af4350d7a198ee2c1bd21a9e83abcc58bee86bb2d6be59ed7d4c33a81badc5
|
||||
SIZE (pyscard-1.9.0.tar.gz) = 153007
|
||||
|
Loading…
Reference in New Issue
Block a user