mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
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:
parent
98fc9cf4f4
commit
f645a2a1a9
4 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
17
audio/py-playsound/Makefile
Normal file
17
audio/py-playsound/Makefile
Normal 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>
|
3
audio/py-playsound/distinfo
Normal file
3
audio/py-playsound/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1688195566
|
||||
SHA256 (playsound-1.3.0.tar.gz) = cc6ed11d773034b0ef624e6bb4bf50f4b76b8414a59ce6d38afb89b423297ced
|
||||
SIZE (playsound-1.3.0.tar.gz) = 7650
|
2
audio/py-playsound/pkg-descr
Normal file
2
audio/py-playsound/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Playsound is a pure Python, cross platform, single function module with no
|
||||
dependencies for playing sounds.
|
Loading…
Add table
Reference in a new issue