diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-06-12 05:24:19 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-06-12 06:22:05 +0300 |
commit | c773e8345d6f61a8bcd162cc33d7ef60d428d2c0 (patch) | |
tree | 0ee3603e817570001e9b1958eb2779339a300072 /dev-python/pyscard | |
parent | dev-libs/openct: cleanup (diff) | |
download | gentoo-c773e8345d6f61a8bcd162cc33d7ef60d428d2c0.tar.gz gentoo-c773e8345d6f61a8bcd162cc33d7ef60d428d2c0.tar.bz2 gentoo-c773e8345d6f61a8bcd162cc33d7ef60d428d2c0.zip |
dev-python/pyscard: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/pyscard')
-rw-r--r-- | dev-python/pyscard/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyscard/pyscard-1.9.1.ebuild | 35 | ||||
-rw-r--r-- | dev-python/pyscard/pyscard-1.9.2.ebuild | 2 |
3 files changed, 1 insertions, 37 deletions
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest index 70173b6a52c1..5df6b6b14fe0 100644 --- a/dev-python/pyscard/Manifest +++ b/dev-python/pyscard/Manifest @@ -1,2 +1 @@ -DIST pyscard-1.9.1.tar.gz 360952 SHA256 62ebeaaaea0b98e053f95ae9b357ab7ebb8901acb1100b77dbb421bfd84bea8e SHA512 97e56dde8e78c73bbda07ba8b418e1877a02ec54094b3b02bd6d6e8b4326b9ea61124ce89d6c2c5a6c9e4c92f3f1e576a02bf26bd8977cbed7a71c32ed96f151 WHIRLPOOL 6a232f62ab72b361892bd003d3764e38c3abd67f505ba8f0d49e867fc83ce39abc0ec7d6cfc258a533d5d8fa49c732d899a72d9d61072b5910417dc23cf2cbfd DIST pyscard-1.9.2.tar.gz 145287 SHA256 390b5f9393c04a2b3491a65c326fe045d2955a780ca675635ce2c74367d3fbba SHA512 8579dce6f31348581dbe5dfb6ebeceb35dd43ad6a903d02e00c55ab86353ae429501f0486a35b4916c26e6e380e07400dcd43d039ce18cbebe5061238c624e67 WHIRLPOOL 6d3dba315582e275cfccfa136c6475f1944a571f87405258f0bae86506b74b5b63134d6b3b4678a059692768035b31b0d83f8224d0efe8e31c6d1ba715735b42 diff --git a/dev-python/pyscard/pyscard-1.9.1.ebuild b/dev-python/pyscard/pyscard-1.9.1.ebuild deleted file mode 100644 index d5c7592b2111..000000000000 --- a/dev-python/pyscard/pyscard-1.9.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) - -inherit distutils-r1 eutils - -DESCRIPTION="Smart cards support in python" -HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="" - -RDEPEND="sys-apps/pcsc-lite" -DEPEND="${RDEPEND} - dev-python/setuptools - dev-lang/swig" - -# Fails -RESTRICT=test - -python_test() { - esetup.py test -} - -pkg_postinst() { - optfeature "Gui support" dev-python/wxpython - optfeature "Support of remote readers with Pyro" dev-python/pyro -} diff --git a/dev-python/pyscard/pyscard-1.9.2.ebuild b/dev-python/pyscard/pyscard-1.9.2.ebuild index 70e504398914..d5c7592b2111 100644 --- a/dev-python/pyscard/pyscard-1.9.2.ebuild +++ b/dev-python/pyscard/pyscard-1.9.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="" RDEPEND="sys-apps/pcsc-lite" |