diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-06-09 09:42:36 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-06-09 11:18:45 -0700 |
commit | caa1c2c4ea2910cead83f22976dd5127fafc067a (patch) | |
tree | f31178c15abf9285c8419968f13a8096ef7a0af9 /dev-python/hyper-h2/hyper-h2-3.0.1.ebuild | |
parent | dev-python/hyperframe: Version bump (diff) | |
download | gentoo-caa1c2c4ea2910cead83f22976dd5127fafc067a.tar.gz gentoo-caa1c2c4ea2910cead83f22976dd5127fafc067a.tar.bz2 gentoo-caa1c2c4ea2910cead83f22976dd5127fafc067a.zip |
dev-python/hyper-h2: Version bumps for 2.x, 3.x series
Clean older 3.0.0 version.
Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
Diffstat (limited to 'dev-python/hyper-h2/hyper-h2-3.0.1.ebuild')
-rw-r--r-- | dev-python/hyper-h2/hyper-h2-3.0.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild b/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild new file mode 100644 index 000000000000..ef898679cde8 --- /dev/null +++ b/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) + +inherit distutils-r1 + +DESCRIPTION="HTTP/2 State-Machine based protocol implementation" +HOMEPAGE="https://python-hyper.org/h2/en/stable/ https://pypi.python.org/pypi/h2" +SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-python/hyperframe-5.0.0[${PYTHON_USEDEP}] + <dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}] + >=dev-python/hpack-2.3.0[${PYTHON_USEDEP}] + <dev-python/hpack-4.0.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/enum34-1.1.6[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep '<dev-python/enum34-2.0.0[${PYTHON_USEDEP}]' python2_7) +" +DEPEND="${RDEPEND} +" |