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: Fri, 17 Mar 2023 17:18:22
Message-Id: 1679073486.0b007e0ae59a26fffd70fec5294e15b36a3ebbc8.mgorny@gentoo
1 commit: 0b007e0ae59a26fffd70fec5294e15b36a3ebbc8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:16:26 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:18:06 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b007e0a
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 | 3 ---
13 dev-python/identify/identify-2.5.17.ebuild | 29 -----------------------------
14 dev-python/identify/identify-2.5.18.ebuild | 29 -----------------------------
15 dev-python/identify/identify-2.5.19.ebuild | 29 -----------------------------
16 4 files changed, 90 deletions(-)
17
18 diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
19 index 3e15af0b0e58..bf57edadacbf 100644
20 --- a/dev-python/identify/Manifest
21 +++ b/dev-python/identify/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST identify-2.5.17.gh.tar.gz 101448 BLAKE2B d9319bbbe67f8c2c7a0ed8b7db8efc64f7c90d5cb3706366a00e24a78afd76c0c5707514d660febf02397f95d02785ea52f65e09c239d83d82ef84488d9dbbd2 SHA512 c9baf22f6893802c83e302fabe3cd4ca46a3b64ae6ef4fd5c939b131545c260e24861e59a617b3e4c4812e1a250692a26e4f8febaa389eaf6958d5c2aa79aeb2
24 -DIST identify-2.5.18.gh.tar.gz 101457 BLAKE2B 4575b4084dc28678275704f44a02d171d79a02f015e6d2267545b18c4288b55609cc64af2f9eca866bc2d164ed534cac59d69915e23fd3100cb680fcb08ceae0 SHA512 c7c6998340b77ddb13c88df8dbcc9b72efb68bf3cbf8a7ab2b81a4bda1180d04d4bdd9db360b7203235e2ebd252852de2c806b73e6a7236786bffbd3f4d4a672
25 -DIST identify-2.5.19.gh.tar.gz 101475 BLAKE2B 12302ccfaeebd38cca84a530775e5acb2a6b9ef8a741a8d924c09a15f0d410058354e3725df31683a8d20f01767fe78745f60efba6f553b728bce089b463a9d5 SHA512 d188080a83cb26c45108d676dd47498c2a10caa4af02cae3c11950ebd3c1c9478c5e730b68d6a02297c6e563dbb9df41dd324627c6e5f28f60b337e439f7e3c7
26 DIST identify-2.5.20.gh.tar.gz 101473 BLAKE2B eaf6994d7b2f8e0449b84fcb6eca14210b3a123ad48709cf9e7bc9557b116dc9fbb5103566b60bfda1a19f6428b8432b2ad6099c471b1f86b898d46dc2c0b4f1 SHA512 00905b2937766c3885b9a604cc55e6201ffcea486cfd553217659652d97632ed11cd12512ecbe2ddd3394e836fbab5ec439a55257dcccd6ed3a2f148df5ca92b
27 DIST identify-2.5.21.gh.tar.gz 101486 BLAKE2B 9c70c401d37afa8689d39bc4df38ca2006ecb2f78d427c0e213319074c5d0ec8a3865fafcde70ab903e641ada100ef4207196fea78bda9e60f3aa8c9e345c30d SHA512 6760eb53e99e52f51d24499b240450e0f1d8e4faf0190a6c7768246bc2ec527bfd0b081113058be4ad7646212f8b4043479e83edf6021d36d483f3af672a4010
28
29 diff --git a/dev-python/identify/identify-2.5.17.ebuild b/dev-python/identify/identify-2.5.17.ebuild
30 deleted file mode 100644
31 index 5f8200bbe066..000000000000
32 --- a/dev-python/identify/identify-2.5.17.ebuild
33 +++ /dev/null
34 @@ -1,29 +0,0 @@
35 -# Copyright 1999-2023 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{9..11} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="File identification library for Python"
46 -HOMEPAGE="
47 - https://github.com/pre-commit/identify/
48 - https://pypi.org/project/identify/
49 -"
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="
60 - dev-python/ukkonen[${PYTHON_USEDEP}]
61 -"
62 -
63 -distutils_enable_tests pytest
64
65 diff --git a/dev-python/identify/identify-2.5.18.ebuild b/dev-python/identify/identify-2.5.18.ebuild
66 deleted file mode 100644
67 index a0d521fdd551..000000000000
68 --- a/dev-python/identify/identify-2.5.18.ebuild
69 +++ /dev/null
70 @@ -1,29 +0,0 @@
71 -# Copyright 1999-2023 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=setuptools
77 -PYTHON_COMPAT=( python3_{9..11} )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="File identification library for Python"
82 -HOMEPAGE="
83 - https://github.com/pre-commit/identify/
84 - https://pypi.org/project/identify/
85 -"
86 -SRC_URI="
87 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
88 - -> ${P}.gh.tar.gz
89 -"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
94 -
95 -RDEPEND="
96 - dev-python/ukkonen[${PYTHON_USEDEP}]
97 -"
98 -
99 -distutils_enable_tests pytest
100
101 diff --git a/dev-python/identify/identify-2.5.19.ebuild b/dev-python/identify/identify-2.5.19.ebuild
102 deleted file mode 100644
103 index a0d521fdd551..000000000000
104 --- a/dev-python/identify/identify-2.5.19.ebuild
105 +++ /dev/null
106 @@ -1,29 +0,0 @@
107 -# Copyright 1999-2023 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=8
111 -
112 -DISTUTILS_USE_PEP517=setuptools
113 -PYTHON_COMPAT=( python3_{9..11} )
114 -
115 -inherit distutils-r1
116 -
117 -DESCRIPTION="File identification library for Python"
118 -HOMEPAGE="
119 - https://github.com/pre-commit/identify/
120 - https://pypi.org/project/identify/
121 -"
122 -SRC_URI="
123 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
124 - -> ${P}.gh.tar.gz
125 -"
126 -
127 -LICENSE="MIT"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
130 -
131 -RDEPEND="
132 - dev-python/ukkonen[${PYTHON_USEDEP}]
133 -"
134 -
135 -distutils_enable_tests pytest