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: Tue, 31 May 2022 07:28:09
Message-Id: 1653981916.df821c5f3bf94fd2ecaccc5d5644ac901461f2fd.mgorny@gentoo
1 commit: df821c5f3bf94fd2ecaccc5d5644ac901461f2fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:24:28 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:25:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df821c5f
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 | 2 --
13 dev-python/identify/identify-2.4.12.ebuild | 24 ------------------------
14 dev-python/identify/identify-2.5.0.ebuild | 29 -----------------------------
15 3 files changed, 55 deletions(-)
16
17 diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
18 index 5bf01b3f2948..b721cef550e9 100644
19 --- a/dev-python/identify/Manifest
20 +++ b/dev-python/identify/Manifest
21 @@ -1,3 +1 @@
22 -DIST identify-2.4.12.gh.tar.gz 101366 BLAKE2B 55c1b7642d3f273beb415fabc683bfff46c1039fcf146d7c9c09f53b2beffab82e5e687849cbae6b7d2d9d0502a340e635ced730afa6610d20d75f0412943635 SHA512 8b9554a0a726e6fd25ca0fe1031b0a8a114fe98e13e41e73ad6549495a0dc02a2047c151f7717d8df705aba661e11ab1c0e48eff0bcf4d2a0dcff00f5ace1eec
23 -DIST identify-2.5.0.gh.tar.gz 101367 BLAKE2B f927861976aaa2c53e5bd131b84f299c7290111e18a167040298784ebc3b562180b69d4a22661c858e7e56abde69c2e0fd5048c023d0c84af069748a85ccc4fb SHA512 d7b9d7b31262fdb97fdb16caea01ae0e0e0cee2b5a10b0224b53b84842c3c1e0e1914829bc89439718ae25c68cfde23328f79780b847087d445bdbf3a64aef1b
24 DIST identify-2.5.1.gh.tar.gz 101393 BLAKE2B 8586721838c427b00a7c70e842d2ab1a2f0437909d84d5cba6614aff3f8265f17b5137628bdd78e5f324fbf6a0fef8b5ca0246e6861af023c2d9a1a323cc43f6 SHA512 8b61dd03bcdb8908a1a7f3b13d66121bb4f4bb3aab57672bff55a84232dcff310214ed0a90cfcf79846da9abc111bff08761ec9dd40c8b9b183bfbbf365efac4
25
26 diff --git a/dev-python/identify/identify-2.4.12.ebuild b/dev-python/identify/identify-2.4.12.ebuild
27 deleted file mode 100644
28 index 0ca6024f920e..000000000000
29 --- a/dev-python/identify/identify-2.4.12.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="File identification library for Python"
43 -HOMEPAGE="https://github.com/pre-commit/identify"
44 -SRC_URI="
45 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz
47 -"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
52 -
53 -RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest
56
57 diff --git a/dev-python/identify/identify-2.5.0.ebuild b/dev-python/identify/identify-2.5.0.ebuild
58 deleted file mode 100644
59 index d1f325c14ca4..000000000000
60 --- a/dev-python/identify/identify-2.5.0.ebuild
61 +++ /dev/null
62 @@ -1,29 +0,0 @@
63 -# Copyright 1999-2022 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=8
67 -
68 -DISTUTILS_USE_PEP517=setuptools
69 -PYTHON_COMPAT=( python3_{8..10} )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="File identification library for Python"
74 -HOMEPAGE="
75 - https://github.com/pre-commit/identify/
76 - https://pypi.org/project/identify/
77 -"
78 -SRC_URI="
79 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
80 - -> ${P}.gh.tar.gz
81 -"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
86 -
87 -RDEPEND="
88 - dev-python/ukkonen[${PYTHON_USEDEP}]
89 -"
90 -
91 -distutils_enable_tests pytest