summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-07 18:40:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-07 23:51:40 +0100
commit3ceae2319bdcaf4ec2e9d8283cc7b9f0510869c2 (patch)
treeb0a473b507482d72cc92c74a54b35c18c7ac6663 /dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild
parentdev-python/pyacoustid: 1.1.7 version bump (diff)
downloadgentoo-3ceae2319bdcaf4ec2e9d8283cc7b9f0510869c2.tar.gz
gentoo-3ceae2319bdcaf4ec2e9d8283cc7b9f0510869c2.tar.bz2
gentoo-3ceae2319bdcaf4ec2e9d8283cc7b9f0510869c2.zip
dev-python/pyacoustid: Drop 1.0.0-r1 and 1.1.5
Non-maintainer commit. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild')
-rw-r--r--dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild b/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild
deleted file mode 100644
index b2a85cadc4b2..000000000000
--- a/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for Chromaprint acoustic fingerprinting and the Acoustid API"
-HOMEPAGE="https://pypi.org/project/pyacoustid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="media-libs/chromaprint
- dev-python/audioread[${PYTHON_USEDEP}]"
-
-python_install_all() {
- use examples && local EXAMPLES=( ./aidmatch.py)
- distutils-r1_python_install_all
-}