summaryrefslogtreecommitdiff
path: root/dev-python/soundfile
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-09 11:26:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-09 11:26:47 +0000
commit24c79cd8fc95be8da7276e7fdb2deaad09deb016 (patch)
treeb234e68abf40821bf4a0453f643cf430dcaed7ee /dev-python/soundfile
parent21b87b40e8f483c86b6bfb5ec617089fdcbba616 (diff)
downloadbaldeagleos-repo-24c79cd8fc95be8da7276e7fdb2deaad09deb016.tar.gz
baldeagleos-repo-24c79cd8fc95be8da7276e7fdb2deaad09deb016.tar.xz
baldeagleos-repo-24c79cd8fc95be8da7276e7fdb2deaad09deb016.zip
Adding metadata
Diffstat (limited to 'dev-python/soundfile')
-rw-r--r--dev-python/soundfile/Manifest1
-rw-r--r--dev-python/soundfile/metadata.xml14
-rw-r--r--dev-python/soundfile/soundfile-0.13.1.ebuild26
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/soundfile/Manifest b/dev-python/soundfile/Manifest
new file mode 100644
index 000000000000..4d144a4a48b9
--- /dev/null
+++ b/dev-python/soundfile/Manifest
@@ -0,0 +1 @@
+DIST soundfile-0.13.1.tar.gz 46156 BLAKE2B 7dc6d94e8d9dcaea696d5d8e67893212e632358639b2be24eb74f219b9a6db27ed334e9b38f35a25b02e6d18ec2dee1101464ac1fc4756b605d73885906d9506 SHA512 f3abb62bf7e93bcf111e9d6f9cf560f2cc2dbdd48af1d653e412f071932225016560d3bb318c2129420f53a9e7e51aea1d91f848a09a462dbd34ac836f0e1555
diff --git a/dev-python/soundfile/metadata.xml b/dev-python/soundfile/metadata.xml
new file mode 100644
index 000000000000..697d76fa2747
--- /dev/null
+++ b/dev-python/soundfile/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/soundfile/soundfile-0.13.1.ebuild b/dev-python/soundfile/soundfile-0.13.1.ebuild
new file mode 100644
index 000000000000..150b4977f319
--- /dev/null
+++ b/dev-python/soundfile/soundfile-0.13.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="audio library based on libsndfile, CFFI and NumPy"
+HOMEPAGE="
+ https://pypi.org/project/soundfile/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/cffi[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ media-libs/libsndfile
+"
+
+distutils_enable_tests pytest