Date: Sat, 1 Jul 2023 09:51:39 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f645a2a1a968 - main - audio/py-playsound: Add new port Message-ID: <202307010951.3619pdb3018808@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=f645a2a1a9683bc3b218bdf957d87c0f9699c48d commit f645a2a1a9683bc3b218bdf957d87c0f9699c48d Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2023-07-01 09:50:10 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-07-01 09:51:07 +0000 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 --- audio/Makefile | 1 + audio/py-playsound/Makefile | 17 +++++++++++++++++ audio/py-playsound/distinfo | 3 +++ audio/py-playsound/pkg-descr | 2 ++ 4 files changed, 23 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index 3ec6d3f02489..4a61e0a698f6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/py-playsound/Makefile b/audio/py-playsound/Makefile new file mode 100644 index 000000000000..4050a7369cf3 --- /dev/null +++ b/audio/py-playsound/Makefile @@ -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> diff --git a/audio/py-playsound/distinfo b/audio/py-playsound/distinfo new file mode 100644 index 000000000000..6a9f5cdbe4ad --- /dev/null +++ b/audio/py-playsound/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1688195566 +SHA256 (playsound-1.3.0.tar.gz) = cc6ed11d773034b0ef624e6bb4bf50f4b76b8414a59ce6d38afb89b423297ced +SIZE (playsound-1.3.0.tar.gz) = 7650 diff --git a/audio/py-playsound/pkg-descr b/audio/py-playsound/pkg-descr new file mode 100644 index 000000000000..976ff2ee6822 --- /dev/null +++ b/audio/py-playsound/pkg-descr @@ -0,0 +1,2 @@ +Playsound is a pure Python, cross platform, single function module with no +dependencies for playing sounds.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307010951.3619pdb3018808>