dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / dev-python / hyperframe / hyperframe-4.0.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 PYTHON_COMPAT=( python2_7 python3_6)
6
7 inherit distutils-r1
8
9 DESCRIPTION="HTTP/2 framing layer for Python"
10 HOMEPAGE="https://python-hyper.org/en/latest/ https://pypi.org/project/hyperframe/"
11 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
12
13 LICENSE="MIT"
14 SLOT="0"
15 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
16 IUSE=""
17
18 DEPEND=""
19 RDEPEND="${DEPEND}"