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/pyscard-1.9.1.ebuild | |
| parent | f415fdd58e3187b3176fe484bf13457baa9d172e (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/pyscard-1.9.1.ebuild')
| -rw-r--r-- | dev-python/pyscard/pyscard-1.9.1.ebuild | 35 |
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 -} |
