dev-python/pysaml2: use github tarball

Closes: https://bugs.gentoo.org/816513
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-14 21:24:19 +02:00
parent f76c584656
commit b4060f573b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST pysaml2-7.0.1.tar.gz 359067 BLAKE2B 1a420c40ab34e290cf0ccb1b58ffc01081db540eda0281aa67b37722c39fd6abd6a806e3d8c564ff7af777c922359e632be30c344837ad8eb9e035cfa921400c SHA512 a706136628c1b86b2d53ea64e6506cf4b1ce2722e3583ed0dd39125ee9e898d4309224a0d3baa2c6a4f8adeba22e4e18945113da628659476d5f77f297daef60
DIST pysaml2-7.0.1.tar.gz 5996999 BLAKE2B 51b8d3eed54bdcc2f6730d1b5cc6db3d1163479c6d5845945d626a439c4130993a17656ee644165c18d87d4f0b9f61cc7dcf8ccedfac91b34afb7f5544e8a520 SHA512 915ea083fe0fa55fb91015c6ef743c0a63feb4c4b75542be9c7dd7b0ec19edd679d313cb47737c990381c4a9b3c46e8351e4a83006819bc9b090a7061d2cc4d1

View File

@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
HOMEPAGE="https://github.com/rohe/pysaml2"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/IdentityPython/pysaml2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"