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 B2CD2138351 for ; Mon, 4 May 2020 17:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF25DE0878; Mon, 4 May 2020 17:26:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 96261E0878 for ; Mon, 4 May 2020 17:26:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B65D34F59E for ; Mon, 4 May 2020 17:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 198851C8 for ; Mon, 4 May 2020 17:26:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588613167.0d5095106f6fdfe334dd3ef318e5ec43a511c896.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mamba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mamba/Manifest dev-python/mamba/mamba-0.8.6-r1.ebuild X-VCS-Directories: dev-python/mamba/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0d5095106f6fdfe334dd3ef318e5ec43a511c896 X-VCS-Branch: master Date: Mon, 4 May 2020 17:26:27 +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: 964bb496-deb5-4179-9ade-c5ccc4deba27 X-Archives-Hash: 69ba2e0182c196049987cba782be8a32 commit: 0d5095106f6fdfe334dd3ef318e5ec43a511c896 Author: John Helmert III gmail com> AuthorDate: Fri May 1 02:38:52 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 17:26:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d509510 dev-python/mamba: Fix tests (bug 720214) Closes: https://bugs.gentoo.org/720214 Signed-off-by: John Helmert III gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://github.com/gentoo/gentoo/pull/15587 Signed-off-by: Joonas Niilola gentoo.org> dev-python/mamba/Manifest | 2 +- dev-python/mamba/mamba-0.8.6-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mamba/Manifest b/dev-python/mamba/Manifest index 5192a3d0c11..0cf2cb7b0b6 100644 --- a/dev-python/mamba/Manifest +++ b/dev-python/mamba/Manifest @@ -1 +1 @@ -DIST mamba-0.8.6.tar.gz 10430 BLAKE2B f3629525cfe882adb040674852ed9e725332ab19525305efd42a0fa0a0a3ab20df7a257299df525149609858792c267219eb3caf761a6f15b7d3b2557d4e98a2 SHA512 f35396bcb607c2eb10caa99f4c82924b0c75c2eeddb3d18ed5db3d5e38dca41917c23f1fcd7003b596576436cea6a02f40c352e6a11f63e472144e0ae0575198 +DIST mamba-0.8.6.gh.tar.gz 15428 BLAKE2B d1c13d2e7b5bd4b18c497e1b1df21c19dfdc19b235c796e8277e96a95b787df56466661b995bcd424e550a2f139e7ff8b5d75e72cabde3af1593edb36321f9f5 SHA512 1ac59c7df23ec5d2abe5123756c438c282be668f615a8737f35478ab314cde8ffde2b02ef78ead1946b9c467362b825f73e0ba7f441ab44a1fd116db9b7f2750 diff --git a/dev-python/mamba/mamba-0.8.6-r1.ebuild b/dev-python/mamba/mamba-0.8.6-r1.ebuild index f409ed949b9..a014801ac04 100644 --- a/dev-python/mamba/mamba-0.8.6-r1.ebuild +++ b/dev-python/mamba/mamba-0.8.6-r1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="... testing tool ... Born under the banner of Behavior Driven Development" HOMEPAGE="http://nestorsalceda.github.io/mamba" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/nestorsalceda/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0"