commit:     af9db7b70722f3b3d587c5743d0127ea66725d3d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  3 05:18:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 05:37:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9db7b7

dev-python/identify: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/identify/Manifest               |  2 --
 dev-python/identify/identify-2.6.12.ebuild | 29 -----------------------------
 dev-python/identify/identify-2.6.13.ebuild | 30 ------------------------------
 3 files changed, 61 deletions(-)

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index 749fa24b6d8c..bae32da47008 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -1,3 +1 @@
-DIST identify-2.6.12.gh.tar.gz 101966 BLAKE2B 
bf8b9faf5b045d616c6c67051b218bda4b50cc0fc929a45e594fd831408f2a24976d79ebed40c36096dd63c01dfc7fa8a0a9eb4c06f5e3b23e4d9e6ba7523f3c
 SHA512 
54f979248629435fadaf991c66855c9fa78a26e4f09e29798643b69c2a6c4f4d436c19cdd2dfc3b11dc4776c1d8e83eb199317e00104e1eadd9aaf60a8235a0a
-DIST identify-2.6.13.gh.tar.gz 101964 BLAKE2B 
342b31a87bb03b40357c84cb2c2e781de49809564caaf50b8c78dad2982e20970121e6805bce6e0c24718f20f5e84280a1cb382ede3853f71bd39de844602640
 SHA512 
a9ca7443cc7d24d80035105d5393f683509c07bae3fd81c1ecb8a89f9cb235ce697e82a57ac95f18aadbf5011f2ef46317d3adbd1322f53a5b7af883551a12e0
 DIST identify-2.6.14.gh.tar.gz 102021 BLAKE2B 
ad1dad02796d23e7786b063d02799710cc6893ae9b0c8897cfc59ca13e33621d134ae4902c2cec351498e5353f73892a68e941f2616e9caab1ce58bc24f7a1be
 SHA512 
3fd6a669824adfbea77fab483d8cdba9e4b4665cbca1e705e83de3f4bf540e07a376cdca5d2a690fec305b1b8f41174fc734d630fe2034937763ad365e17a6e4

diff --git a/dev-python/identify/identify-2.6.12.ebuild 
b/dev-python/identify/identify-2.6.12.ebuild
deleted file mode 100644
index 3fc5c43bd1fd..000000000000
--- a/dev-python/identify/identify-2.6.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-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

diff --git a/dev-python/identify/identify-2.6.13.ebuild 
b/dev-python/identify/identify-2.6.13.ebuild
deleted file mode 100644
index 5be62ae9f633..000000000000
--- a/dev-python/identify/identify-2.6.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-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}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

Reply via email to