diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-26 06:27:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-26 07:36:29 +0200 |
commit | 1a2eb5b211299802732f3c9b90d57f77446f17f2 (patch) | |
tree | a81748e6f8cefe04a84d49d252ddc79b1e2c02ce /dev-python/identify/identify-2.5.23.ebuild | |
parent | dev-python/sip: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-1a2eb5b211299802732f3c9b90d57f77446f17f2.tar.gz gentoo-1a2eb5b211299802732f3c9b90d57f77446f17f2.tar.bz2 gentoo-1a2eb5b211299802732f3c9b90d57f77446f17f2.zip |
dev-python/identify: Bump to 2.5.23
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/identify/identify-2.5.23.ebuild')
-rw-r--r-- | dev-python/identify/identify-2.5.23.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/identify/identify-2.5.23.ebuild b/dev-python/identify/identify-2.5.23.ebuild new file mode 100644 index 000000000000..ee60b9635233 --- /dev/null +++ b/dev-python/identify/identify-2.5.23.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="File identification library for Python" +HOMEPAGE=" + https://github.com/pre-commit/identify/ + https://pypi.org/project/identify/ +" +SRC_URI=" + https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + dev-python/ukkonen[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |