mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
pyscard: python smart card libraries
This commit is contained in:
parent
e5cfe2e913
commit
06a6c1b252
4 changed files with 45 additions and 0 deletions
10
dev-python/pyscard/ChangeLog
Normal file
10
dev-python/pyscard/ChangeLog
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# ChangeLog for dev-python/pyscard
|
||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.1 2011/04/03 21:32:47 arfrever Exp $
|
||||
|
||||
*pyscard-1.6.12 (03 Apr 2011)
|
||||
|
||||
03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+pyscard-1.6.12.ebuild, +metadata.xml:
|
||||
Initial addition. Ebuild written by me.
|
||||
|
||||
3
dev-python/pyscard/Manifest
Normal file
3
dev-python/pyscard/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
EBUILD pyscard-9999.ebuild 800 RMD160 97c276a8e7594f2d22c627861ce93d0b37ec3854 SHA1 1c31326d5f6c18d67ed29db06c868d3c5d4ae083 SHA256 1817b9ed155ef1399555342422e7d18ea2fe7f5e67c2995d2e27abba20698e05
|
||||
MISC ChangeLog 399 RMD160 f26991c39996a46a6720a44249f7436608695014 SHA1 7197de2affe6a06adbc223f27d3d69bfd39a183c SHA256 23fe1972e1727950a66390815a42fbe6699c773ac5b5672d46fea1c5cc5765ce
|
||||
MISC metadata.xml 181 RMD160 68ef650f0985df98ec1ca649595f078194d8409f SHA1 5237840a9068bb65c8f35c417992854096cef3fe SHA256 597c4fbc001fcea458f51da8294c90143c499ab69a1b44fc18df1098286c8ddd
|
||||
6
dev-python/pyscard/metadata.xml
Normal file
6
dev-python/pyscard/metadata.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>crypto</herd>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
||||
26
dev-python/pyscard/pyscard-9999.ebuild
Normal file
26
dev-python/pyscard/pyscard-9999.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/pyscard-1.6.12.ebuild,v 1.1 2011/04/03 21:32:47 arfrever Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
|
||||
inherit distutils subversion
|
||||
|
||||
DESCRIPTION="pyscard is a python module adding smart cards support to python."
|
||||
HOMEPAGE="http://pyscard.sourceforge.net/ http://pypi.python.org/pypi/pyscard"
|
||||
#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
ESVN_REPO_URI="https://pyscard.svn.sourceforge.net/svnroot/pyscard/trunk/pyscard/src/"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
DOCS="smartcard/ACKS smartcard/ChangeLog smartcard/TODO"
|
||||
PYTHON_MODNAME="smartcard"
|
||||
Loading…
Reference in a new issue