summaryrefslogtreecommitdiff
path: root/dev-python/soundfile
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/soundfile
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'dev-python/soundfile')
-rw-r--r--dev-python/soundfile/Manifest2
-rw-r--r--dev-python/soundfile/soundfile-0.14.0.ebuild (renamed from dev-python/soundfile/soundfile-0.13.1.ebuild)9
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/soundfile/Manifest b/dev-python/soundfile/Manifest
index 4d144a4a48b9..f6fb6ecda2f2 100644
--- a/dev-python/soundfile/Manifest
+++ b/dev-python/soundfile/Manifest
@@ -1 +1 @@
-DIST soundfile-0.13.1.tar.gz 46156 BLAKE2B 7dc6d94e8d9dcaea696d5d8e67893212e632358639b2be24eb74f219b9a6db27ed334e9b38f35a25b02e6d18ec2dee1101464ac1fc4756b605d73885906d9506 SHA512 f3abb62bf7e93bcf111e9d6f9cf560f2cc2dbdd48af1d653e412f071932225016560d3bb318c2129420f53a9e7e51aea1d91f848a09a462dbd34ac836f0e1555
+DIST soundfile-0.14.0.tar.gz 47842 BLAKE2B 4ec124605ce1b48d094178d36b19768ee27c201bddfbea117c5e3bc0ddc0680bbbc7296c8e91f26b938a9edc33e2b2895c0062e33cb2629d6fe41317c55a551d SHA512 7895855686ca110d05693f43a63ad499f46e6a5710523ff20d0164b6add3615ec2316bfbb3ec46582c04c612df61dc5b70a8bb99f6bb47aec90e22f5e95e7260
diff --git a/dev-python/soundfile/soundfile-0.13.1.ebuild b/dev-python/soundfile/soundfile-0.14.0.ebuild
index c1ea6d0f1cbe..1920e0811396 100644
--- a/dev-python/soundfile/soundfile-0.13.1.ebuild
+++ b/dev-python/soundfile/soundfile-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2025 Gentoo Authors
+# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,6 +10,7 @@ inherit distutils-r1 pypi
DESCRIPTION="audio library based on libsndfile, CFFI and NumPy"
HOMEPAGE="
+ https://github.com/bastibe/python-soundfile/
https://pypi.org/project/soundfile/
"
@@ -18,10 +19,14 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
+ media-libs/libsndfile
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- media-libs/libsndfile
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
test? ( media-libs/libsndfile[-minimal] )
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest