diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-02 10:00:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-02 10:00:42 +0100 |
commit | d2d5a04d5849331b74e5529157c8e2b8da66a118 (patch) | |
tree | 9e7ca9d4acfefcfcb2c90c7aa51c7bfeeb302b49 /dev-python/pyscard | |
parent | dev-python/python-backoff: python@ will take care of it (diff) | |
download | gentoo-d2d5a04d5849331b74e5529157c8e2b8da66a118.tar.gz gentoo-d2d5a04d5849331b74e5529157c8e2b8da66a118.tar.bz2 gentoo-d2d5a04d5849331b74e5529157c8e2b8da66a118.zip |
dev-python/pyscard: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyscard')
-rw-r--r-- | dev-python/pyscard/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyscard/pyscard-1.9.9.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest index 24c2447ca82e..500cb312d2be 100644 --- a/dev-python/pyscard/Manifest +++ b/dev-python/pyscard/Manifest @@ -1,2 +1 @@ -DIST pyscard-1.9.9.tar.gz 145428 BLAKE2B c62d9c2f13d9f19df1b7399509efc9df2baf2da00a9dc0bd9a0b440dcef232beeb0f7da88b12e3fb8ecffeb28f268eaaa04c9d45dc3420a1071835afe7a36c95 SHA512 88c7314c10153f509eb9bf6318e62210c7182e51b531af752a402bf8d05cfa2658cc1a4e7b9385a474038ddfa5a1bfbf1f208fcd9abe02a60161ce7c757c67b2 DIST pyscard-2.0.0.tar.gz 148326 BLAKE2B ea9e3fbe404dedd7e7290743da4dfe51196beaa7db7ce69ad47316c70afe044cbf3e32666d32786e0d68f225cc6d552b7bb5c79fc62132c6fbee502868d3a205 SHA512 cf2cda96cdbc8f1abc20f969355a9c07698c7c13d826482170f7114962cc683b3c9b8a39aa19b76b6ae1e6c6e8875407bb9fa04908a0b22c96d0b3cbd234fe0b diff --git a/dev-python/pyscard/pyscard-1.9.9.ebuild b/dev-python/pyscard/pyscard-1.9.9.ebuild deleted file mode 100644 index 6964fbdc2609..000000000000 --- a/dev-python/pyscard/pyscard-1.9.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Smart cards support in python" -HOMEPAGE="https://pyscard.sourceforge.io/ - https://github.com/LudovicRousseau/pyscard - https://pypi.org/project/pyscard/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -RDEPEND="${PYTHON_DEP} - sys-apps/pcsc-lite" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND="${PYTHON_DEP} - dev-lang/swig" - -python_test() { - esetup.py test -} - -pkg_postinst() { - optfeature "Gui support" dev-python/wxpython - optfeature "Support of remote readers with Pyro" dev-python/pyro -} |