Date: Sat, 30 Sep 2023 00:48:29 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 538a35cc746d - main - audio/py-audioread: Update to 3.0.1 Message-ID: <202309300048.38U0mTZS006481@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=538a35cc746d25570753d713fdff0221f7d1e8bb commit 538a35cc746d25570753d713fdff0221f7d1e8bb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:21:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:28 +0000 audio/py-audioread: Update to 3.0.1 - Convert to USE_PYTHON=pep517 Changes: https://github.com/beetbox/audioread/commits/main --- audio/py-audioread/Makefile | 6 ++++-- audio/py-audioread/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/audio/py-audioread/Makefile b/audio/py-audioread/Makefile index 5be16a75b833..74675b1f1022 100644 --- a/audio/py-audioread/Makefile +++ b/audio/py-audioread/Makefile @@ -1,5 +1,5 @@ PORTNAME= audioread -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,10 @@ WWW= https://github.com/beetbox/audioread LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/audio/py-audioread/distinfo b/audio/py-audioread/distinfo index cac5130ea3fb..8f401734d970 100644 --- a/audio/py-audioread/distinfo +++ b/audio/py-audioread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661599217 -SHA256 (audioread-3.0.0.tar.gz) = 121995bd207eb1fda3d566beb851d3534275925bc35a4fb6da0cb11de0f7251a -SIZE (audioread-3.0.0.tar.gz) = 377038 +TIMESTAMP = 1696001324 +SHA256 (audioread-3.0.1.tar.gz) = ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d +SIZE (audioread-3.0.1.tar.gz) = 116513
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300048.38U0mTZS006481>