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 9EF7E138350 for ; Fri, 17 Jan 2020 07:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C0DE08C2; Fri, 17 Jan 2020 07:47:55 +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 5373BE08C2 for ; Fri, 17 Jan 2020 07:47:55 +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 4AEC534E174 for ; Fri, 17 Jan 2020 07:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E703EE7 for ; Fri, 17 Jan 2020 07:47:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579247264.498f167a0a20b1f9eacfacb3d3f40bae27526d57.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patsy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/patsy/patsy-0.5.1.ebuild X-VCS-Directories: dev-python/patsy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 498f167a0a20b1f9eacfacb3d3f40bae27526d57 X-VCS-Branch: master Date: Fri, 17 Jan 2020 07:47:50 +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: 7cea8ed5-0d6a-4a22-8a34-be9d9958b194 X-Archives-Hash: 818f026526445f0dc12148e8d9cca284 commit: 498f167a0a20b1f9eacfacb3d3f40bae27526d57 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 17 06:16:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 17 07:47:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498f167a dev-python/patsy: Return to reusable SRC_URI Signed-off-by: Michał Górny gentoo.org> dev-python/patsy/patsy-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild index 005ace41e31..af9d564db12 100644 --- a/dev-python/patsy/patsy-0.5.1.ebuild +++ b/dev-python/patsy/patsy-0.5.1.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Python module to describe statistical models and design matrices" HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html" -SRC_URI="https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"