pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Aug 17 07:00:58 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-scard: DESCR Makefile PLIST distinfo

Log Message:
Import pyscard-1.9.9 as devel/py-scard

Python library for smartcard I/O.


To generate a diff of this commit:
cvs rdiff -u -r1.3182 -r1.3183 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-scard/DESCR \
    pkgsrc/devel/py-scard/Makefile pkgsrc/devel/py-scard/PLIST \
    pkgsrc/devel/py-scard/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3182 pkgsrc/devel/Makefile:1.3183
--- pkgsrc/devel/Makefile:1.3182        Fri Aug  7 00:14:22 2020
+++ pkgsrc/devel/Makefile       Mon Aug 17 07:00:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3182 2020/08/07 00:14:22 brook Exp $
+# $NetBSD: Makefile,v 1.3183 2020/08/17 07:00:58 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -2555,6 +2555,7 @@ SUBDIR+=  py-ruamel-ordereddict
 SUBDIR+=       py-ruamel-yaml
 SUBDIR+=       py-ruamel-yaml-clib
 SUBDIR+=       py-scandir
+SUBDIR+=       py-scard
 SUBDIR+=       py-selectors2
 SUBDIR+=       py-semantic_version
 SUBDIR+=       py-serpent

Added files:

Index: pkgsrc/devel/py-scard/DESCR
diff -u /dev/null pkgsrc/devel/py-scard/DESCR:1.1
--- /dev/null   Mon Aug 17 07:00:58 2020
+++ pkgsrc/devel/py-scard/DESCR Mon Aug 17 07:00:58 2020
@@ -0,0 +1,3 @@
+The pyscard smartcard library is a framework for building smart card
+aware applications in Python.  The smartcard module is built on top of
+the PCSC API Python wrapper module.
Index: pkgsrc/devel/py-scard/Makefile
diff -u /dev/null pkgsrc/devel/py-scard/Makefile:1.1
--- /dev/null   Mon Aug 17 07:00:58 2020
+++ pkgsrc/devel/py-scard/Makefile      Mon Aug 17 07:00:58 2020
@@ -0,0 +1,22 @@
+#      $NetBSD: Makefile,v 1.1 2020/08/17 07:00:58 riastradh Exp $
+
+DISTNAME=      pyscard-1.9.9
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:C/^py//}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyscard/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pyscard.sourceforge.io/
+COMMENT=       Python library for smart cards
+LICENSE=       gnu-lgpl-v2.1
+
+TOOL_DEPENDS+= swig3>=0:../../devel/swig3
+
+CPPFLAGS+=     -I${BUILDLINK_PREFIX.pcsc-lite}/include/PCSC
+
+pre-configure:
+       ${LN} -sf ${PREFIX}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig
+
+.include "../../lang/python/egg.mk"
+.include "../../security/pcsc-lite/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-scard/PLIST
diff -u /dev/null pkgsrc/devel/py-scard/PLIST:1.1
--- /dev/null   Mon Aug 17 07:00:58 2020
+++ pkgsrc/devel/py-scard/PLIST Mon Aug 17 07:00:58 2020
@@ -0,0 +1,187 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/17 07:00:58 riastradh Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/smartcard/ATR.py
+${PYSITELIB}/smartcard/ATR.pyc
+${PYSITELIB}/smartcard/ATR.pyo
+${PYSITELIB}/smartcard/AbstractCardRequest.py
+${PYSITELIB}/smartcard/AbstractCardRequest.pyc
+${PYSITELIB}/smartcard/AbstractCardRequest.pyo
+${PYSITELIB}/smartcard/Card.py
+${PYSITELIB}/smartcard/Card.pyc
+${PYSITELIB}/smartcard/Card.pyo
+${PYSITELIB}/smartcard/CardConnection.py
+${PYSITELIB}/smartcard/CardConnection.pyc
+${PYSITELIB}/smartcard/CardConnection.pyo
+${PYSITELIB}/smartcard/CardConnectionDecorator.py
+${PYSITELIB}/smartcard/CardConnectionDecorator.pyc
+${PYSITELIB}/smartcard/CardConnectionDecorator.pyo
+${PYSITELIB}/smartcard/CardConnectionEvent.py
+${PYSITELIB}/smartcard/CardConnectionEvent.pyc
+${PYSITELIB}/smartcard/CardConnectionEvent.pyo
+${PYSITELIB}/smartcard/CardConnectionObserver.py
+${PYSITELIB}/smartcard/CardConnectionObserver.pyc
+${PYSITELIB}/smartcard/CardConnectionObserver.pyo
+${PYSITELIB}/smartcard/CardMonitoring.py
+${PYSITELIB}/smartcard/CardMonitoring.pyc
+${PYSITELIB}/smartcard/CardMonitoring.pyo
+${PYSITELIB}/smartcard/CardNames.py
+${PYSITELIB}/smartcard/CardNames.pyc
+${PYSITELIB}/smartcard/CardNames.pyo
+${PYSITELIB}/smartcard/CardRequest.py
+${PYSITELIB}/smartcard/CardRequest.pyc
+${PYSITELIB}/smartcard/CardRequest.pyo
+${PYSITELIB}/smartcard/CardService.py
+${PYSITELIB}/smartcard/CardService.pyc
+${PYSITELIB}/smartcard/CardService.pyo
+${PYSITELIB}/smartcard/CardType.py
+${PYSITELIB}/smartcard/CardType.pyc
+${PYSITELIB}/smartcard/CardType.pyo
+${PYSITELIB}/smartcard/ClassLoader.py
+${PYSITELIB}/smartcard/ClassLoader.pyc
+${PYSITELIB}/smartcard/ClassLoader.pyo
+${PYSITELIB}/smartcard/Exceptions.py
+${PYSITELIB}/smartcard/Exceptions.pyc
+${PYSITELIB}/smartcard/Exceptions.pyo
+${PYSITELIB}/smartcard/ExclusiveConnectCardConnection.py
+${PYSITELIB}/smartcard/ExclusiveConnectCardConnection.pyc
+${PYSITELIB}/smartcard/ExclusiveConnectCardConnection.pyo
+${PYSITELIB}/smartcard/ExclusiveTransmitCardConnection.py
+${PYSITELIB}/smartcard/ExclusiveTransmitCardConnection.pyc
+${PYSITELIB}/smartcard/ExclusiveTransmitCardConnection.pyo
+${PYSITELIB}/smartcard/Observer.py
+${PYSITELIB}/smartcard/Observer.pyc
+${PYSITELIB}/smartcard/Observer.pyo
+${PYSITELIB}/smartcard/PassThruCardService.py
+${PYSITELIB}/smartcard/PassThruCardService.pyc
+${PYSITELIB}/smartcard/PassThruCardService.pyo
+${PYSITELIB}/smartcard/ReaderMonitoring.py
+${PYSITELIB}/smartcard/ReaderMonitoring.pyc
+${PYSITELIB}/smartcard/ReaderMonitoring.pyo
+${PYSITELIB}/smartcard/Session.py
+${PYSITELIB}/smartcard/Session.pyc
+${PYSITELIB}/smartcard/Session.pyo
+${PYSITELIB}/smartcard/Synchronization.py
+${PYSITELIB}/smartcard/Synchronization.pyc
+${PYSITELIB}/smartcard/Synchronization.pyo
+${PYSITELIB}/smartcard/System.py
+${PYSITELIB}/smartcard/System.pyc
+${PYSITELIB}/smartcard/System.pyo
+${PYSITELIB}/smartcard/__init__.py
+${PYSITELIB}/smartcard/__init__.pyc
+${PYSITELIB}/smartcard/__init__.pyo
+${PYSITELIB}/smartcard/guid.py
+${PYSITELIB}/smartcard/guid.pyc
+${PYSITELIB}/smartcard/guid.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCCardConnection.py
+${PYSITELIB}/smartcard/pcsc/PCSCCardConnection.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCCardConnection.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCCardRequest.py
+${PYSITELIB}/smartcard/pcsc/PCSCCardRequest.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCCardRequest.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCContext.py
+${PYSITELIB}/smartcard/pcsc/PCSCContext.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCContext.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCExceptions.py
+${PYSITELIB}/smartcard/pcsc/PCSCExceptions.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCExceptions.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCPart10.py
+${PYSITELIB}/smartcard/pcsc/PCSCPart10.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCPart10.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCReader.py
+${PYSITELIB}/smartcard/pcsc/PCSCReader.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCReader.pyo
+${PYSITELIB}/smartcard/pcsc/PCSCReaderGroups.py
+${PYSITELIB}/smartcard/pcsc/PCSCReaderGroups.pyc
+${PYSITELIB}/smartcard/pcsc/PCSCReaderGroups.pyo
+${PYSITELIB}/smartcard/pcsc/__init__.py
+${PYSITELIB}/smartcard/pcsc/__init__.pyc
+${PYSITELIB}/smartcard/pcsc/__init__.pyo
+${PYSITELIB}/smartcard/pyro/PyroReader.py
+${PYSITELIB}/smartcard/pyro/PyroReader.pyc
+${PYSITELIB}/smartcard/pyro/PyroReader.pyo
+${PYSITELIB}/smartcard/pyro/__init__.py
+${PYSITELIB}/smartcard/pyro/__init__.pyc
+${PYSITELIB}/smartcard/pyro/__init__.pyo
+${PYSITELIB}/smartcard/reader/Reader.py
+${PYSITELIB}/smartcard/reader/Reader.pyc
+${PYSITELIB}/smartcard/reader/Reader.pyo
+${PYSITELIB}/smartcard/reader/ReaderFactory.py
+${PYSITELIB}/smartcard/reader/ReaderFactory.pyc
+${PYSITELIB}/smartcard/reader/ReaderFactory.pyo
+${PYSITELIB}/smartcard/reader/ReaderGroups.py
+${PYSITELIB}/smartcard/reader/ReaderGroups.pyc
+${PYSITELIB}/smartcard/reader/ReaderGroups.pyo
+${PYSITELIB}/smartcard/reader/__init__.py
+${PYSITELIB}/smartcard/reader/__init__.pyc
+${PYSITELIB}/smartcard/reader/__init__.pyo
+${PYSITELIB}/smartcard/scard/__init__.py
+${PYSITELIB}/smartcard/scard/__init__.pyc
+${PYSITELIB}/smartcard/scard/__init__.pyo
+${PYSITELIB}/smartcard/scard/_scard.so
+${PYSITELIB}/smartcard/scard/scard.py
+${PYSITELIB}/smartcard/scard/scard.pyc
+${PYSITELIB}/smartcard/scard/scard.pyo
+${PYSITELIB}/smartcard/sw/ErrorChecker.py
+${PYSITELIB}/smartcard/sw/ErrorChecker.pyc
+${PYSITELIB}/smartcard/sw/ErrorChecker.pyo
+${PYSITELIB}/smartcard/sw/ErrorCheckingChain.py
+${PYSITELIB}/smartcard/sw/ErrorCheckingChain.pyc
+${PYSITELIB}/smartcard/sw/ErrorCheckingChain.pyo
+${PYSITELIB}/smartcard/sw/ISO7816_4ErrorChecker.py
+${PYSITELIB}/smartcard/sw/ISO7816_4ErrorChecker.pyc
+${PYSITELIB}/smartcard/sw/ISO7816_4ErrorChecker.pyo
+${PYSITELIB}/smartcard/sw/ISO7816_4_SW1ErrorChecker.py
+${PYSITELIB}/smartcard/sw/ISO7816_4_SW1ErrorChecker.pyc
+${PYSITELIB}/smartcard/sw/ISO7816_4_SW1ErrorChecker.pyo
+${PYSITELIB}/smartcard/sw/ISO7816_8ErrorChecker.py
+${PYSITELIB}/smartcard/sw/ISO7816_8ErrorChecker.pyc
+${PYSITELIB}/smartcard/sw/ISO7816_8ErrorChecker.pyo
+${PYSITELIB}/smartcard/sw/ISO7816_9ErrorChecker.py
+${PYSITELIB}/smartcard/sw/ISO7816_9ErrorChecker.pyc
+${PYSITELIB}/smartcard/sw/ISO7816_9ErrorChecker.pyo
+${PYSITELIB}/smartcard/sw/SWExceptions.py
+${PYSITELIB}/smartcard/sw/SWExceptions.pyc
+${PYSITELIB}/smartcard/sw/SWExceptions.pyo
+${PYSITELIB}/smartcard/sw/__init__.py
+${PYSITELIB}/smartcard/sw/__init__.pyc
+${PYSITELIB}/smartcard/sw/__init__.pyo
+${PYSITELIB}/smartcard/sw/op21_ErrorChecker.py
+${PYSITELIB}/smartcard/sw/op21_ErrorChecker.pyc
+${PYSITELIB}/smartcard/sw/op21_ErrorChecker.pyo
+${PYSITELIB}/smartcard/ulist.py
+${PYSITELIB}/smartcard/ulist.pyc
+${PYSITELIB}/smartcard/ulist.pyo
+${PYSITELIB}/smartcard/util/__init__.py
+${PYSITELIB}/smartcard/util/__init__.pyc
+${PYSITELIB}/smartcard/util/__init__.pyo
+${PYSITELIB}/smartcard/wx/APDUHexValidator.py
+${PYSITELIB}/smartcard/wx/APDUHexValidator.pyc
+${PYSITELIB}/smartcard/wx/APDUHexValidator.pyo
+${PYSITELIB}/smartcard/wx/APDUTracerPanel.py
+${PYSITELIB}/smartcard/wx/APDUTracerPanel.pyc
+${PYSITELIB}/smartcard/wx/APDUTracerPanel.pyo
+${PYSITELIB}/smartcard/wx/CardAndReaderTreePanel.py
+${PYSITELIB}/smartcard/wx/CardAndReaderTreePanel.pyc
+${PYSITELIB}/smartcard/wx/CardAndReaderTreePanel.pyo
+${PYSITELIB}/smartcard/wx/ReaderToolbar.py
+${PYSITELIB}/smartcard/wx/ReaderToolbar.pyc
+${PYSITELIB}/smartcard/wx/ReaderToolbar.pyo
+${PYSITELIB}/smartcard/wx/SimpleSCardApp.py
+${PYSITELIB}/smartcard/wx/SimpleSCardApp.pyc
+${PYSITELIB}/smartcard/wx/SimpleSCardApp.pyo
+${PYSITELIB}/smartcard/wx/SimpleSCardAppEventObserver.py
+${PYSITELIB}/smartcard/wx/SimpleSCardAppEventObserver.pyc
+${PYSITELIB}/smartcard/wx/SimpleSCardAppEventObserver.pyo
+${PYSITELIB}/smartcard/wx/SimpleSCardAppFrame.py
+${PYSITELIB}/smartcard/wx/SimpleSCardAppFrame.pyc
+${PYSITELIB}/smartcard/wx/SimpleSCardAppFrame.pyo
+${PYSITELIB}/smartcard/wx/__init__.py
+${PYSITELIB}/smartcard/wx/__init__.pyc
+${PYSITELIB}/smartcard/wx/__init__.pyo
+${PYSITELIB}/smartcard/wx/resources/reader.ico
+${PYSITELIB}/smartcard/wx/resources/smartcard.ico
Index: pkgsrc/devel/py-scard/distinfo
diff -u /dev/null pkgsrc/devel/py-scard/distinfo:1.1
--- /dev/null   Mon Aug 17 07:00:58 2020
+++ pkgsrc/devel/py-scard/distinfo      Mon Aug 17 07:00:58 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/17 07:00:58 riastradh Exp $
+
+SHA1 (pyscard-1.9.9.tar.gz) = 991dd0f413acc6c6ce9627c53091947c349ab243
+RMD160 (pyscard-1.9.9.tar.gz) = 292afdfc11843175f020ab6da870780b61c407f7
+SHA512 (pyscard-1.9.9.tar.gz) = 88c7314c10153f509eb9bf6318e62210c7182e51b531af752a402bf8d05cfa2658cc1a4e7b9385a474038ddfa5a1bfbf1f208fcd9abe02a60161ce7c757c67b2
+Size (pyscard-1.9.9.tar.gz) = 145428 bytes



Home | Main Index | Thread Index | Old Index