aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-14 21:26:37 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-14 22:22:16 +0200
commit19565368bbc7e7e8bddd965192cbbebe1badf722 (patch)
tree0c4818c6bb4bef30f8b5ba64b9ea64c4a37957eb
parentdev-python/pysaml2: use github tarball (diff)
downloadguru-19565368.tar.gz
guru-19565368.tar.bz2
guru-19565368.zip
dev-python/doubles: use github tarball
Closes: https://bugs.gentoo.org/816600 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/doubles/Manifest2
-rw-r--r--dev-python/doubles/doubles-1.5.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/doubles/Manifest b/dev-python/doubles/Manifest
index 676021958..b30b10de3 100644
--- a/dev-python/doubles/Manifest
+++ b/dev-python/doubles/Manifest
@@ -1 +1 @@
-DIST doubles-1.5.3.tar.gz 16835 BLAKE2B bc57c3da3e55377073ead71f45a07fb1ccc0b41ff86b6ed6ec00d5d134245b304483d2a024c1a650e4561f4ca14ef5ebb71627f9cbbb2daa561315b67035f007 SHA512 4e5b19a762db6fea379d2338420bdb25b8db79253b22d8107815126d5a234f15c36368b10da367ac91d6ff35c55b3892fcdb46e4ed93b3891237e10984c1859c
+DIST doubles-1.5.3.tar.gz 40297 BLAKE2B 9b1e29ad0a35e0b1d65543dacefa18428741f97e15963e964b59dd7fd6bf65dccebb2e08c73d49778904cdc08d1b38612d98948a00246849a6a10f0964842056 SHA512 858fca2bd93bf78df264c61bdda32fb2afee7125f5578b7c361695638abb4b7adc2793d62adbbc7f5a9a550672747048e6df6b7c9c60292a70fb613b89ad88e4
diff --git a/dev-python/doubles/doubles-1.5.3.ebuild b/dev-python/doubles/doubles-1.5.3.ebuild
index 33d8322bd..ec9295606 100644
--- a/dev-python/doubles/doubles-1.5.3.ebuild
+++ b/dev-python/doubles/doubles-1.5.3.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Test doubles for Python"
HOMEPAGE="https://github.com/uber/doubles"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/uber/doubles/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="MIT"