1
0

dev-python/sounddevice: drop 0.4.5, 0.4.6

This commit is contained in:
Ryan Fox 2025-02-12 21:30:03 -08:00
parent d4062f42bf
commit 2a21bd5cb0
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 70 deletions

View File

@ -1,3 +1 @@
DIST sounddevice-0.4.5.gh.tar.gz 51796 BLAKE2B 4be76ab22551e542965c15ac054c07c62efada19d0831e03ff3185e89941a44cbf06c783cb4a6d480297370338f85c8988ae1ff9c25a49a0c03b2526fadbd825 SHA512 6a6e17db31ba6088cda86721636b55222f4d6bcbc4ca23db85d092c79ad7e47624f6bd375b28a2daf905f500c79e1202c1f038c6a12c6a32c130c0332e2c0e29
DIST sounddevice-0.4.6.gh.tar.gz 51677 BLAKE2B 04edba9eb2cb582c04b94276463bc7ca715f922533ddb3e35d269b70a58116aaa9c7e0c87d24c0ac068b486b1ce27a842ebe64a6e4b373a7291cc828eaf96d3d SHA512 2454e028a6f143869267cdff7578c09b02b1e98c7dfd31617d503772c83bd15670fe21d35ab3e01f06192a2b1649287164028bff712818ab52f30ea150ca59bb
DIST sounddevice-0.5.1.gh.tar.gz 54145 BLAKE2B 78c3215c977ab336f70ad8947ef681a34e81dc2132ba5bb62f51d10312b7e0fe4365789c319c710d0e5989423000d48e3315d140038d85a45d01187c16549d28 SHA512 2e53ca607f6e9ef5911bd14ce2f8cc33b8d9b746815c98a51d831ce5c23da09dbac043e080c027ef1c50fd75e1727975e777c3a4262625a845769f8b5a3d9507

View File

@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/spatialaudio/python-sounddevice.git"
EGIT_SUBMODULES=()
else
MY_PN="python-sounddevice"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/spatialaudio/python-sounddevice/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="PortAudio bindings for Python"
HOMEPAGE="https://python-sounddevice.readthedocs.io/"
LICENSE="MIT"
SLOT="0"
RESTRICT="test"
DEPEND="
dev-python/cffi[${PYTHON_USEDEP}]
media-libs/portaudio
"
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/spatialaudio/python-sounddevice.git"
EGIT_SUBMODULES=()
else
MY_PN="python-sounddevice"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/spatialaudio/python-sounddevice/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="PortAudio bindings for Python"
HOMEPAGE="https://python-sounddevice.readthedocs.io/"
LICENSE="MIT"
SLOT="0"
RESTRICT="test"
DEPEND="
dev-python/cffi[${PYTHON_USEDEP}]
media-libs/portaudio
"
RDEPEND="${DEPEND}"
BDEPEND=""