Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscard/
Date: Tue, 20 Mar 2018 21:11:31
Message-Id: 1521580223.cc6abc72d6b895c3bc9d19390e8e28d0c9ed4318.mgorny@gentoo
1 commit: cc6abc72d6b895c3bc9d19390e8e28d0c9ed4318
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:06:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 21:10:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6abc72
7
8 dev-python/pyscard: update HOMEPAGE
9
10 dev-python/pyscard/pyscard-1.9.5.ebuild | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-python/pyscard/pyscard-1.9.5.ebuild b/dev-python/pyscard/pyscard-1.9.5.ebuild
14 index e6fdb89f5d6..1a2dccec54d 100644
15 --- a/dev-python/pyscard/pyscard-1.9.5.ebuild
16 +++ b/dev-python/pyscard/pyscard-1.9.5.ebuild
17 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
18 inherit distutils-r1 eutils
19
20 DESCRIPTION="Smart cards support in python"
21 -HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard"
22 +HOMEPAGE="https://pyscard.sourceforge.io/
23 + https://github.com/LudovicRousseau/pyscard
24 + https://pypi.python.org/pypi/pyscard"
25 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
26
27 LICENSE="LGPL-2.1"