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: Wed, 07 Sep 2022 05:08:23
Message-Id: 1662527042.b3d2f55654db120aa4d95aed7eae3470d501ae5e.mgorny@gentoo
1 commit: b3d2f55654db120aa4d95aed7eae3470d501ae5e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 05:04:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 05:04:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d2f556
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 | 1 -
13 dev-python/identify/identify-2.5.2.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
17 index 32c0dcf601db..8077a26e10b4 100644
18 --- a/dev-python/identify/Manifest
19 +++ b/dev-python/identify/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST identify-2.5.2.gh.tar.gz 101399 BLAKE2B f0ef048c6543b32016ad47a84e4b4b049a88424e496b159ce6ec1a1358172a87849e132b045a7345e818b02aee359e6d9458c458430a4d5d2b9f918cba685ed7 SHA512 72aaf406e5aa7acc83189820c389e82e90cf775541013e4ad91e5d25abdecd8526d1c47d203baa8ab8e5e028836da755a7045e74fded7e8e3167397557d4b1f0
22 DIST identify-2.5.3.gh.tar.gz 101397 BLAKE2B 8782a4dfcea2d84facec9fefac8c7241c978ca1f494aa3e0602171dc017b41d24545ec7a3537b07a5e9962edcc4813fa4f45f76d807ba8ba69243041bc777d1b SHA512 d6cc5737b119498af5fb3cc9478881960b4d9532eec552622e942292ec3f1c75182f50ccc94fe7e1bb8993525c5e50fcdfd58881a9226da52fbe5feb3b83a8c3
23 DIST identify-2.5.5.gh.tar.gz 101461 BLAKE2B b3a4dc2273435cf9244af64b08b9a9a922025f7d32f479fb2641fcdd9f8a05d2778db126104b1e3b765b82af7ecc1660163de1f71098900296135cd1ccd129c5 SHA512 e02688805310a4f92d0435af562383a10297afa7fc468e44f73be40118c73e2ceac1b4ba7525c375fd0b671ea2700ba66307115c78558a370c525de8cba33c83
24
25 diff --git a/dev-python/identify/identify-2.5.2.ebuild b/dev-python/identify/identify-2.5.2.ebuild
26 deleted file mode 100644
27 index e32e6d8d482f..000000000000
28 --- a/dev-python/identify/identify-2.5.2.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{8..11} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="File identification library for Python"
42 -HOMEPAGE="
43 - https://github.com/pre-commit/identify/
44 - https://pypi.org/project/identify/
45 -"
46 -SRC_URI="
47 - https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
48 - -> ${P}.gh.tar.gz
49 -"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
54 -
55 -RDEPEND="
56 - dev-python/ukkonen[${PYTHON_USEDEP}]
57 -"
58 -
59 -distutils_enable_tests pytest