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/charset_normalizer/
Date: Tue, 29 Nov 2022 07:25:15
Message-Id: 1669706695.d383edf4b88c3c45538287bbb8b404e1f2b33f81.mgorny@gentoo
1 commit: d383edf4b88c3c45538287bbb8b404e1f2b33f81
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 07:24:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 07:24:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d383edf4
7
8 dev-python/charset_normalizer: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/charset_normalizer/Manifest | 3 --
13 .../charset_normalizer-2.1.0.ebuild | 36 ----------------------
14 .../charset_normalizer-2.1.1-r1.ebuild | 36 ----------------------
15 .../charset_normalizer-3.0.0.ebuild | 31 -------------------
16 4 files changed, 106 deletions(-)
17
18 diff --git a/dev-python/charset_normalizer/Manifest b/dev-python/charset_normalizer/Manifest
19 index b92436040f7b..f9fb6b20746a 100644
20 --- a/dev-python/charset_normalizer/Manifest
21 +++ b/dev-python/charset_normalizer/Manifest
22 @@ -1,4 +1 @@
23 -DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d SHA512 a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c
24 -DIST charset_normalizer-2.1.1.gh.tar.gz 86023 BLAKE2B aefd9b5f78a5c75701b4239d443f0ca2f6ec755703c7b51ddecff5bf014c7e9203650a5f09ac791b76793c6ef999c31236dceb6721e81959c5df40d70c7cb20f SHA512 77df5bdf9ca2f6b2594cc6a5ff54d1d50fd17c2175f96d6853ef6b3a48cdfc0d2852e1dcffc4814fa9bba30ebc3e26ce992c7139b6b21dfaf46fd9c9e8b0c95e
25 -DIST charset_normalizer-3.0.0.gh.tar.gz 88411 BLAKE2B f57f24e79da20a60570d5350bb848d77b2cf5980da00813f706b09ff691235473d955740d0575355da2d9c6e58ea69a441000c1429033cdb8478506f0580c26b SHA512 240589047b177b38b1f59723699cb8336ca43cabff8269e877f9c62430a3c3a8875cdfcf66a10801a33136279c5e0c150b873ff2b5f596b5dbb2049122e18fc2
26 DIST charset_normalizer-3.0.1.gh.tar.gz 89120 BLAKE2B ce46758a0e188c2c3370e8cadcf35430e62fc7abb158d4c6c86b4a93a75b30fbff10b584ebaaf9489c47bdcfe9ad3b04d0fe3e474b03b89700364b676caf4e0f SHA512 9c78713b17e9e8d10b2ac8de26b8481dd039aab98eb990d0788f82c354afc8290040da1aa07faed6f90590fed098e793fdf2aa257825222e44571c1810f263ec
27
28 diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild b/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
29 deleted file mode 100644
30 index 07597e4710c7..000000000000
31 --- a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
32 +++ /dev/null
33 @@ -1,36 +0,0 @@
34 -# Copyright 2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
38 -EAPI=7
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="The Real First Universal Charset Detector"
46 -HOMEPAGE="
47 - https://pypi.org/project/charset-normalizer/
48 - https://github.com/Ousret/charset_normalizer/
49 -"
50 -SRC_URI="
51 - https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
52 - -> ${P}.gh.tar.gz
53 -"
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
58 -
59 -distutils_enable_tests pytest
60 -
61 -src_prepare() {
62 - sed -i -e '/addopts/d' setup.cfg || die
63 - distutils-r1_src_prepare
64 -}
65 -
66 -python_test() {
67 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
68 - epytest
69 -}
70
71 diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild b/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild
72 deleted file mode 100644
73 index 07597e4710c7..000000000000
74 --- a/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild
75 +++ /dev/null
76 @@ -1,36 +0,0 @@
77 -# Copyright 2022 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
81 -EAPI=7
82 -
83 -DISTUTILS_USE_PEP517=setuptools
84 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="The Real First Universal Charset Detector"
89 -HOMEPAGE="
90 - https://pypi.org/project/charset-normalizer/
91 - https://github.com/Ousret/charset_normalizer/
92 -"
93 -SRC_URI="
94 - https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
95 - -> ${P}.gh.tar.gz
96 -"
97 -
98 -LICENSE="MIT"
99 -SLOT="0"
100 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
101 -
102 -distutils_enable_tests pytest
103 -
104 -src_prepare() {
105 - sed -i -e '/addopts/d' setup.cfg || die
106 - distutils-r1_src_prepare
107 -}
108 -
109 -python_test() {
110 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
111 - epytest
112 -}
113
114 diff --git a/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild b/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild
115 deleted file mode 100644
116 index d23e9f44b22f..000000000000
117 --- a/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild
118 +++ /dev/null
119 @@ -1,31 +0,0 @@
120 -# Copyright 2022 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
124 -EAPI=7
125 -
126 -DISTUTILS_USE_PEP517=setuptools
127 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
128 -
129 -inherit distutils-r1
130 -
131 -DESCRIPTION="The Real First Universal Charset Detector"
132 -HOMEPAGE="
133 - https://pypi.org/project/charset-normalizer/
134 - https://github.com/Ousret/charset_normalizer/
135 -"
136 -SRC_URI="
137 - https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
138 - -> ${P}.gh.tar.gz
139 -"
140 -
141 -LICENSE="MIT"
142 -SLOT="0"
143 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
144 -
145 -distutils_enable_tests pytest
146 -
147 -python_test() {
148 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
149 - epytest -o addopts=
150 -}