Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscard/
Date: Mon, 04 May 2020 11:44:41
Message-Id: 1588592612.07bebdfaa7e6120cc460e3fe03d5780f3d86d0b2.mgorny@gentoo
1 commit: 07bebdfaa7e6120cc460e3fe03d5780f3d86d0b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:43:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:43:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bebdfa
7
8 dev-python/pyscard: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyscard/Manifest | 1 -
13 dev-python/pyscard/pyscard-1.9.7.ebuild | 34 ---------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
17 index ced7e8e99ed..979f7beaf58 100644
18 --- a/dev-python/pyscard/Manifest
19 +++ b/dev-python/pyscard/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyscard-1.9.7.tar.gz 144692 BLAKE2B 5a842b790e01ff5461c462d6fe2d7763a79725cd1bcb841c1aaa49f2b17decb251446adb908fa8b525b91f418a6df6a76ddf779a67b7e8547211993837aed2bd SHA512 339d6efd5fcaa361e30029e736d4e2e98e05acd701c39574b40960b4bcec4782ca9c1d6927cea0b3641c5e6a137d0b9fbd961b58422a4151cfbdfa067dcd4b4a
22 DIST pyscard-1.9.9.tar.gz 145428 BLAKE2B c62d9c2f13d9f19df1b7399509efc9df2baf2da00a9dc0bd9a0b440dcef232beeb0f7da88b12e3fb8ecffeb28f268eaaa04c9d45dc3420a1071835afe7a36c95 SHA512 88c7314c10153f509eb9bf6318e62210c7182e51b531af752a402bf8d05cfa2658cc1a4e7b9385a474038ddfa5a1bfbf1f208fcd9abe02a60161ce7c757c67b2
23
24 diff --git a/dev-python/pyscard/pyscard-1.9.7.ebuild b/dev-python/pyscard/pyscard-1.9.7.ebuild
25 deleted file mode 100644
26 index 9321e8fa39a..00000000000
27 --- a/dev-python/pyscard/pyscard-1.9.7.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7,8} )
36 -
37 -inherit distutils-r1 eutils
38 -
39 -DESCRIPTION="Smart cards support in python"
40 -HOMEPAGE="https://pyscard.sourceforge.io/
41 - https://github.com/LudovicRousseau/pyscard
42 - https://pypi.org/project/pyscard/"
43 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm x86"
48 -
49 -RDEPEND="${PYTHON_DEP}
50 - sys-apps/pcsc-lite"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]"
53 -BDEPEND="${PYTHON_DEP}
54 - dev-lang/swig"
55 -
56 -python_test() {
57 - esetup.py test
58 -}
59 -
60 -pkg_postinst() {
61 - optfeature "Gui support" dev-python/wxpython
62 - optfeature "Support of remote readers with Pyro" dev-python/pyro
63 -}