diff options
author | 2021-04-22 18:17:28 +0200 | |
---|---|---|
committer | 2021-04-22 18:51:16 +0200 | |
commit | 7f7a3b45e3e5759af14a9faa7c257abe1113a4a6 (patch) | |
tree | 96ce2a30fbbbd37c35699aa3d57e5067f43a72b1 /dev-python/identify | |
parent | app-emulation/protontricks: add 1.5.0 (diff) | |
download | gentoo-7f7a3b45e3e5759af14a9faa7c257abe1113a4a6.tar.gz gentoo-7f7a3b45e3e5759af14a9faa7c257abe1113a4a6.tar.bz2 gentoo-7f7a3b45e3e5759af14a9faa7c257abe1113a4a6.zip |
dev-python/identify: add 2.2.4
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/identify')
-rw-r--r-- | dev-python/identify/Manifest | 1 | ||||
-rw-r--r-- | dev-python/identify/identify-2.2.4.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest index 82666848bdeb..8f2b806cfce4 100644 --- a/dev-python/identify/Manifest +++ b/dev-python/identify/Manifest @@ -1 +1,2 @@ DIST identify-2.2.3.tar.gz 100962 BLAKE2B 0e56b7443f19e0956b72c428b2cf4c741b10cb38e6cad3efa6fa130d3ac1ec84e351d049c58bac9098b85cd32d64459f96e2cd3f13ee43b6cf7190c1894b5a88 SHA512 44bf3b845c9ef93cc539645765af63b037fc9e421f0a97c848946399de13c1d47df86efe63b0bb50fbd54a76912d3bcc7f7f972e7f77c491933d20243492a7f1 +DIST identify-2.2.4.tar.gz 100967 BLAKE2B 9473a157ce2aed13ed45d6e8d83b4510c40ae977406b9d7b211caa70c27d1850cf49da8848495841281b1f192b576d269a5372215effd7d89c9211e51d51151d SHA512 25e255fd62d0e75aafa7037085362b7bf2ba8ae142bfb11e0e20452d503d8ec3f90ec84c8ef8966fb021fe1054c226862b3ce99d2288ec9aaa758a8971d1c87a diff --git a/dev-python/identify/identify-2.2.4.ebuild b/dev-python/identify/identify-2.2.4.ebuild new file mode 100644 index 000000000000..302310afdfe1 --- /dev/null +++ b/dev-python/identify/identify-2.2.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="File identification library for Python" +HOMEPAGE="https://github.com/pre-commit/identify" +SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/editdistance-s[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |