commit:     b8e71570e557d8d3848b188b2c3e41eaa7a2f5a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 14:05:10 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 14:05:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e71570

dev-python/h2: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/h2/h2-4.1.0.ebuild | 29 -----------------------------
 1 file changed, 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

Reply via email to