From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/pyaudio/Manifest | 1 - dev-python/pyaudio/metadata.xml | 19 --------------- dev-python/pyaudio/pyaudio-0.2.14-r1.ebuild | 38 ----------------------------- dev-python/pyaudio/pyaudio-0.2.14.ebuild | 38 ----------------------------- 4 files changed, 96 deletions(-) delete mode 100644 dev-python/pyaudio/Manifest delete mode 100644 dev-python/pyaudio/metadata.xml delete mode 100644 dev-python/pyaudio/pyaudio-0.2.14-r1.ebuild delete mode 100644 dev-python/pyaudio/pyaudio-0.2.14.ebuild (limited to 'dev-python/pyaudio') diff --git a/dev-python/pyaudio/Manifest b/dev-python/pyaudio/Manifest deleted file mode 100644 index 98aa2defb419..000000000000 --- a/dev-python/pyaudio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PyAudio-0.2.14.tar.gz 47066 BLAKE2B 1ff892b922c3a5a1f56da8fbc6d4bdc59b84b8fe80f58f8ee068d79691c0b2d9d241af9ff14ff2d0cda10db44c3f3c637081091bf5d9246ab677430b8f3b1b49 SHA512 2133db0968edcb0d82c6c1922f842d045a32c77998cfae8b38a041c67650cfacf9f6354c8a252db1b5148f73d229940b4c27064b400d2de7ab7e9370f73b8b95 diff --git a/dev-python/pyaudio/metadata.xml b/dev-python/pyaudio/metadata.xml deleted file mode 100644 index 46cf1cc6eea0..000000000000 --- a/dev-python/pyaudio/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - gentoo.2019@r123.de - Robert Siebeck - - - proxy-maint@gentoo.org - Proxy Maintainers - - - PyAudio provides Python bindings for PortAudio (media-libs/portaudio), - the cross-platform audio I/O library. - - - PyAudio - - diff --git a/dev-python/pyaudio/pyaudio-0.2.14-r1.ebuild b/dev-python/pyaudio/pyaudio-0.2.14-r1.ebuild deleted file mode 100644 index c6620c1da462..000000000000 --- a/dev-python/pyaudio/pyaudio-0.2.14-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -PYPI_NO_NORMALIZE=1 -PYPI_PN="PyAudio" -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517="setuptools" -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for PortAudio" -HOMEPAGE="https://people.csail.mit.edu/hubert/pyaudio/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -# Tests work if you have the correct HW device(s) to test. -RESTRICT="test" - -RDEPEND="media-libs/portaudio" -DEPEND="${RDEPEND}" -BDEPEND="test? ( dev-python/numpy[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx sphinx -distutils_enable_tests unittest - -python_test() { - elog "These tests require an OS loopback sound device that forwards audio" - elog "output, generated by PyAudio for playback, and forwards it to an input" - elog "device, which PyAudio can record and verify against a test signal." - - cd tests || die - # pyaudio_tests have very complicated runtime requirements, therefore skipping them. - "${EPYTHON}" -m unittest error_tests -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pyaudio/pyaudio-0.2.14.ebuild b/dev-python/pyaudio/pyaudio-0.2.14.ebuild deleted file mode 100644 index 1177733f9cc8..000000000000 --- a/dev-python/pyaudio/pyaudio-0.2.14.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -PYPI_NO_NORMALIZE=1 -PYPI_PN="PyAudio" -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517="setuptools" -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for PortAudio" -HOMEPAGE="https://people.csail.mit.edu/hubert/pyaudio/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -# Tests work if you have the correct HW device(s) to test. -RESTRICT="test" - -RDEPEND="media-libs/portaudio" -DEPEND="${RDEPEND}" -BDEPEND="test? ( dev-python/numpy[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx sphinx -distutils_enable_tests unittest - -python_test() { - elog "These tests require an OS loopback sound device that forwards audio" - elog "output, generated by PyAudio for playback, and forwards it to an input" - elog "device, which PyAudio can record and verify against a test signal." - - cd tests || die - # pyaudio_tests have very complicated runtime requirements, therefore skipping them. - "${EPYTHON}" -m unittest error_tests -v || die "Tests fail with ${EPYTHON}" -} -- cgit v1.3