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/identify/
Date: Sun, 27 Feb 2022 18:36:00
Message-Id: 1645986736.b7a16d5ddd18f56f27631b542604a5484e09bd37.mgorny@gentoo
1 commit: b7a16d5ddd18f56f27631b542604a5484e09bd37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:32:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:32:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a16d5d
7
8 dev-python/identify: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/identify/Manifest | 5 -----
13 dev-python/identify/identify-2.4.10.ebuild | 24 ------------------------
14 dev-python/identify/identify-2.4.4.ebuild | 19 -------------------
15 dev-python/identify/identify-2.4.5.ebuild | 23 -----------------------
16 dev-python/identify/identify-2.4.8.ebuild | 24 ------------------------
17 dev-python/identify/identify-2.4.9.ebuild | 24 ------------------------
18 6 files changed, 119 deletions(-)
19
20 diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
21 index 5aef5ac1664e..cee0b6b7f4f2 100644
22 --- a/dev-python/identify/Manifest
23 +++ b/dev-python/identify/Manifest
24 @@ -1,6 +1 @@
25 -DIST identify-2.4.10.gh.tar.gz 101382 BLAKE2B be41cbdbe8c2be99d3c703df3d5b23968047c146318c74b212ed1636091072b98cb25c57feb78a9a4fbd70a0cc2569e2f754108a9bbe2d983cc682cb0744fb4f SHA512 5e065210e043e28cc46218a9ed997d8b734813b20bc7cd46da4cea0286749bd3a5558b60942edbe95484df3d4ee01100f186dd92fa8c2b3d96479b47faf9bc85
26 DIST identify-2.4.11.gh.tar.gz 101383 BLAKE2B ed1c205ff54d437133eb3193cd200848687a928cb0f958124df039d44d59ce02477b9615142848340851c2664288bafb42aabfd96aab5de4bc80cf47ad1a0885 SHA512 3525325088d9e8e7e955fc7d044d65a23032dc38d287222173d99d66cad3d3c200e6948ee8250732bccf1bc6d5d2d8f92b6ebdac0a4a090ef154d535c7ff8f2d
27 -DIST identify-2.4.4.tar.gz 101270 BLAKE2B d5e31a8b74a724cfd0c169def52b434bd2b722aa7dfb9d92636a8eb28b1b1a7ccd9c9544d97d5fd359fb995b44b6d8a6428f484ee033f70292717053b1f5825f SHA512 34a93640ca96483599e0cfdb1d69f37f8f4cb659b68ee84824079ee177e93aeb259ebc654f5fb39d5a0b68d267ba3c963870c9c55b6676e12c21b7f7573438a4
28 -DIST identify-2.4.5.gh.tar.gz 101319 BLAKE2B 78e17e88ad5c463a8bca5cdc2e66433f38e41ad67fbabe60706d7154841ba6fefa52658550107760d521257366806999ffc24b9eb0ebbd37d3a94581df573b12 SHA512 f2c6ac86ad88431e835c723a83c7b8d0578166ab620e2681f5c16e9634592f58761551a1360491edc4863538c967b793fe8e0730cbf4c92bf1690e50c5669ac9
29 -DIST identify-2.4.8.gh.tar.gz 101369 BLAKE2B 2f7d74799f624147427db96b6271e41a69f776ca4263571d4bfd7d43698694ed05dd0ff2c5176073da3af2a0582a540a473679508e239efa134411e0b3abc6e0 SHA512 5e6be3bd3debb295621bfa666f00f293cfda7dbe744b77e6c792cf1e44f0ba9134ecbef9faac4d3b8c93655e7f2f5bd3556281e077798a830d90368917483a50
30 -DIST identify-2.4.9.gh.tar.gz 101377 BLAKE2B 12f4182858b412cc8989488029014cdca8ddb88fd99254e0be9b3dbe37605a374091d97564cdeee77bfe91176f1089e68a181d6b25feaa311cc3c9fc9d26444f SHA512 d52ae88882ffda3ae4043ddf018f21fdd74b6fbe35bc1cf4bda83f3f36de73e2314c1f8a87f61ab9449558824919fc6ea81c5ee40ef8181acdb14a27f686fb96
31
32 diff --git a/dev-python/identify/identify-2.4.10.ebuild b/dev-python/identify/identify-2.4.10.ebuild
33 deleted file mode 100644
34 index ca074bc25eff..000000000000
35 --- a/dev-python/identify/identify-2.4.10.ebuild
36 +++ /dev/null
37 @@ -1,24 +0,0 @@
38 -# Copyright 1999-2022 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -DISTUTILS_USE_PEP517=setuptools
44 -PYTHON_COMPAT=( python3_{8..10} )
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="File identification library for Python"
49 -HOMEPAGE="https://github.com/pre-commit/identify"
50 -SRC_URI="
51 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
52 - -> ${P}.gh.tar.gz
53 -"
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
58 -
59 -RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
60 -
61 -distutils_enable_tests pytest
62
63 diff --git a/dev-python/identify/identify-2.4.4.ebuild b/dev-python/identify/identify-2.4.4.ebuild
64 deleted file mode 100644
65 index cc1f15943659..000000000000
66 --- a/dev-python/identify/identify-2.4.4.ebuild
67 +++ /dev/null
68 @@ -1,19 +0,0 @@
69 -# Copyright 1999-2022 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -PYTHON_COMPAT=( python3_{8..10} )
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="File identification library for Python"
78 -HOMEPAGE="https://github.com/pre-commit/identify"
79 -SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
84 -
85 -RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
86 -
87 -distutils_enable_tests pytest
88
89 diff --git a/dev-python/identify/identify-2.4.5.ebuild b/dev-python/identify/identify-2.4.5.ebuild
90 deleted file mode 100644
91 index 1a5453ad9bac..000000000000
92 --- a/dev-python/identify/identify-2.4.5.ebuild
93 +++ /dev/null
94 @@ -1,23 +0,0 @@
95 -# Copyright 1999-2022 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=8
99 -
100 -PYTHON_COMPAT=( python3_{8..10} )
101 -DISTUTILS_USE_PEP517=setuptools
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="File identification library for Python"
105 -HOMEPAGE="https://github.com/pre-commit/identify"
106 -SRC_URI="
107 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
108 - -> ${P}.gh.tar.gz
109 -"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
114 -
115 -RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
116 -
117 -distutils_enable_tests pytest
118
119 diff --git a/dev-python/identify/identify-2.4.8.ebuild b/dev-python/identify/identify-2.4.8.ebuild
120 deleted file mode 100644
121 index ca074bc25eff..000000000000
122 --- a/dev-python/identify/identify-2.4.8.ebuild
123 +++ /dev/null
124 @@ -1,24 +0,0 @@
125 -# Copyright 1999-2022 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=8
129 -
130 -DISTUTILS_USE_PEP517=setuptools
131 -PYTHON_COMPAT=( python3_{8..10} )
132 -
133 -inherit distutils-r1
134 -
135 -DESCRIPTION="File identification library for Python"
136 -HOMEPAGE="https://github.com/pre-commit/identify"
137 -SRC_URI="
138 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
139 - -> ${P}.gh.tar.gz
140 -"
141 -
142 -LICENSE="MIT"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
145 -
146 -RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
147 -
148 -distutils_enable_tests pytest
149
150 diff --git a/dev-python/identify/identify-2.4.9.ebuild b/dev-python/identify/identify-2.4.9.ebuild
151 deleted file mode 100644
152 index ca074bc25eff..000000000000
153 --- a/dev-python/identify/identify-2.4.9.ebuild
154 +++ /dev/null
155 @@ -1,24 +0,0 @@
156 -# Copyright 1999-2022 Gentoo Authors
157 -# Distributed under the terms of the GNU General Public License v2
158 -
159 -EAPI=8
160 -
161 -DISTUTILS_USE_PEP517=setuptools
162 -PYTHON_COMPAT=( python3_{8..10} )
163 -
164 -inherit distutils-r1
165 -
166 -DESCRIPTION="File identification library for Python"
167 -HOMEPAGE="https://github.com/pre-commit/identify"
168 -SRC_URI="
169 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
170 - -> ${P}.gh.tar.gz
171 -"
172 -
173 -LICENSE="MIT"
174 -SLOT="0"
175 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
176 -
177 -RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
178 -
179 -distutils_enable_tests pytest