dev-python/hyper-h2: Revert 2.6.2 to pypi tarballs

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
This commit is contained in:
Brian Dolbec
2017-06-14 09:43:02 -07:00
parent 58ad6e14c8
commit e4e90d46f1

View File

@@ -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"