From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-955452-garchives=archives.gentoo.org@lists.gentoo.org> 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 8E6A8139694 for <garchives@archives.gentoo.org>; Wed, 14 Jun 2017 16:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C189F21C099; Wed, 14 Jun 2017 16:44:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9968821C099 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 16:44:50 +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 80A9C34191C for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 16:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F3724AF for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 16:44:47 +0000 (UTC) From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org> Message-ID: <1497458615.e4e90d46f1232b481b7e4de8f3254e99ed9cf28a.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyper-h2/hyper-h2-2.6.2.ebuild X-VCS-Directories: dev-python/hyper-h2/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e4e90d46f1232b481b7e4de8f3254e99ed9cf28a X-VCS-Branch: master Date: Wed, 14 Jun 2017 16:44:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1bd4988e-21e9-4e5b-ae0b-284ac46fc939 X-Archives-Hash: 359fe7bac69206ea7ef5cd87a588a6ee commit: e4e90d46f1232b481b7e4de8f3254e99ed9cf28a Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 16:43:02 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 16:43:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e90d46 dev-python/hyper-h2: Revert 2.6.2 to pypi tarballs Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70 dev-python/hyper-h2/hyper-h2-2.6.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/hyper-h2/hyper-h2-2.6.2.ebuild b/dev-python/hyper-h2/hyper-h2-2.6.2.ebuild index 3603117b463..e74d78868d1 100644 --- a/dev-python/hyper-h2/hyper-h2-2.6.2.ebuild +++ b/dev-python/hyper-h2/hyper-h2-2.6.2.ebuild @@ -6,9 +6,11 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 +MY_PN="h2" + DESCRIPTION="HTTP/2 State-Machine based protocol implementation" HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2" -SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"