diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 12:09:52 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 12:09:52 +0200 |
| commit | 9b9eb2ecd724eaa1097633f03ab0a8436c8989c8 (patch) | |
| tree | bc927ce564e1eff030b6d37494fff18975d8dd11 /dev-python | |
| parent | 3c7caae43b6798826adf0d7546a0280a8b252d2d (diff) | |
| download | gentoo-9b9eb2ecd724eaa1097633f03ab0a8436c8989c8.tar.gz gentoo-9b9eb2ecd724eaa1097633f03ab0a8436c8989c8.tar.bz2 gentoo-9b9eb2ecd724eaa1097633f03ab0a8436c8989c8.zip | |
dev-python/pyalsaaudio: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719380
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyalsaaudio/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pyalsaaudio/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pyalsaaudio/pyalsaaudio-0.7-r2.ebuild | 42 | ||||
| -rw-r--r-- | dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild | 49 |
4 files changed, 0 insertions, 105 deletions
diff --git a/dev-python/pyalsaaudio/Manifest b/dev-python/pyalsaaudio/Manifest deleted file mode 100644 index 6661ab0d44c9..000000000000 --- a/dev-python/pyalsaaudio/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pyalsaaudio-0.7.tar.gz 124577 BLAKE2B d6a5d29f3d8eee7d016441ecb7dd418a8061484a72dfc8ea4cbdcc102fc70aa12f09ff7136380a50ca5149772d3c0d8d6c2d950a5d26877664371e30fbe90857 SHA512 aea46ebc4a59c791e318e58fa7c307b73ea7e1eafdd6b2055df312e26e8d4868ca582b76dd2f203cb7c632a25e1bfd066f6f9522484aa5db51f404e5f99a38cc -DIST pyalsaaudio-0.8.2.tar.gz 212747 BLAKE2B 59eeb2fce58d035cb59e36c717cbe6ec367906728c04dc4c4a63d05aaa6eca41fc530b587ad5d3d33161b9f0794ee4e8af0b7efbc1203584564e00efc080dfc6 SHA512 cba4acaf18b74f990547a590da5bbb824398518444cd09cf80d2e4dcb1176fd5469b107c96b3696ca98ef8ef4d1026feb22b01f730b2558c9dd60ee58500d4b5 diff --git a/dev-python/pyalsaaudio/metadata.xml b/dev-python/pyalsaaudio/metadata.xml deleted file mode 100644 index ee4de466b8ce..000000000000 --- a/dev-python/pyalsaaudio/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pyalsaaudio</remote-id> - <remote-id type="sourceforge">pyalsaaudio</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pyalsaaudio/pyalsaaudio-0.7-r2.ebuild b/dev-python/pyalsaaudio/pyalsaaudio-0.7-r2.ebuild deleted file mode 100644 index cc8e0a892d3b..000000000000 --- a/dev-python/pyalsaaudio/pyalsaaudio-0.7-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Python wrapper for the ALSA API" -HOMEPAGE="https://www.sourceforge.net/projects/pyalsaaudio - https://pypi.org/project/pyalsaaudio/" -SRC_URI="mirror://sourceforge/pyalsaaudio/${P}.tar.gz - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ~sparc x86" -IUSE="doc" - -RDEPEND="media-libs/alsa-lib" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )" - -RESTRICT="test" # Direct access to ALSA, shouln't be used - -DOCS=( CHANGES README ) - -python_compile_all() { - use doc && emake -C doc html -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - if use examples; then - docinto examples - dodoc *test.py - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} diff --git a/dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild b/dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild deleted file mode 100644 index 755668b93831..000000000000 --- a/dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 toolchain-funcs - -DESCRIPTION="A Python wrapper for the ALSA API" -HOMEPAGE="https://www.sourceforge.net/projects/pyalsaaudio - https://pypi.org/project/pyalsaaudio/" -SRC_URI="mirror://sourceforge/pyalsaaudio/${P}.tar.gz - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sparc x86" -IUSE="doc" - -RDEPEND="media-libs/alsa-lib" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )" - -RESTRICT="test" # Direct access to ALSA, shouln't be used - -python_compile_all() { - use doc && emake -C doc html -} - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} - -python_test() { - "${PYTHON}" test.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - if use examples; then - docinto examples - dodoc *test.py - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} |
