diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/pyaudio | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyaudio')
| -rw-r--r-- | dev-python/pyaudio/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyaudio/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/pyaudio/pyaudio-0.2.14-r1.ebuild | 38 | ||||
| -rw-r--r-- | dev-python/pyaudio/pyaudio-0.2.14.ebuild | 38 |
4 files changed, 0 insertions, 94 deletions
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 208058a3760c..000000000000 --- a/dev-python/pyaudio/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>gentoo.2019@r123.de</email> - <name>Robert Siebeck</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - PyAudio provides Python bindings for PortAudio (<pkg>media-libs/portaudio</pkg>), - the cross-platform audio I/O library. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> 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}" -} |
