pkgsrc-WIP-changes archive

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

Add py-pyscard



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Mon Mar 20 21:25:59 2017 +0100
Changeset:	d87850b44d01cfa28b99e010567409f7af37e7c9

Added Files:
	py-pyscard/DESCR
	py-pyscard/Makefile
	py-pyscard/PLIST
	py-pyscard/distinfo

Log Message:
Add py-pyscard

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d87850b44d01cfa28b99e010567409f7af37e7c9

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

diffstat:
 py-pyscard/DESCR    |   2 +
 py-pyscard/Makefile |  14 ++++
 py-pyscard/PLIST    | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-pyscard/distinfo |   6 ++
 4 files changed, 207 insertions(+)

diffs:
diff --git a/py-pyscard/DESCR b/py-pyscard/DESCR
new file mode 100644
index 0000000000..ac6bac06ee
--- /dev/null
+++ b/py-pyscard/DESCR
@@ -0,0 +1,2 @@
+pyscard - Python smart card library - is a Python module adding smart
+cards support to Python.
diff --git a/py-pyscard/Makefile b/py-pyscard/Makefile
new file mode 100644
index 0000000000..4caffb28a4
--- /dev/null
+++ b/py-pyscard/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	pyscard-1.9.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyscard/}
+
+MAINTAINER=	js%heap.zone@localhost
+HOMEPAGE=	https://pyscard.sourceforge.io
+COMMENT=	Python module adding smart cards support to Python
+#LICENSE=	# TODO: (see mk/license.mk)
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyscard/PLIST b/py-pyscard/PLIST
new file mode 100644
index 0000000000..33609d4d39
--- /dev/null
+++ b/py-pyscard/PLIST
@@ -0,0 +1,185 @@
+@comment $NetBSD$
+${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
diff --git a/py-pyscard/distinfo b/py-pyscard/distinfo
new file mode 100644
index 0000000000..d50a7f72b8
--- /dev/null
+++ b/py-pyscard/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyscard-1.9.5.tar.gz) = a5893dc81096d12853b64391264504b4d55e3c2a
+RMD160 (pyscard-1.9.5.tar.gz) = 9a944dc64e535cd476035e3856abba79d20c4d92
+SHA512 (pyscard-1.9.5.tar.gz) = a0c5cd4ccbe8437ffd37afcf95c71f7d1d6c3ae364063cf81907095625d2062da8e7335ebfd15d1f952e8a8d9395e990b351b1308ab07fa456a7ee10658db4f9
+Size (pyscard-1.9.5.tar.gz) = 146010 bytes


Home | Main Index | Thread Index | Old Index