Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h11/
Date: Sun, 27 Feb 2022 18:46:48
Message-Id: 1645987525.11fe49dd193d6a027c653f6b8aae9ece7130d7d5.mgorny@gentoo
1 commit: 11fe49dd193d6a027c653f6b8aae9ece7130d7d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:45:25 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:45:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fe49dd
7
8 dev-python/h11: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/h11/Manifest | 1 -
13 dev-python/h11/h11-0.12.0.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/dev-python/h11/Manifest b/dev-python/h11/Manifest
17 index be9848a0cdfa..eb8286a51cd4 100644
18 --- a/dev-python/h11/Manifest
19 +++ b/dev-python/h11/Manifest
20 @@ -1,2 +1 @@
21 -DIST h11-0.12.0.tar.gz 98121 BLAKE2B 8e510461e0256a49166ad3b11394d715634d036642629b216f0c94785245909fc3d9ab89ba3048b857f1ae030cae7ed0b3195745739d80c74028a85848a762db SHA512 ba2a2c185af270185ba5e1fd80ec9308e35afcd60a125a77cbeae2669f462983d063339371312f154a7c80c154ac97796ab36782b36549235435dcfd81b93421
22 DIST h11-0.13.0.tar.gz 100165 BLAKE2B 6cb610afa474f5945151300e6ec6c2860e8b959b9ab0224b58fb047f3fa0b417499adb0119b7b7727b9ebfb4b60360fef78843fde41935616784bbf450605503 SHA512 c3a16dd66287ab6491b664aab9d72e14f1e61950c19182d60e195b81b2857e47157c38137b2ee2a9cd35d9d54997f554f768a3933051030895ddf7bc5b813e02
23
24 diff --git a/dev-python/h11/h11-0.12.0.ebuild b/dev-python/h11/h11-0.12.0.ebuild
25 deleted file mode 100644
26 index 65c9b8a6de47..000000000000
27 --- a/dev-python/h11/h11-0.12.0.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2"
40 -HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
46 -
47 -distutils_enable_tests pytest