pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-soundfile
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 12 21:26:38 UTC 2022
Added Files:
pkgsrc/audio/py-soundfile: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/py-soundfile/DESCR \
pkgsrc/audio/py-soundfile/Makefile pkgsrc/audio/py-soundfile/PLIST \
pkgsrc/audio/py-soundfile/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/audio/py-soundfile/DESCR
diff -u /dev/null pkgsrc/audio/py-soundfile/DESCR:1.1
--- /dev/null Wed Jan 12 21:26:38 2022
+++ pkgsrc/audio/py-soundfile/DESCR Wed Jan 12 21:26:38 2022
@@ -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.
Index: pkgsrc/audio/py-soundfile/Makefile
diff -u /dev/null pkgsrc/audio/py-soundfile/Makefile:1.1
--- /dev/null Wed Jan 12 21:26:38 2022
+++ pkgsrc/audio/py-soundfile/Makefile Wed Jan 12 21:26:38 2022
@@ -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"
Index: pkgsrc/audio/py-soundfile/PLIST
diff -u /dev/null pkgsrc/audio/py-soundfile/PLIST:1.1
--- /dev/null Wed Jan 12 21:26:38 2022
+++ pkgsrc/audio/py-soundfile/PLIST Wed Jan 12 21:26:38 2022
@@ -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
Index: pkgsrc/audio/py-soundfile/distinfo
diff -u /dev/null pkgsrc/audio/py-soundfile/distinfo:1.1
--- /dev/null Wed Jan 12 21:26:38 2022
+++ pkgsrc/audio/py-soundfile/distinfo Wed Jan 12 21:26:38 2022
@@ -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