summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-17 06:53:22 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-17 07:21:29 +0100
commit27e5de495cd7cf4ef8cdcbd4ed69b80d5584927f (patch)
treece8c8bf9e644cda1bfacdc511c268f56071f60f2 /dev-python/mediafile/mediafile-0.10.1.ebuild
parentdev-python/mpi4py: Remove old (diff)
downloadgentoo-27e5de495cd7cf4ef8cdcbd4ed69b80d5584927f.tar.gz
gentoo-27e5de495cd7cf4ef8cdcbd4ed69b80d5584927f.tar.bz2
gentoo-27e5de495cd7cf4ef8cdcbd4ed69b80d5584927f.zip
dev-python/mediafile: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mediafile/mediafile-0.10.1.ebuild')
-rw-r--r--dev-python/mediafile/mediafile-0.10.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/mediafile/mediafile-0.10.1.ebuild b/dev-python/mediafile/mediafile-0.10.1.ebuild
deleted file mode 100644
index 97b0134a27a1..000000000000
--- a/dev-python/mediafile/mediafile-0.10.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read and write audio files' tags in Python"
-HOMEPAGE="
- https://github.com/beetbox/mediafile/
- https://pypi.org/project/mediafile/
-"
-SRC_URI="
- https://github.com/beetbox/mediafile/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=media-libs/mutagen-1.46.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest