diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-29 18:51:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-29 18:51:27 +0000 |
| commit | 5f5c91aeb06c28f4c0d4b3e6daec92823c522fc8 (patch) | |
| tree | 519490a8a7902a67faa7d799cc3084c157af47b8 /dev-python/pyscard | |
| parent | de24125a3b500edbda031956f136bc4b674dd7f8 (diff) | |
| download | baldeagleos-repo-5f5c91aeb06c28f4c0d4b3e6daec92823c522fc8.tar.gz baldeagleos-repo-5f5c91aeb06c28f4c0d4b3e6daec92823c522fc8.tar.xz baldeagleos-repo-5f5c91aeb06c28f4c0d4b3e6daec92823c522fc8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyscard')
| -rw-r--r-- | dev-python/pyscard/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyscard/pyscard-2.0.10.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pyscard/pyscard-2.0.9.ebuild | 46 |
3 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest index e3bb896ef89f..1439bcd9e2aa 100644 --- a/dev-python/pyscard/Manifest +++ b/dev-python/pyscard/Manifest @@ -1,2 +1 @@ DIST pyscard-2.0.10.tar.gz 153351 BLAKE2B fb600032321ac0bd372c7aa8fcdd82273af9edcfb51eb5d455296a2a685a291e442209d5c59d60b81cdd8cb3b0699f733e41528fe06ed827558146ba4085c97d SHA512 231d5abc0ad31ae7f0e394f928045346323f1040b313394a3d235282feb79bfec0d124ebde84017178dfa1983beadfb245a33bfa6a75b4fab9e65c3090b9e9cb -DIST pyscard-2.0.9.tar.gz 153513 BLAKE2B 00a7676cb0d987b7a6cd0c2cdf061e4e4405c78a0289d0c46abe95461b19d61a964792f69fe2a2f268653d332e8c21f17d03a8f3b05456df8475b0c51370830c SHA512 0503c29dfd288237eb17fae2a6387cdfce5e34a3aa6cdbdf58aef04ad91ab232d14d78b999fd1d4b7d7c8ad6282fa0d7983a65030f896f1e8098597f182b10cc diff --git a/dev-python/pyscard/pyscard-2.0.10.ebuild b/dev-python/pyscard/pyscard-2.0.10.ebuild index 9776336976e0..5b86533914a9 100644 --- a/dev-python/pyscard/pyscard-2.0.10.ebuild +++ b/dev-python/pyscard/pyscard-2.0.10.ebuild @@ -21,7 +21,7 @@ SRC_URI=" 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 diff --git a/dev-python/pyscard/pyscard-2.0.9.ebuild b/dev-python/pyscard/pyscard-2.0.9.ebuild deleted file mode 100644 index 5b86533914a9..000000000000 --- a/dev-python/pyscard/pyscard-2.0.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 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_{8,9,10,11,12} ) - -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 ~ppc64 ~riscv x86" - -DEPEND=" - sys-apps/pcsc-lite -" -RDEPEND=" - ${DEPEND} -" -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 -} |
