Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/identify/
Date: Sat, 01 Jan 2022 00:05:12
Message-Id: 1640995496.c1ca0bf0df608639c63921f621df42e2ffabf6bf.marecki@gentoo
1 commit: c1ca0bf0df608639c63921f621df42e2ffabf6bf
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 00:04:44 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 00:04:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ca0bf0
7
8 dev-python/identify: add 2.4.1
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/identify/Manifest | 1 +
13 dev-python/identify/identify-2.4.1.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
17 index b70620a2532e..0c091a8f5ecd 100644
18 --- a/dev-python/identify/Manifest
19 +++ b/dev-python/identify/Manifest
20 @@ -1 +1,2 @@
21 DIST identify-2.4.0.tar.gz 101312 BLAKE2B 1ba4fcf235518427fba8a59eb30ceb0c20ed23f5a3c4f56d6039ab530aaaba6b83ee395626a7d086f193f57f00a8d34a659883d897a21dc0fae5018cb0a4e87a SHA512 f0806d3785ef5db9cb1b5354c146fc0d33b4a4f04b3ff899945e9e93273a0bf8e4c8ff07ace22b5d71721c953148c007630dc400b82849321e8399ecdfffbc85
22 +DIST identify-2.4.1.tar.gz 101282 BLAKE2B e7c04480159062ec25063d956dda6d904031bbcc30fdab6011ad24a8c3816490d0dfe08cec19fdfe660509a246da820ccfe41d4dcd909daa9c59b622bf506148 SHA512 69253bd364ed96ae64d83ee25da0d9aae97731e602f193008471dd99f47db2b87aa33dda1f87fb9edf939992e0452ca45f07f1d7d5e628352b50d4c2e68b7d0e
23
24 diff --git a/dev-python/identify/identify-2.4.1.ebuild b/dev-python/identify/identify-2.4.1.ebuild
25 new file mode 100644
26 index 000000000000..9ed5ce5e19fe
27 --- /dev/null
28 +++ b/dev-python/identify/identify-2.4.1.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="File identification library for Python"
39 +HOMEPAGE="https://github.com/pre-commit/identify"
40 +SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
45 +
46 +RDEPEND="
47 + dev-python/ukkonen[${PYTHON_USEDEP}]"
48 +
49 +distutils_enable_tests pytest