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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76989138350 for ; Mon, 10 Feb 2020 10:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BB30E0917; Mon, 10 Feb 2020 10:54:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7472FE0917 for ; Mon, 10 Feb 2020 10:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6539F34E956 for ; Mon, 10 Feb 2020 10:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CC3134 for ; Mon, 10 Feb 2020 10:54: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: <1581332046.92271b794dffb6d142427d30a03daf09dc9cbf34.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyper-h2/Manifest dev-python/hyper-h2/hyper-h2-3.0.1.ebuild X-VCS-Directories: dev-python/hyper-h2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 92271b794dffb6d142427d30a03daf09dc9cbf34 X-VCS-Branch: master Date: Mon, 10 Feb 2020 10:54: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: c68fa1fc-5e3a-4fed-8c08-2def52bcd738 X-Archives-Hash: fd77e2a167e65055656191d7e8e5ded6 commit: 92271b794dffb6d142427d30a03daf09dc9cbf34 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 09:12:48 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 10:54:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92271b79 dev-python/hyper-h2: Remove redundant version Signed-off-by: Michał Górny gentoo.org> dev-python/hyper-h2/Manifest | 1 - dev-python/hyper-h2/hyper-h2-3.0.1.ebuild | 36 ------------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/hyper-h2/Manifest b/dev-python/hyper-h2/Manifest index 751cd714739..50028aa8048 100644 --- a/dev-python/hyper-h2/Manifest +++ b/dev-python/hyper-h2/Manifest @@ -1,4 +1,3 @@ DIST hyper-h2-2.5.1.tar.gz 92713 BLAKE2B d00baea98dfab43c2d6157f4dec3b04b2a42d0ad280980cb8b7d03d1c6f75de59e188745e7cc29fb36fd8c0799f9d5cb50a94282c70f045289daccfdcc12dabd SHA512 e82a7e6b592b43d74defbd4c729ad287ed019881f6ddf0d2dff9d3eb4fdba29cab8d988848ec64b693da77df5cbcacb06eecf1ecd77843c66c9eea8808fc949c -DIST hyper-h2-3.0.1.tar.gz 2198911 BLAKE2B 453ce1bf8e6216e2852f49c5a22ec5cfa487a744a818e82929dd0c4f03280953c1f742890d74f771080987e2f70d9430e4d66481501357f0d4c5ec490fc5fbf7 SHA512 5d98b4fb654c20f6b9e6918bb71b88a42a3027bae795f31c32c2b5cc4428774457c44a194f9c819f99b9cfd01753a6e6d8edb6c162020ff463602452d8e9057c DIST hyper-h2-3.1.1.tar.gz 2202601 BLAKE2B 62a7a9ff4e1295d279fbe7c02da6d60d97984caf8f4eee6fa69de3974913caf57d7933a991825296e96b54b4646139793529e839e492d440874aa134cdb7e96e SHA512 153c450ef918cc7cdb5d8efe61692a646925e76e6255ef46f679091590681be7d1f9319b37f6521c56207cf35e7d9e56951e4e3b55a24fe89d9e6aa28591957b DIST hyper-h2-3.2.0.tar.gz 2203333 BLAKE2B 245bab162852070e850613c41162c75efe5e43535945dacf448afdc948cade83402f77259aa46f375d0772a5287e42d8842b1259cb36392cc8fc222dec7cef75 SHA512 103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c diff --git a/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild b/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild deleted file mode 100644 index 455744ef8e0..00000000000 --- a/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7}) - -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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/hyperframe-5.0.0[${PYTHON_USEDEP}] - =dev-python/hpack-2.3.0[${PYTHON_USEDEP}] - =dev-python/enum34-1.1.6[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep '