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:   adam
Date:           Mon Oct 24 10:38:49 UTC 2022

Modified Files:
        pkgsrc/audio/py-soundfile: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/py-soundfile/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/py-soundfile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/py-soundfile/Makefile
diff -u pkgsrc/audio/py-soundfile/Makefile:1.3 pkgsrc/audio/py-soundfile/Makefile:1.4
--- pkgsrc/audio/py-soundfile/Makefile:1.3      Sun Sep 11 12:51:22 2022
+++ pkgsrc/audio/py-soundfile/Makefile  Mon Oct 24 10:38:49 2022
@@ -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
 

Index: pkgsrc/audio/py-soundfile/distinfo
diff -u pkgsrc/audio/py-soundfile/distinfo:1.1 pkgsrc/audio/py-soundfile/distinfo:1.2
--- pkgsrc/audio/py-soundfile/distinfo:1.1      Wed Jan 12 21:26:38 2022
+++ pkgsrc/audio/py-soundfile/distinfo  Mon Oct 24 10:38:49 2022
@@ -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