commit:     c08b7ead65873b5155f70d46fa8050167756c25a
Author:     uis <uis9936 <AT> gmail <DOT> com>
AuthorDate: Thu Jan  2 04:15:15 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 18:36:07 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c08b7ead

dev-python/soundfile: add 0.12.1

Signed-off-by: uis <uis9936 <AT> gmail.com>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/soundfile/soundfile-0.12.1.ebuild | 31 ++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/soundfile/soundfile-0.12.1.ebuild 
b/dev-python/soundfile/soundfile-0.12.1.ebuild
new file mode 100644
index 000000000..9e77ed61f
--- /dev/null
+++ b/dev-python/soundfile/soundfile-0.12.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI, and 
NumPy"
+HOMEPAGE="https://github.com/bastibe/python-soundfile/";
+SRC_URI="
+       https://github.com/bastibe/python-soundfile/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/python-soundfile-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       media-libs/libsndfile
+       dev-python/numpy[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]
+       ' 'python*')
+"
+
+distutils_enable_tests pytest

Reply via email to