From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscard/
Date: Sun, 7 Feb 2016 09:48:59 +0000 (UTC) [thread overview]
Message-ID: <1454838533.7b03c036bddafb4f269f77efc370f9a6bcfd8418.jlec@gentoo> (raw)
commit: 7b03c036bddafb4f269f77efc370f9a6bcfd8418
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 09:12:31 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 09:48:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b03c036
dev-python/pyscard: Drop old
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pyscard/Manifest | 2 --
dev-python/pyscard/pyscard-1.6.16.ebuild | 24 ------------------------
dev-python/pyscard/pyscard-1.7.0.ebuild | 27 ---------------------------
3 files changed, 53 deletions(-)
diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
index f211272..ada6ecb 100644
--- a/dev-python/pyscard/Manifest
+++ b/dev-python/pyscard/Manifest
@@ -1,3 +1 @@
-DIST pyscard-1.6.16.tar.gz 366857 SHA256 d284dd2b0e4a951d8beabead34add0b5539034ba41e0fc40a1e5163103612fd9 SHA512 ef13aee126fc12aa50cc73f9672c2a7734870f31a18ee6fc1c6c5d86cf1f565a3cd8458f9fd253c1649e394570ad6cf59e35e39db2bf714214a0dadee1116321 WHIRLPOOL 79e7b14642e808b09a2864b8d7e8c2efc2334fb9ff91aa6db6dc0563d4edfdc2e5ec9c8e4b0723dde00f0f089455ceada225ed62f0d050aa60ab52141b1f1d77
-DIST pyscard-1.7.0.tar.gz 151796 SHA256 603977a1b6938442842a6b7f750c6c5a8a49d3f611b9cfde8f4b88a2c6e4ecd1 SHA512 a56b6650e2057c20863fd128212689ce3ba78b1541d857cc0005d809481d96987c8463ec35f428bce8b0b8c8c97373b21ba786468567c05c2beb678b4c5fc9db WHIRLPOOL e965ab16c062444eb511679b77349ec9cf79baa5c1db0d0f31c435b3c05ea0058806b495636093b816eccac7ad3e2662a3571364f021721e9a85ee372afa44eb
DIST pyscard-1.9.1.tar.gz 360952 SHA256 62ebeaaaea0b98e053f95ae9b357ab7ebb8901acb1100b77dbb421bfd84bea8e SHA512 97e56dde8e78c73bbda07ba8b418e1877a02ec54094b3b02bd6d6e8b4326b9ea61124ce89d6c2c5a6c9e4c92f3f1e576a02bf26bd8977cbed7a71c32ed96f151 WHIRLPOOL 6a232f62ab72b361892bd003d3764e38c3abd67f505ba8f0d49e867fc83ce39abc0ec7d6cfc258a533d5d8fa49c732d899a72d9d61072b5910417dc23cf2cbfd
diff --git a/dev-python/pyscard/pyscard-1.6.16.ebuild b/dev-python/pyscard/pyscard-1.6.16.ebuild
deleted file mode 100644
index 7b6a24b..0000000
--- a/dev-python/pyscard/pyscard-1.6.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="pyscard is a python module adding smart cards support to python"
-HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sys-apps/pcsc-lite"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-DOCS=( README smartcard/ACKS smartcard/ChangeLog smartcard/TODO )
diff --git a/dev-python/pyscard/pyscard-1.7.0.ebuild b/dev-python/pyscard/pyscard-1.7.0.ebuild
deleted file mode 100644
index 6236af9..0000000
--- a/dev-python/pyscard/pyscard-1.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="pyscard is a python module adding smart cards support to python"
-HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sys-apps/pcsc-lite"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-pkg_postinst() {
- elog "For gui support, install dev-python/wxpython"
- elog "For support of remote readers with Pyro, install dev-python/pyro"
-}
next reply other threads:[~2016-02-07 9:49 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-07 9:48 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 15:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscard/ Michał Górny
2025-02-22 14:43 Arthur Zamarin
2025-02-22 9:48 Arthur Zamarin
2025-02-22 9:02 Arthur Zamarin
2025-02-22 8:55 Arthur Zamarin
2025-01-12 18:39 Michał Górny
2024-12-28 11:44 Sam James
2024-12-13 20:15 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-11-10 3:24 Michał Górny
2024-11-10 0:42 Jakov Smolić
2024-11-10 0:42 Jakov Smolić
2024-11-09 10:21 Arthur Zamarin
2024-10-21 4:35 Michał Górny
2024-09-28 15:25 Michał Górny
2024-09-28 13:32 Arthur Zamarin
2024-09-28 11:41 Arthur Zamarin
2024-09-28 11:41 Arthur Zamarin
2024-09-10 7:06 Michał Górny
2024-09-09 2:24 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29 8:53 Sam James
2024-06-29 8:25 Sam James
2024-06-29 8:25 Sam James
2024-06-15 15:43 Petr Vaněk
2024-06-02 2:35 Michał Górny
2024-04-25 3:39 Michał Górny
2024-04-24 17:16 Sam James
2024-04-24 15:31 Sam James
2024-04-24 15:31 Sam James
2024-04-06 15:01 Michał Górny
2024-03-30 16:21 Michał Górny
2024-03-30 15:28 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-10 3:35 Michał Górny
2023-11-24 15:12 Arthur Zamarin
2023-08-23 23:37 Marek Szuba
2023-05-04 16:30 Michał Górny
2023-05-03 7:57 Michał Górny
2023-05-03 6:33 Arthur Zamarin
2023-05-02 19:31 Sam James
2023-04-01 6:13 Michał Górny
2022-11-04 8:38 Michał Górny
2022-11-04 8:16 Agostino Sarubbo
2022-11-03 20:17 Sam James
2022-10-03 6:53 Michał Górny
2022-10-03 0:44 Sam James
2022-09-28 18:34 Michał Górny
2022-08-28 20:15 Arthur Zamarin
2022-06-20 15:40 Marek Szuba
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-04-19 13:46 Jakov Smolić
2022-03-18 22:28 Michał Górny
2022-01-11 2:23 Georgy Yakovlev
2021-12-31 1:15 Georgy Yakovlev
2021-10-24 5:23 Arthur Zamarin
2021-10-24 4:51 Sam James
2021-10-24 1:15 Sam James
2021-09-23 8:16 Michał Górny
2021-08-01 22:07 Marek Szuba
2021-07-25 8:41 Michał Górny
2021-07-25 1:29 Sam James
2021-07-24 17:10 Sam James
2021-06-17 19:47 Michał Górny
2021-05-27 15:37 Marek Szuba
2021-03-02 9:06 Michał Górny
2021-03-02 7:39 Sam James
2021-03-02 7:38 Sam James
2020-12-31 6:07 Sam James
2020-12-03 16:53 Marek Szuba
2020-05-04 11:44 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-19 2:11 Rick Farina
2020-03-19 2:11 Rick Farina
2020-02-05 19:53 Michał Górny
2019-03-20 22:00 Alon Bar-Lev
2019-03-19 15:38 Rick Farina
2019-03-11 8:40 Mikle Kolyada
2018-12-30 17:33 Alon Bar-Lev
2018-09-27 23:55 Alon Bar-Lev
2018-03-20 21:11 Michał Górny
2018-01-08 23:57 Thomas Deutschmann
2017-08-18 17:34 Alon Bar-Lev
2017-05-14 10:45 Manuel Rüger
2017-05-11 13:02 Manuel Rüger
2016-06-12 13:41 Alon Bar-Lev
2016-03-02 19:25 Markus Meier
2016-02-19 13:02 Patrick Lauer
2016-02-06 8:51 Justin Lecher
2015-12-23 13:50 Alon Bar-Lev
2015-08-17 2:31 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454838533.7b03c036bddafb4f269f77efc370f9a6bcfd8418.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox