Date: Sun, 07 Jun 2026 16:51:02 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7ef5a5931e9c - main - audio/py-SoundFile: update 0.1=?utf-8?Q?3.1 =E2=86=92?= 0.14.0 Message-ID: <6a25a176.24af4.1707bb9c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ef5a5931e9c94fa5d88b4776800fca00bd3c9db commit 7ef5a5931e9c94fa5d88b4776800fca00bd3c9db Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-07 07:09:29 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-07 16:50:57 +0000 audio/py-SoundFile: update 0.13.1 → 0.14.0 --- audio/py-SoundFile/Makefile | 16 +++++++++------- audio/py-SoundFile/distinfo | 6 +++--- audio/py-SoundFile/pkg-plist | 3 --- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/audio/py-SoundFile/Makefile b/audio/py-SoundFile/Makefile index 8e55233f0d44..bf732e0bb9dd 100644 --- a/audio/py-SoundFile/Makefile +++ b/audio/py-SoundFile/Makefile @@ -1,10 +1,8 @@ -PORTNAME= SoundFile -DISTVERSION= 0.13.1 -PORTREVISION= 2 +PORTNAME= soundfile +DISTVERSION= 0.14.0 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Audio library based on libsndfile, CFFI and NumPy @@ -13,14 +11,18 @@ WWW= https://github.com/bastibe/PySoundFile LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PREFIX}/lib/libsndfile.so:audio/libsndfile USES= python -USE_PYTHON= distutils autoplist pytest # pkg-plist has files that are missing in autoplist - +USE_PYTHON= autoplist pep517 pytest # pkg-plist has files that are missing in autoplist NO_ARCH= yes +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + .include <bsd.port.mk> diff --git a/audio/py-SoundFile/distinfo b/audio/py-SoundFile/distinfo index 9b48ec5f56a2..81dd012f05a8 100644 --- a/audio/py-SoundFile/distinfo +++ b/audio/py-SoundFile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757390541 -SHA256 (soundfile-0.13.1.tar.gz) = b2c68dab1e30297317080a5b43df57e302584c49e2942defdde0acccc53f0e5b -SIZE (soundfile-0.13.1.tar.gz) = 46156 +TIMESTAMP = 1780815254 +SHA256 (soundfile-0.14.0.tar.gz) = ba1c1a2d618bca5c406647c83b89f07cc8810fa506a50622a6993ba130c1de11 +SIZE (soundfile-0.14.0.tar.gz) = 47842 diff --git a/audio/py-SoundFile/pkg-plist b/audio/py-SoundFile/pkg-plist deleted file mode 100644 index 47aa92db52c2..000000000000 --- a/audio/py-SoundFile/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/__pycache__/_soundfile%%PYTHON_TAG%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/__pycache__/_soundfile%%PYTHON_TAG%%.pyc -%%PYTHON_SITELIBDIR%%/_soundfile.pyhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a25a176.24af4.1707bb9c>
