summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-01-19 12:27:26 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-01-19 12:27:41 -0600
commit94937d3dd9ef824972588102d8548f1c27c0f7e3 (patch)
tree83e05589a30b12942b9b4d9f7be718f3eb3c373c /dev-python/warlock
parentsys-apps/groff: add uchardet flag to prevent automagic dep (diff)
downloadgentoo-94937d3dd9ef824972588102d8548f1c27c0f7e3.tar.gz
gentoo-94937d3dd9ef824972588102d8548f1c27c0f7e3.tar.bz2
gentoo-94937d3dd9ef824972588102d8548f1c27c0f7e3.zip
dev-python/warlock: changed out tarball for one with tests
Closes: https://bugs.gentoo.org/766168 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/warlock')
-rw-r--r--dev-python/warlock/Manifest2
-rw-r--r--dev-python/warlock/warlock-1.3.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/warlock/Manifest b/dev-python/warlock/Manifest
index 41f43326f7e0..3bdb3e841574 100644
--- a/dev-python/warlock/Manifest
+++ b/dev-python/warlock/Manifest
@@ -1 +1 @@
-DIST warlock-1.3.3.tar.gz 11602 BLAKE2B 8d3bd3cd19f27e9c4ceac97f242742c58c6687659d8ab0ea42da74ce948e43415e513e7d7269767b76b21c995229702da66c64688119bbfcc0d30e872af1b65e SHA512 b6f96aa8e084872397744641e3fdc0e7c8d0a9285b048e894b66ccb42af65301c550813221895f0f99ac49cc26d293798b731cdf30524c13a79389ce07dd7e44
+DIST warlock-1.3.3.gh.tar.gz 11147 BLAKE2B 1281348076500315c5aa105691b8e5a50ccf2ba79335fb8581a0b89bfc96bb3076a797c4ebe011f6c347667a0971bbbdd2b1bf413d0692ae5977216c524cbee0 SHA512 8a9135a17ccc0d0939ad98eee16100ec68b911d672b3af549f7629edcd6e08129f9e4ab707082593274fc896bc405ab6d6ba9e4bf6fc40b8522ec99327c983ec
diff --git a/dev-python/warlock/warlock-1.3.3.ebuild b/dev-python/warlock/warlock-1.3.3.ebuild
index 9ae5c0e0da6e..9957d01b6f12 100644
--- a/dev-python/warlock/warlock-1.3.3.ebuild
+++ b/dev-python/warlock/warlock-1.3.3.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="Python object model built on JSON schema and JSON patch"
HOMEPAGE="https://github.com/bcwaldon/warlock"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/bcwaldon/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"