diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-02 21:23:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-02 21:25:55 +0200 |
commit | c1e42f349614ff036bfc93c8e89cee6952f84cbe (patch) | |
tree | e5e289ab2efb9874ae6443381340417263f79ea5 /dev-python/pyalsa | |
parent | dev-python/pysrt: Remove old (diff) | |
download | gentoo-c1e42f349614ff036bfc93c8e89cee6952f84cbe.tar.gz gentoo-c1e42f349614ff036bfc93c8e89cee6952f84cbe.tar.bz2 gentoo-c1e42f349614ff036bfc93c8e89cee6952f84cbe.zip |
dev-python/pyalsa: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyalsa')
-rw-r--r-- | dev-python/pyalsa/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.2.6.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pyalsa/Manifest b/dev-python/pyalsa/Manifest index c02a647321c4..132834427a65 100644 --- a/dev-python/pyalsa/Manifest +++ b/dev-python/pyalsa/Manifest @@ -1,2 +1 @@ -DIST pyalsa-1.2.6.tar.bz2 40171 BLAKE2B d142d5818527b30b333d2552045892854df25eb14a7983320fe56e30a6239d3fe947ef1f0e1202ed3b5aad7722002e0e5e82ab9f89564bb9640aca2dc03c7887 SHA512 11b8eed822e0f8acc96ff0e10eeec0ba26b2997c7a0000b1d82561661f59931cd6b6aa6397b46c5944a0853344517878ede6c9ba13bea241cefc72b72bf1d9ff DIST pyalsa-1.2.7.tar.bz2 40132 BLAKE2B c100d16bd8c0d9fc6eddcda360f3582c55ed1b143a58a49caf76a62494882952d311271941ce0ecdf57ac934f3564dc922c80e8a5f5742b593341ff4215b700c SHA512 126501fe7b9c006f28e9290bdd3ad907ea9e053b71e21e2c6f0b0beeecdba07b4b557014041b03452f96be690f59f2e647e075487ee87054f21f66df7f39b34b diff --git a/dev-python/pyalsa/pyalsa-1.2.6.ebuild b/dev-python/pyalsa/pyalsa-1.2.6.ebuild deleted file mode 100644 index 7c1ccb1db259..000000000000 --- a/dev-python/pyalsa/pyalsa-1.2.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Python bindings for ALSA library" -HOMEPAGE="https://alsa-project.org/wiki/Main_Page" -SRC_URI="https://www.alsa-project.org/files/pub/pyalsa/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 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 |