diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:44:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:54:14 +0200 |
commit | d3b1a948734d768bc752e6b6f179179d7544b48f (patch) | |
tree | 0864e7e8a6ee2c641398c1aef99f75d17c6f0c45 /dev-python/pyalsa | |
parent | dev-python/pyaes: Remove redundant versions (diff) | |
download | gentoo-d3b1a948734d768bc752e6b6f179179d7544b48f.tar.gz gentoo-d3b1a948734d768bc752e6b6f179179d7544b48f.tar.bz2 gentoo-d3b1a948734d768bc752e6b6f179179d7544b48f.zip |
dev-python/pyalsa: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyalsa')
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.1.6.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pyalsa/pyalsa-1.1.6.ebuild b/dev-python/pyalsa/pyalsa-1.1.6.ebuild deleted file mode 100644 index ec712e155458..000000000000 --- a/dev-python/pyalsa/pyalsa-1.1.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Python bindings for ALSA library" -HOMEPAGE="https://alsa-project.org/" -SRC_URI="https://www.alsa-project.org/files/pub/pyalsa/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/${PN}-1.1.6-no-build-symlinks.patch" ) - -# Testsuite appears to require installed state |