diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-15 15:05:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-15 15:05:10 +0100 |
commit | b8e71570e557d8d3848b188b2c3e41eaa7a2f5a6 (patch) | |
tree | 3f8aa53562a02204dfd0848fd8a66eecc6e14a2e /dev-python/h2 | |
parent | dev-python/fs: Remove old (diff) | |
download | gentoo-b8e71570e557d8d3848b188b2c3e41eaa7a2f5a6.tar.gz gentoo-b8e71570e557d8d3848b188b2c3e41eaa7a2f5a6.tar.bz2 gentoo-b8e71570e557d8d3848b188b2c3e41eaa7a2f5a6.zip |
dev-python/h2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h2')
-rw-r--r-- | dev-python/h2/h2-4.1.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/h2/h2-4.1.0.ebuild b/dev-python/h2/h2-4.1.0.ebuild deleted file mode 100644 index dd6cae8afef8..000000000000 --- a/dev-python/h2/h2-4.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="HTTP/2 State-Machine based protocol implementation" -HOMEPAGE="https://python-hyper.org/h2/en/stable/ https://pypi.org/project/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 ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/hyperframe-6.0[${PYTHON_USEDEP}] - <dev-python/hyperframe-7[${PYTHON_USEDEP}] - >=dev-python/hpack-4.0[${PYTHON_USEDEP}] - <dev-python/hpack-5[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |