dev-python/soundcard: new package, add 0.4.5

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-15 00:44:42 -03:00
parent df0f7f9f18
commit fe4f4e0b7f
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?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>