summaryrefslogtreecommitdiff
path: root/dev-python/soundcard
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/soundcard
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/soundcard')
-rw-r--r--dev-python/soundcard/Manifest2
-rw-r--r--dev-python/soundcard/metadata.xml17
-rw-r--r--dev-python/soundcard/soundcard-0.4.5.ebuild26
-rw-r--r--dev-python/soundcard/soundcard-0.4.6.ebuild26
4 files changed, 0 insertions, 71 deletions
diff --git a/dev-python/soundcard/Manifest b/dev-python/soundcard/Manifest
deleted file mode 100644
index d54591e7ac6c..000000000000
--- a/dev-python/soundcard/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST soundcard-0.4.5.tar.gz 40831 BLAKE2B bee3c54dce51a5fe0d01a30c78edc4c87752c803f90bcc2771a235d9579ade74095e2437747af322e3f179d5ae018c0a169f86ef86487291d140d1495e736d17 SHA512 f08deec62717e29a173f5fc8df2e828385e47e923ed9face22f0a389062929f95fc41b8f7156977cfffff2f6c122d052f6a00f8fdb86ff84fb845f172425d987
-DIST soundcard-0.4.6.tar.gz 40830 BLAKE2B 6ada6230c5b20eb5da7a21c77422dcfefc4d3fbdb1cc0ee923eb370e6dcf5f696891cec6faaf0ceb8f25ceb2d7625819d0319c830dabe16781ad66c65104087e SHA512 3cf79b45f8a5535b917757546e8c6f91c6dc32ee2ad1939b33e426967e8622d1a0058a9f7ca80345e1bc015fbc56788723842ddaf6b514ae1e1c8110705a56b2
diff --git a/dev-python/soundcard/metadata.xml b/dev-python/soundcard/metadata.xml
deleted file mode 100644
index 68a90beeb604..000000000000
--- a/dev-python/soundcard/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ghostyn678+git@gmail.com</email>
- <name>dsaf</name>
- </maintainer>
- <longdescription>
- SoundCard is a library for playing and recording audio without resorting
- to a CPython extension. Instead, it is implemented using the wonderful
- CFFI and the native audio libraries of Linux, Windows and macOS.
- </longdescription>
- <upstream>
- <remote-id type="github">bastibe/SoundCard</remote-id>
- <remote-id type="pypi">SoundCard</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/soundcard/soundcard-0.4.5.ebuild b/dev-python/soundcard/soundcard-0.4.5.ebuild
deleted file mode 100644
index 9aeee3d5d101..000000000000
--- a/dev-python/soundcard/soundcard-0.4.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2026 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 pypi distutils-r1
-
-DESCRIPTION="A Pure-Python Real-Time Audio Library"
-HOMEPAGE="
- https://pypi.org/project/SoundCard/
- https://github.com/bastibe/SoundCard/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test" # requires a running pulseaudio server
-
-RDEPEND="
- >=dev-python/numpy-1.11[${PYTHON_USEDEP}]
- dev-python/cffi[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/soundcard/soundcard-0.4.6.ebuild b/dev-python/soundcard/soundcard-0.4.6.ebuild
deleted file mode 100644
index 9aeee3d5d101..000000000000
--- a/dev-python/soundcard/soundcard-0.4.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2026 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 pypi distutils-r1
-
-DESCRIPTION="A Pure-Python Real-Time Audio Library"
-HOMEPAGE="
- https://pypi.org/project/SoundCard/
- https://github.com/bastibe/SoundCard/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test" # requires a running pulseaudio server
-
-RDEPEND="
- >=dev-python/numpy-1.11[${PYTHON_USEDEP}]
- dev-python/cffi[${PYTHON_USEDEP}]
-"