diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-03 21:14:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-03 21:14:42 +0200 |
commit | 30c2011e9aa34f72bc8b126e766b3bb4c44c87fc (patch) | |
tree | d62705b376853ea0274bf9ad4cdc9b66b9f42e59 /dev-python/identify | |
parent | dev-python/reedsolomon: Remove old (diff) | |
download | gentoo-30c2011e9aa34f72bc8b126e766b3bb4c44c87fc.tar.gz gentoo-30c2011e9aa34f72bc8b126e766b3bb4c44c87fc.tar.bz2 gentoo-30c2011e9aa34f72bc8b126e766b3bb4c44c87fc.zip |
dev-python/identify: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/identify')
-rw-r--r-- | dev-python/identify/Manifest | 1 | ||||
-rw-r--r-- | dev-python/identify/identify-2.5.23.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest index 4d499af8ddf2..b83c5a1aa6df 100644 --- a/dev-python/identify/Manifest +++ b/dev-python/identify/Manifest @@ -1,2 +1 @@ -DIST identify-2.5.23.gh.tar.gz 101531 BLAKE2B 79257e14ab606634c1d4b1eca652c82bb12ed22907814374fe7d7e8ac4067380d2656339c9510d1550901b9646313e86737dea43aa2a273b85f40ba22cda160e SHA512 997d446488df39bb2869d717aac4c724b093aa7c00f082f16ef930405007fdad7f3150972731e2b2088c67a1d0f415e11d02d1f227aca1bbcdf61868ec8976f6 DIST identify-2.5.24.gh.tar.gz 101544 BLAKE2B afcfed2a48d59a263dac4df836251be00b911e78eabd8612fc06610df5efc0052bf6542c955e8a9fd7fd0513e04b1d009fe511bb591f880bff1347e02ae35c67 SHA512 40c0163aba0fa9be266a746bd58cc64b740be3ece49a22996ae1c5dd334c76a28544fd195d1da8a042f82816b2f0c440a3406160749fe192b6af00780ed5eb28 diff --git a/dev-python/identify/identify-2.5.23.ebuild b/dev-python/identify/identify-2.5.23.ebuild deleted file mode 100644 index b8e767162c83..000000000000 --- a/dev-python/identify/identify-2.5.23.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 |