Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2022 06:07:18 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72b7cb35f88a - main - audio/py-pyaudio: Update to 0.2.13
Message-ID:  <202212290607.2BT67I5C072338@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72b7cb35f88aee2f790df7e9a1e5be5d8306cd4c

commit 72b7cb35f88aee2f790df7e9a1e5be5d8306cd4c
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2022-12-29 06:06:25 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-12-29 06:06:25 +0000

    audio/py-pyaudio: Update to 0.2.13
    
    While here, pet portlint(1)
    
    PR:             268614
---
 audio/py-pyaudio/Makefile | 9 ++++-----
 audio/py-pyaudio/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/audio/py-pyaudio/Makefile b/audio/py-pyaudio/Makefile
index 70643bd32fbe..a4bc94082358 100644
--- a/audio/py-pyaudio/Makefile
+++ b/audio/py-pyaudio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyaudio
-PORTVERSION=	0.2.12
+PORTVERSION=	0.2.13
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,9 +18,11 @@ USE_PYTHON=	autoplist concurrent distutils
 
 MAKE_ENV=	PYTHON=${PYTHON_CMD} \
 		SPHINX=sphinx-build-${PYTHON_VER}
-PORTDOCS=	*
+
 WRKSRC=		${WRKDIR}/PyAudio-${PORTVERSION}
 
+PORTDOCS=	*
+
 OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
@@ -37,7 +39,4 @@ post-install-DOCS-on:
 	(cd ${WRKSRC}/docs && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -path *doctrees*")
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_portaudio*.so
-
 .include <bsd.port.mk>
diff --git a/audio/py-pyaudio/distinfo b/audio/py-pyaudio/distinfo
index 063e019063ab..58f16580b4f1 100644
--- a/audio/py-pyaudio/distinfo
+++ b/audio/py-pyaudio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668872490
-SHA256 (PyAudio-0.2.12.tar.gz) = 55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e
-SIZE (PyAudio-0.2.12.tar.gz) = 42944
+TIMESTAMP = 1672149511
+SHA256 (PyAudio-0.2.13.tar.gz) = 26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56
+SIZE (PyAudio-0.2.13.tar.gz) = 46820



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212290607.2BT67I5C072338>