summaryrefslogtreecommitdiff
path: root/dev-python/pyscard/pyscard-1.9.1.ebuild
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-06-12 05:24:19 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2016-06-12 06:22:05 +0300
commitc773e8345d6f61a8bcd162cc33d7ef60d428d2c0 (patch)
tree0ee3603e817570001e9b1958eb2779339a300072 /dev-python/pyscard/pyscard-1.9.1.ebuild
parentf415fdd58e3187b3176fe484bf13457baa9d172e (diff)
downloadgentoo-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/pyscard-1.9.1.ebuild')
-rw-r--r--dev-python/pyscard/pyscard-1.9.1.ebuild35
1 files changed, 0 insertions, 35 deletions
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
-}