audio/py-playsound: Add new port

Playsound is a pure Python, cross platform, single function module with no
dependencies for playing sounds.

https://github.com/TaylorSMarks/playsound
This commit is contained in:
Nicola Vitale 2023-07-01 11:50:10 +02:00
parent 98fc9cf4f4
commit f645a2a1a9
No known key found for this signature in database
GPG key ID: A51E190C4C0808D0
4 changed files with 23 additions and 0 deletions

View file

@ -643,6 +643,7 @@
SUBDIR += py-musicbrainzngs
SUBDIR += py-mutagen
SUBDIR += py-opuslib
SUBDIR += py-playsound
SUBDIR += py-pocketsphinx
SUBDIR += py-pulsectl
SUBDIR += py-pyacoustid

View file

@ -0,0 +1,17 @@
PORTNAME= playsound
DISTVERSION= 1.3.0
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Pure Python, single function module for playing sounds
WWW= https://github.com/TaylorSMarks/playsound
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1688195566
SHA256 (playsound-1.3.0.tar.gz) = cc6ed11d773034b0ef624e6bb4bf50f4b76b8414a59ce6d38afb89b423297ced
SIZE (playsound-1.3.0.tar.gz) = 7650

View file

@ -0,0 +1,2 @@
Playsound is a pure Python, cross platform, single function module with no
dependencies for playing sounds.