summaryrefslogtreecommitdiff
path: root/dev-python/pyscard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /dev-python/pyscard
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'dev-python/pyscard')
-rw-r--r--dev-python/pyscard/Manifest4
-rw-r--r--dev-python/pyscard/pyscard-1.9.9.ebuild34
-rw-r--r--dev-python/pyscard/pyscard-2.0.0.ebuild4
3 files changed, 3 insertions, 39 deletions
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
index f5a4129966d7..c7ab08f4904a 100644
--- a/dev-python/pyscard/Manifest
+++ b/dev-python/pyscard/Manifest
@@ -1,5 +1,3 @@
-DIST pyscard-1.9.9.tar.gz 145428 BLAKE2B c62d9c2f13d9f19df1b7399509efc9df2baf2da00a9dc0bd9a0b440dcef232beeb0f7da88b12e3fb8ecffeb28f268eaaa04c9d45dc3420a1071835afe7a36c95 SHA512 88c7314c10153f509eb9bf6318e62210c7182e51b531af752a402bf8d05cfa2658cc1a4e7b9385a474038ddfa5a1bfbf1f208fcd9abe02a60161ce7c757c67b2
DIST pyscard-2.0.0.tar.gz 148326 BLAKE2B ea9e3fbe404dedd7e7290743da4dfe51196beaa7db7ce69ad47316c70afe044cbf3e32666d32786e0d68f225cc6d552b7bb5c79fc62132c6fbee502868d3a205 SHA512 cf2cda96cdbc8f1abc20f969355a9c07698c7c13d826482170f7114962cc683b3c9b8a39aa19b76b6ae1e6c6e8875407bb9fa04908a0b22c96d0b3cbd234fe0b
-EBUILD pyscard-1.9.9.ebuild 762 BLAKE2B ff250eb3edf7a9f4fef316070356fb2bb7ba17fba5ea1abb58ada34188a4365be39d6227863e5753ec6fb93690540fb1843a8fd392ed0bca83fb04e3da246160 SHA512 de658fa13ad7f4c71fb168924cae942b0ce08a78e229e452229d5274153cbe7adca93494b3312e1f1347b770846ad8d1cf545a45543d1c3d83a6ba1af3cd98d7
-EBUILD pyscard-2.0.0.ebuild 693 BLAKE2B 3371986814742a46aa438d0b5523f025df7ad4c4af8173558d74237ad06e8657721e8d6cb391796738d30f2051c7c9424dd862ef4076eb94f7d6f30dacc34dd4 SHA512 5328e4592991d46e317cd0eb778614e5bf0a50b983a8a08957dfecf1dd6d217ca53f6c1673810dfd0a5206b073a1e60447bfe009a57e0d4bbb4f261945ba91ec
+EBUILD pyscard-2.0.0.ebuild 691 BLAKE2B b118e9e40effe0fee81fdc1e9a6e1b7da153249172e756d61264c90b512f01458bcb615867f691cfff162f887dafa6f759b308638750af1444a969565421d5fb SHA512 f44c4829a938755b5207afaa75c604844f1ae3952b82c09b72eb2bc94939726721d068894457cd35f4d47581073187d587e89134951daaeb87565ae13fa0b3d3
MISC metadata.xml 425 BLAKE2B d08b4263a97d671761cc9d5ba2084ce7ecef3d10031371ec4bf5deb4d43d840dbc34787d69c353ff0b2acaade7e50c512c15fc41cc7ee6a14d295a7ccc9f3019 SHA512 75d4e0a2023ee036c4b48f3fba331c9b97dafcc53cc9d071196bf08a5bef4e51c254eec6a1d7258b5bf5b14b93860ff5f16262983cef7b7cfbec9e05f6a806dc
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
-}
diff --git a/dev-python/pyscard/pyscard-2.0.0.ebuild b/dev-python/pyscard/pyscard-2.0.0.ebuild
index 4117f2fd3991..0461c47d0851 100644
--- a/dev-python/pyscard/pyscard-2.0.0.ebuild
+++ b/dev-python/pyscard/pyscard-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
RDEPEND="sys-apps/pcsc-lite"
DEPEND="${RDEPEND}"