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: Thu, 16 Mar 2023 18:13:16
Message-Id: 1678990275.7e42315003e59ee962d31517a659150226a5d457.mgorny@gentoo
1 commit: 7e42315003e59ee962d31517a659150226a5d457
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:09:46 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:15 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e423150
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.13.0-r1.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/h11/Manifest b/dev-python/h11/Manifest
17 index 7ab504667b28..884f486ae80b 100644
18 --- a/dev-python/h11/Manifest
19 +++ b/dev-python/h11/Manifest
20 @@ -1,2 +1 @@
21 -DIST h11-0.13.0.tar.gz 100165 BLAKE2B 6cb610afa474f5945151300e6ec6c2860e8b959b9ab0224b58fb047f3fa0b417499adb0119b7b7727b9ebfb4b60360fef78843fde41935616784bbf450605503 SHA512 c3a16dd66287ab6491b664aab9d72e14f1e61950c19182d60e195b81b2857e47157c38137b2ee2a9cd35d9d54997f554f768a3933051030895ddf7bc5b813e02
22 DIST h11-0.14.0.tar.gz 100418 BLAKE2B 09f0dfe4e1d3d117f772ec914cddb4af5c09f07269e0b148f78d95b3b177cb9c69f6406c518ec0ad81ef960c199749317141e50c38cdeee0faf24e1f9333ab27 SHA512 6146f6441ce62ea46d824a86c1687401224ea6084ca2703b9c841dce51cdfb5de49b39a4f4a7e95efae40ed83012ea4a8641700281f728c2f580a90ce42d82a5
23
24 diff --git a/dev-python/h11/h11-0.13.0-r1.ebuild b/dev-python/h11/h11-0.13.0-r1.ebuild
25 deleted file mode 100644
26 index 14b252154561..000000000000
27 --- a/dev-python/h11/h11-0.13.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( pypy3 python3_{9..11} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2"
41 -HOMEPAGE="
42 - https://h11.readthedocs.io/en/latest/
43 - https://github.com/python-hyper/h11/
44 - https://pypi.org/project/h11/
45 -"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
51 -
52 -distutils_enable_tests pytest