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, 27 Apr 2022 08:12:19
Message-Id: 1651047125.7685ab73de5e31101ff83b44b1398d8d49b4d08f.mgorny@gentoo
1 commit: 7685ab73de5e31101ff83b44b1398d8d49b4d08f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 07:08:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 08:12:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7685ab73
7
8 dev-python/identify: Bump to 2.5.0
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.0.ebuild | 29 +++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
17 index b3dbad5b2436..850de231ad30 100644
18 --- a/dev-python/identify/Manifest
19 +++ b/dev-python/identify/Manifest
20 @@ -1 +1,2 @@
21 DIST identify-2.4.12.gh.tar.gz 101366 BLAKE2B 55c1b7642d3f273beb415fabc683bfff46c1039fcf146d7c9c09f53b2beffab82e5e687849cbae6b7d2d9d0502a340e635ced730afa6610d20d75f0412943635 SHA512 8b9554a0a726e6fd25ca0fe1031b0a8a114fe98e13e41e73ad6549495a0dc02a2047c151f7717d8df705aba661e11ab1c0e48eff0bcf4d2a0dcff00f5ace1eec
22 +DIST identify-2.5.0.gh.tar.gz 101367 BLAKE2B f927861976aaa2c53e5bd131b84f299c7290111e18a167040298784ebc3b562180b69d4a22661c858e7e56abde69c2e0fd5048c023d0c84af069748a85ccc4fb SHA512 d7b9d7b31262fdb97fdb16caea01ae0e0e0cee2b5a10b0224b53b84842c3c1e0e1914829bc89439718ae25c68cfde23328f79780b847087d445bdbf3a64aef1b
23
24 diff --git a/dev-python/identify/identify-2.5.0.ebuild b/dev-python/identify/identify-2.5.0.ebuild
25 new file mode 100644
26 index 000000000000..d1f325c14ca4
27 --- /dev/null
28 +++ b/dev-python/identify/identify-2.5.0.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="File identification library for Python"
41 +HOMEPAGE="
42 + https://github.com/pre-commit/identify/
43 + https://pypi.org/project/identify/
44 +"
45 +SRC_URI="
46 + https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
53 +
54 +RDEPEND="
55 + dev-python/ukkonen[${PYTHON_USEDEP}]
56 +"
57 +
58 +distutils_enable_tests pytest