summaryrefslogtreecommitdiff
path: root/dev-python/pyscard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-23 19:24:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-23 19:24:10 +0000
commit575bcb9220287a6f0d2577db1fd9fe55d9d8b745 (patch)
tree52f12cfa140d4839d32305dd42eebe34e9686234 /dev-python/pyscard
parent4c5bd80830992553e02f099442277e10ee97372d (diff)
gentoo auto-resync : 23:02:2025 - 19:24:09
Diffstat (limited to 'dev-python/pyscard')
-rw-r--r--dev-python/pyscard/Manifest4
-rw-r--r--dev-python/pyscard/pyscard-2.2.0.ebuild41
-rw-r--r--dev-python/pyscard/pyscard-2.2.1.ebuild2
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
index 059567d19749..b7879e26231d 100644
--- a/dev-python/pyscard/Manifest
+++ b/dev-python/pyscard/Manifest
@@ -1,5 +1,3 @@
-DIST pyscard-2.2.0.tar.gz 154847 BLAKE2B 4941ddb8b5ba38855eb69d61432241fc181e7fff7c181eb9d40ae03f0e4ce5818483d2ea35e25e92033f946e5f3e17aad297c02b3c90def91f79c24941bc80bf SHA512 91ceeab576345ff7f2e9d173399ab4d2ddebd26dab613fba33b7620253aea81645d6efdf0d365724a34cec8e9fd4f76cd43801d925a94e058ff797e5c0a41b73
DIST pyscard-2.2.1.tar.gz 156518 BLAKE2B b68dace8a9b4b6cdae20b23d6e7d8838e0ad64e229d5a3a5e4a8fc5c1edeb16a6d7bd162c57cfdd7d5e5c56c0370f121a71e498e463b42b509bc97dce10ef14c SHA512 7a09211743c56473e7c1d034acf4b08402b41462da36b35fe45617511dc9bc5fa704e0d1d5102277a44c4aee216e84b019b5cff188eda255b32de0c7517c58d3
-EBUILD pyscard-2.2.0.ebuild 842 BLAKE2B 3ae6c4f3044f932ff0a98ef9fe4715d6ad31ae50e1bdf916077339897b8dc84090a961fd122fa897d1c2b8003ba92c7b3b7717e24431244ed951ff4a32b7ee06 SHA512 0d3a9b5e4c6dac01bb6d7824e7ee103a0e28c5fd01b6e698ac1b20a25a2cfd5e8efc8211dc7edcfb23b4714d598838644200fcc19347ee56461ada5e8ac3dab6
-EBUILD pyscard-2.2.1.ebuild 846 BLAKE2B a1cac2c97d51f590884ff3e14f4148489a4fd5774b8e922f32fcce65c8f593313d5b958b67d9ab42c875a761b75d5b676667dbc220cc9ba87022232ca525123f SHA512 b5ddf3b8a9ae3caa9c3236010116c0a2e613458be2b9160c3a44bfb50f1de73acd7d5792ad09626642b508908c5a1aea05d455723aa56d30d3942c25a2504acc
+EBUILD pyscard-2.2.1.ebuild 842 BLAKE2B 3ae6c4f3044f932ff0a98ef9fe4715d6ad31ae50e1bdf916077339897b8dc84090a961fd122fa897d1c2b8003ba92c7b3b7717e24431244ed951ff4a32b7ee06 SHA512 0d3a9b5e4c6dac01bb6d7824e7ee103a0e28c5fd01b6e698ac1b20a25a2cfd5e8efc8211dc7edcfb23b4714d598838644200fcc19347ee56461ada5e8ac3dab6
MISC metadata.xml 426 BLAKE2B a4819bd37d610cf785d4b0e5ba2a709c941000d5cea8e20c8d49e513e7167b55e8e149da9e318281dce7b4eb92cb61e355054c273e3758262c6c25a0757ffba3 SHA512 82e759791154362704f4d7a1a1c72d53710e405c21bf791d0ec609ddfee4b8c04e3490a3f33f8d0e6e295f3b8433520f328dd71bc91cde2926a89a76803fd63d
diff --git a/dev-python/pyscard/pyscard-2.2.0.ebuild b/dev-python/pyscard/pyscard-2.2.0.ebuild
deleted file mode 100644
index 119e2093cc1b..000000000000
--- a/dev-python/pyscard/pyscard-2.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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="
- https://downloads.sourceforge.net/project/pyscard/pyscard/pyscard%20${PV}/${P}.tar.gz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-DEPEND="
- sys-apps/pcsc-lite
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-lang/swig
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "Gui support" dev-python/wxpython
- optfeature "Support of remote readers with Pyro" dev-python/Pyro4
-}
diff --git a/dev-python/pyscard/pyscard-2.2.1.ebuild b/dev-python/pyscard/pyscard-2.2.1.ebuild
index 68e78542f37b..119e2093cc1b 100644
--- a/dev-python/pyscard/pyscard-2.2.1.ebuild
+++ b/dev-python/pyscard/pyscard-2.2.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
DEPEND="
sys-apps/pcsc-lite