summaryrefslogtreecommitdiff
path: root/dev-python/soundfile
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/soundfile
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/soundfile')
-rw-r--r--dev-python/soundfile/Manifest1
-rw-r--r--dev-python/soundfile/metadata.xml15
-rw-r--r--dev-python/soundfile/soundfile-0.13.1.ebuild27
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/soundfile/Manifest b/dev-python/soundfile/Manifest
deleted file mode 100644
index 4d144a4a48b9..000000000000
--- a/dev-python/soundfile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 6d70b246bf13..000000000000
--- a/dev-python/soundfile/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">soundfile</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/soundfile/soundfile-0.13.1.ebuild b/dev-python/soundfile/soundfile-0.13.1.ebuild
deleted file mode 100644
index c1ea6d0f1cbe..000000000000
--- a/dev-python/soundfile/soundfile-0.13.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-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 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/cffi[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- media-libs/libsndfile
- test? ( media-libs/libsndfile[-minimal] )
-"
-
-distutils_enable_tests pytest