summaryrefslogtreecommitdiff
path: root/dev-python/pyscard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-04 15:14:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-04 15:14:18 +0000
commitf5f1e7d30401ef31b8776c96a80cf5caae0a4e81 (patch)
treecf79465586b83d032475fad7f33894f6cf4efd1f /dev-python/pyscard
parent0bb8253b38dc8638a46b66ba909c1bfd1054e1ef (diff)
gentoo auto-resync : 04:11:2022 - 15:14:18
Diffstat (limited to 'dev-python/pyscard')
-rw-r--r--dev-python/pyscard/Manifest4
-rw-r--r--dev-python/pyscard/pyscard-2.0.4.ebuild35
-rw-r--r--dev-python/pyscard/pyscard-2.0.5.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
index 3911478c4229..0fed03ab348d 100644
--- a/dev-python/pyscard/Manifest
+++ b/dev-python/pyscard/Manifest
@@ -1,5 +1,3 @@
-DIST pyscard-2.0.4.tar.gz 150740 BLAKE2B 07849c265bfc764dd227bf041add7d24045f8f6669b596307d8a8644c847ee04a868b7df8e69139dc4d65f10b0406ef0083b833ed9e9dca5f11cb5d662d30801 SHA512 6eaae051f22079a73546c78f749dbeedaeee5f776e3f1718cf5ced3ed276d061e2210e2882f74bcaf75de9048fa8f512606a1b4ea0c0d4ecd0a5d6aeac482bc8
DIST pyscard-2.0.5.tar.gz 150803 BLAKE2B c7d5ab17c3471b050a321c687e5faf33b5faad5a1afc60462b759280cff31bc55d86decdcb16dda9a4afe47848bc06f303c9697941dc212f01b28db6a8469a5e SHA512 bb2ef725e7dccefa640fe1568d1fee016bc5c639769d1b0d099067108e1369b8f7ccd3e48f985d657c5c7c33730eae891624f2c0ee2deaed491826b8c0eae2a5
-EBUILD pyscard-2.0.4.ebuild 789 BLAKE2B 52df9e501dbec8dbaf0fdb62e3ce2c185cc4dcb3d055112742cb0b1709991efbf75df91ca423b3a6818b9823381898296e100fbf601149e2b9ab912c112a521d SHA512 72ca54672141d40f36d734d31b1a878eda3ed7c1468055cc4d475566bada4b33248c9f66f1a4998ae90b65c21fa955559cc6f19ffbc5ec5134fcd82fb228a5ee
-EBUILD pyscard-2.0.5.ebuild 802 BLAKE2B c5c29d8ebca5482fe470c8e0227487248c351123fc4a854e36a9203239df1c571bb0fb7c5ec1be123ecda9a4802ff5807e884c3e4bad9f30746214e05fdb2936 SHA512 65efda4a87ddbbe8951d919247fce5f92d7fc4249742d6805fc1aefa2093f7973395f133ad119b9014b75f71aa98ea6f186782cd8133da1e7553584062487229
+EBUILD pyscard-2.0.5.ebuild 801 BLAKE2B 9ea961e76bf6200322d36bbe67e73c2db40509a2d7ac30c806d8fdc284da1bb80d43aba1728ed25913566be675036e76cf3f4fcc762df032665bc295f286a14e SHA512 4af599c62fd4313ee3e69d531b11c70025b619646378df4573ebc69aad6d4bc9a669223c596b54cd3ccb1d0df91bc5d67058c5cb34914170a081847a9f5872b1
MISC metadata.xml 426 BLAKE2B a4819bd37d610cf785d4b0e5ba2a709c941000d5cea8e20c8d49e513e7167b55e8e149da9e318281dce7b4eb92cb61e355054c273e3758262c6c25a0757ffba3 SHA512 82e759791154362704f4d7a1a1c72d53710e405c21bf791d0ec609ddfee4b8c04e3490a3f33f8d0e6e295f3b8433520f328dd71bc91cde2926a89a76803fd63d
diff --git a/dev-python/pyscard/pyscard-2.0.4.ebuild b/dev-python/pyscard/pyscard-2.0.4.ebuild
deleted file mode 100644
index 4a3457a0eb60..000000000000
--- a/dev-python/pyscard/pyscard-2.0.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Smart card 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 ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="sys-apps/pcsc-lite"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-lang/swig"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
- optfeature "Gui support" dev-python/wxpython
- optfeature "Support of remote readers with Pyro" dev-python/Pyro4
-}
-
-python_test() {
- cd test || die
- eunittest
-}
diff --git a/dev-python/pyscard/pyscard-2.0.5.ebuild b/dev-python/pyscard/pyscard-2.0.5.ebuild
index e37af30c2471..241e1734a2dc 100644
--- a/dev-python/pyscard/pyscard-2.0.5.ebuild
+++ b/dev-python/pyscard/pyscard-2.0.5.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
DEPEND="
sys-apps/pcsc-lite