summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:19:00 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:19:00 +0200
commit928bf4d78a3ba4e2b67ef73fcf96f3976db8cf20 (patch)
treea5c46899f76aa74daa99049a37951474e1647746 /dev-python/mediafile/mediafile-0.8.1.ebuild
parentdev-python/marshmallow: Remove old (diff)
downloadgentoo-928bf4d78a3ba4e2b67ef73fcf96f3976db8cf20.tar.gz
gentoo-928bf4d78a3ba4e2b67ef73fcf96f3976db8cf20.tar.bz2
gentoo-928bf4d78a3ba4e2b67ef73fcf96f3976db8cf20.zip
dev-python/mediafile: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mediafile/mediafile-0.8.1.ebuild')
-rw-r--r--dev-python/mediafile/mediafile-0.8.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/mediafile/mediafile-0.8.1.ebuild b/dev-python/mediafile/mediafile-0.8.1.ebuild
deleted file mode 100644
index 2f819917342b..000000000000
--- a/dev-python/mediafile/mediafile-0.8.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="Read and write audio files' tags in Python"
-HOMEPAGE="https://github.com/beetbox/mediafile"
-SRC_URI="https://github.com/beetbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=media-libs/mutagen-1.45.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest