* [gentoo-commits] proj/sci:master commit in: dev-python/soundfile/
@ 2025-01-10 18:37 Nowa Ammerlaan
0 siblings, 0 replies; only message in thread
From: Nowa Ammerlaan @ 2025-01-10 18:37 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-10 18:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10 18:37 [gentoo-commits] proj/sci:master commit in: dev-python/soundfile/ Nowa Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox