pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/py-soundfile audio/py-soundfile: import py-sound...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dad47bce23bf
branches:  trunk
changeset: 371703:dad47bce23bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 12 21:26:38 2022 +0000

description:
audio/py-soundfile: import py-soundfile-0.10.3.1

SoundFile is an audio library based on libsndfile, CFFI and NumPy.

SoundFile can read and write sound files. File reading/writing is
supported through libsndfile, which is a free, cross-platform,
open-source (LGPL) library for reading and writing many different
sampled sound file formats that runs on many platforms. SoundFile
represents audio data as NumPy arrays.

diffstat:

 audio/py-soundfile/DESCR    |   7 +++++++
 audio/py-soundfile/Makefile |  24 ++++++++++++++++++++++++
 audio/py-soundfile/PLIST    |  13 +++++++++++++
 audio/py-soundfile/distinfo |   5 +++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 0594c6e1b87b -r dad47bce23bf audio/py-soundfile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-soundfile/DESCR  Wed Jan 12 21:26:38 2022 +0000
@@ -0,0 +1,7 @@
+SoundFile is an audio library based on libsndfile, CFFI and NumPy.
+
+SoundFile can read and write sound files. File reading/writing is
+supported through libsndfile, which is a free, cross-platform,
+open-source (LGPL) library for reading and writing many different
+sampled sound file formats that runs on many platforms. SoundFile
+represents audio data as NumPy arrays.
diff -r 0594c6e1b87b -r dad47bce23bf audio/py-soundfile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-soundfile/Makefile       Wed Jan 12 21:26:38 2022 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/01/12 21:26:38 wiz Exp $
+
+DISTNAME=      SoundFile-0.10.3.post1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/post//}
+CATEGORIES=    audio python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoundFile/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pysoundfile.readthedocs.io/en/latest/
+COMMENT=       Audio library based on libsndfile, CFFI and NumPy
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
+DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0594c6e1b87b -r dad47bce23bf audio/py-soundfile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-soundfile/PLIST  Wed Jan 12 21:26:38 2022 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/12 21:26:38 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/_soundfile.py
+${PYSITELIB}/_soundfile.pyc
+${PYSITELIB}/_soundfile.pyo
+${PYSITELIB}/soundfile.py
+${PYSITELIB}/soundfile.pyc
+${PYSITELIB}/soundfile.pyo
diff -r 0594c6e1b87b -r dad47bce23bf audio/py-soundfile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-soundfile/distinfo       Wed Jan 12 21:26:38 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/12 21:26:38 wiz Exp $
+
+BLAKE2s (SoundFile-0.10.3.post1.tar.gz) = 605f63a07736a6e08526f939ddd723e8826ad9ad5ba7d3f9922ce057c748c28c
+SHA512 (SoundFile-0.10.3.post1.tar.gz) = 6e95fe68ccdc285481749b442be26f4016a417e1d860b46a1ff99ba6b5cb6d72f694812c22f112b0e7f5e763b72c768a2f425fb7c7aceaa660828996de909828
+Size (SoundFile-0.10.3.post1.tar.gz) = 36460 bytes



Home | Main Index | Thread Index | Old Index