commit: 008725d7c43ae516b06515009c3c2c08a630149f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 11:32:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 11:48:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008725d7
dev-python/tagpy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tagpy/tagpy-2022.1.ebuild | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/dev-python/tagpy/tagpy-2022.1.ebuild
b/dev-python/tagpy/tagpy-2022.1.ebuild
deleted file mode 100644
index 2a8e65aca5eb..000000000000
--- a/dev-python/tagpy/tagpy-2022.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Bindings for TagLib"
-HOMEPAGE="
- https://github.com/palfrey/tagpy/
- https://pypi.org/project/tagpy/
-"
-SRC_URI="
- https://github.com/palfrey/tagpy/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-
-DEPEND="
- dev-libs/boost:=[python,${PYTHON_USEDEP}]
- >=media-libs/taglib-1.8
-"
-RDEPEND="
- ${DEPEND}
-"
-
-distutils_enable_tests pytest