Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
Date: Thu, 14 Oct 2021 20:22:23
Message-Id: 1634242936.b4060f573b5e9167b90666ab8e1c5cc63c6de737.Alessandro-Barbieri@gentoo
1 commit: b4060f573b5e9167b90666ab8e1c5cc63c6de737
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 19:24:19 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Oct 14 20:22:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4060f57
7
8 dev-python/pysaml2: use github tarball
9
10 Closes: https://bugs.gentoo.org/816513
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/pysaml2/Manifest | 2 +-
15 dev-python/pysaml2/pysaml2-7.0.1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
19 index bd76ef2a7..950ed1634 100644
20 --- a/dev-python/pysaml2/Manifest
21 +++ b/dev-python/pysaml2/Manifest
22 @@ -1 +1 @@
23 -DIST pysaml2-7.0.1.tar.gz 359067 BLAKE2B 1a420c40ab34e290cf0ccb1b58ffc01081db540eda0281aa67b37722c39fd6abd6a806e3d8c564ff7af777c922359e632be30c344837ad8eb9e035cfa921400c SHA512 a706136628c1b86b2d53ea64e6506cf4b1ce2722e3583ed0dd39125ee9e898d4309224a0d3baa2c6a4f8adeba22e4e18945113da628659476d5f77f297daef60
24 +DIST pysaml2-7.0.1.tar.gz 5996999 BLAKE2B 51b8d3eed54bdcc2f6730d1b5cc6db3d1163479c6d5845945d626a439c4130993a17656ee644165c18d87d4f0b9f61cc7dcf8ccedfac91b34afb7f5544e8a520 SHA512 915ea083fe0fa55fb91015c6ef743c0a63feb4c4b75542be9c7dd7b0ec19edd679d313cb47737c990381c4a9b3c46e8351e4a83006819bc9b090a7061d2cc4d1
25
26 diff --git a/dev-python/pysaml2/pysaml2-7.0.1.ebuild b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
27 index 8ac8c5ab9..615984c89 100644
28 --- a/dev-python/pysaml2/pysaml2-7.0.1.ebuild
29 +++ b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
30 @@ -10,7 +10,7 @@ inherit distutils-r1
31
32 DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
33 HOMEPAGE="https://github.com/rohe/pysaml2"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 +SRC_URI="https://github.com/IdentityPython/pysaml2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="Apache-2.0"
38 SLOT="0"