pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-soundfile py-soundfile: updated to 0.11.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae882995d02e
branches: trunk
changeset: 387168:ae882995d02e
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 24 10:38:49 2022 +0000
description:
py-soundfile: updated to 0.11.0
0.11.0
MP3 support
Adds binary wheels for macOS M1
Improves compatibility with macOS, specifically for M1 machines
Fixes file descriptor open for binary wheels on Windows and Python 3.5+
Updates libsndfile to v1.1.0
Adds get_strings method for retrieving all metadata at once
Improves documentation, error messages and tests
Displays length of very short files in samples
Supports the file system path protocol (pathlib et al)
diffstat:
audio/py-soundfile/Makefile | 11 +++++------
audio/py-soundfile/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (35 lines):
diff -r e1ca6e968652 -r ae882995d02e audio/py-soundfile/Makefile
--- a/audio/py-soundfile/Makefile Mon Oct 24 10:35:03 2022 +0000
+++ b/audio/py-soundfile/Makefile Mon Oct 24 10:38:49 2022 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2022/09/11 12:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/10/24 10:38:49 adam Exp $
-DISTNAME= SoundFile-0.10.3.post1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/post//}
-PKGREVISION= 2
+DISTNAME= soundfile-0.11.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio python
-MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoundFile/}
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/soundfile/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pysoundfile.readthedocs.io/en/latest/
+HOMEPAGE= https://pysoundfile.readthedocs.io/
COMMENT= Audio library based on libsndfile, CFFI and NumPy
LICENSE= modified-bsd
diff -r e1ca6e968652 -r ae882995d02e audio/py-soundfile/distinfo
--- a/audio/py-soundfile/distinfo Mon Oct 24 10:35:03 2022 +0000
+++ b/audio/py-soundfile/distinfo Mon Oct 24 10:38:49 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/12 21:26:38 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/10/24 10:38:49 adam 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
+BLAKE2s (soundfile-0.11.0.tar.gz) = 1f0ef0f4682a9d899160d2275397b22b2daa96050d33bffbce969857c51e725e
+SHA512 (soundfile-0.11.0.tar.gz) = fc6a6ff3b093436f151ed79d1a6186b44640f2f4e204d6d0d76a1eedc799ee637a0f76d1390f05dc2d7fcaab5dca30eca781896043249e7ee1142fb2c0a3dca4
+Size (soundfile-0.11.0.tar.gz) = 41679 bytes
Home |
Main Index |
Thread Index |
Old Index