From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAC2615A7D9 for ; Thu, 16 Mar 2023 18:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBA04E0858; Thu, 16 Mar 2023 18:13:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84E16E0858 for ; Thu, 16 Mar 2023 18:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 991C333D3C2 for ; Thu, 16 Mar 2023 18:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8A78E6 for ; Thu, 16 Mar 2023 18:13:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1678990276.67b48238f67f37ae1e2ad6430cfedbd29669fc07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/h2/Manifest dev-python/h2/h2-3.2.0-r1.ebuild dev-python/h2/h2-3.2.0.ebuild X-VCS-Directories: dev-python/h2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 67b48238f67f37ae1e2ad6430cfedbd29669fc07 X-VCS-Branch: master Date: Thu, 16 Mar 2023 18:13:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24039106-c4de-4276-b664-0fdcffb7a2c3 X-Archives-Hash: d21988c459248d3eee1eaf7e8413f5a7 commit: 67b48238f67f37ae1e2ad6430cfedbd29669fc07 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 18:09:47 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 18:11:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b48238 dev-python/h2: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/h2/Manifest | 1 - dev-python/h2/h2-3.2.0-r1.ebuild | 58 ---------------------------------------- dev-python/h2/h2-3.2.0.ebuild | 52 ----------------------------------- 3 files changed, 111 deletions(-) diff --git a/dev-python/h2/Manifest b/dev-python/h2/Manifest index d54c669d7be3..59642403e537 100644 --- a/dev-python/h2/Manifest +++ b/dev-python/h2/Manifest @@ -1,2 +1 @@ DIST h2-4.1.0.tar.gz 2143812 BLAKE2B b9d9a771340b4bde1675b9fd65c242732a1a262456f84a409662cf2b57326e24e0583160ba0531c0b105b79342578714127dddb560d2a27de58af34d1052c698 SHA512 4e9cf88b3ae702a8a42bded775ad337809787fe8172d501c230d55abbf1edd764acf3b227f2e58756d882499661ffcf6bbdd4812a4d938c04fac3f1aa2390b28 -DIST hyper-h2-3.2.0.tar.gz 2203333 BLAKE2B 245bab162852070e850613c41162c75efe5e43535945dacf448afdc948cade83402f77259aa46f375d0772a5287e42d8842b1259cb36392cc8fc222dec7cef75 SHA512 103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c diff --git a/dev-python/h2/h2-3.2.0-r1.ebuild b/dev-python/h2/h2-3.2.0-r1.ebuild deleted file mode 100644 index 635a9a4ab055..000000000000 --- a/dev-python/h2/h2-3.2.0-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -MY_P=hyper-h2-${PV} -DESCRIPTION="HTTP/2 State-Machine based protocol implementation" -HOMEPAGE=" - https://python-hyper.org/projects/h2/en/stable/ - https://github.com/python-hyper/h2/ - https://pypi.org/project/h2/ -" -SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND=" - >=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}] - =dev-python/hpack-3.0.0[${PYTHON_USEDEP}] -