From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC6711382C5 for ; Tue, 19 Jan 2021 18:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6F21E0870; Tue, 19 Jan 2021 18:27:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA727E0870 for ; Tue, 19 Jan 2021 18:27:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79B72340DF7 for ; Tue, 19 Jan 2021 18:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD89D46B for ; Tue, 19 Jan 2021 18:27:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1611080861.94937d3dd9ef824972588102d8548f1c27c0f7e3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/warlock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/warlock/Manifest dev-python/warlock/warlock-1.3.3.ebuild X-VCS-Directories: dev-python/warlock/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 94937d3dd9ef824972588102d8548f1c27c0f7e3 X-VCS-Branch: master Date: Tue, 19 Jan 2021 18:27:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95bda1ea-f998-4976-b330-ac294fc23608 X-Archives-Hash: 2f509daed6a9f538d893b3d58e1701bc commit: 94937d3dd9ef824972588102d8548f1c27c0f7e3 Author: Matthew Thode gentoo org> AuthorDate: Tue Jan 19 18:27:26 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Jan 19 18:27:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94937d3d 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 gentoo.org> dev-python/warlock/Manifest | 2 +- dev-python/warlock/warlock-1.3.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/warlock/Manifest b/dev-python/warlock/Manifest index 41f43326f7e..3bdb3e84157 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 9ae5c0e0da6..9957d01b6f1 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"