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 234D815808B for ; Sun, 27 Feb 2022 18:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69613E086A; Sun, 27 Feb 2022 18:46:47 +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 4F861E086A for ; Sun, 27 Feb 2022 18:46:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A9133434E8 for ; Sun, 27 Feb 2022 18:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4CCC2FB for ; Sun, 27 Feb 2022 18:46:44 +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: <1645987525.11fe49dd193d6a027c653f6b8aae9ece7130d7d5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h11/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/h11/Manifest dev-python/h11/h11-0.12.0.ebuild X-VCS-Directories: dev-python/h11/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 11fe49dd193d6a027c653f6b8aae9ece7130d7d5 X-VCS-Branch: master Date: Sun, 27 Feb 2022 18:46:44 +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: 3f4544f8-9f0c-4b73-8b87-7b2291d235cf X-Archives-Hash: 1deb636fb38ab10f0b7243fd29492739 commit: 11fe49dd193d6a027c653f6b8aae9ece7130d7d5 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 27 18:45:25 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 18:45:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fe49dd dev-python/h11: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/h11/Manifest | 1 - dev-python/h11/h11-0.12.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/h11/Manifest b/dev-python/h11/Manifest index be9848a0cdfa..eb8286a51cd4 100644 --- a/dev-python/h11/Manifest +++ b/dev-python/h11/Manifest @@ -1,2 +1 @@ -DIST h11-0.12.0.tar.gz 98121 BLAKE2B 8e510461e0256a49166ad3b11394d715634d036642629b216f0c94785245909fc3d9ab89ba3048b857f1ae030cae7ed0b3195745739d80c74028a85848a762db SHA512 ba2a2c185af270185ba5e1fd80ec9308e35afcd60a125a77cbeae2669f462983d063339371312f154a7c80c154ac97796ab36782b36549235435dcfd81b93421 DIST h11-0.13.0.tar.gz 100165 BLAKE2B 6cb610afa474f5945151300e6ec6c2860e8b959b9ab0224b58fb047f3fa0b417499adb0119b7b7727b9ebfb4b60360fef78843fde41935616784bbf450605503 SHA512 c3a16dd66287ab6491b664aab9d72e14f1e61950c19182d60e195b81b2857e47157c38137b2ee2a9cd35d9d54997f554f768a3933051030895ddf7bc5b813e02 diff --git a/dev-python/h11/h11-0.12.0.ebuild b/dev-python/h11/h11-0.12.0.ebuild deleted file mode 100644 index 65c9b8a6de47..000000000000 --- a/dev-python/h11/h11-0.12.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2" -HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86" - -distutils_enable_tests pytest