git: ea9b5bfc7f37 - main - audio/py-pyaudio: Update 0.2.13 → 0.2.14

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Fri, 23 Aug 2024 09:06:58 UTC
The branch main has been updated by vvd:

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

commit ea9b5bfc7f379c8ef81a66977404aa06c66e8ff6
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2024-08-23 09:02:53 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-23 09:04:24 +0000

    audio/py-pyaudio: Update 0.2.13 → 0.2.14
    
    Changelog:
    https://people.csail.mit.edu/hubert/pyaudio/
    
    - Replace PORTVERSION with DISTVERSION.
    - Add strip of installed library.
    
    PR:     280991
---
 audio/py-pyaudio/Makefile | 5 ++++-
 audio/py-pyaudio/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/audio/py-pyaudio/Makefile b/audio/py-pyaudio/Makefile
index 50cb73ec7525..8026bbfc0249 100644
--- a/audio/py-pyaudio/Makefile
+++ b/audio/py-pyaudio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyaudio
-PORTVERSION=	0.2.13
+DISTVERSION=	0.2.14
 CATEGORIES=	audio python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -35,6 +35,9 @@ post-build-DOCS-on:
 	(cd ${BUILD_WRKSRC} && \
 		${DO_MAKE_BUILD} docs)
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_portaudio.cpython-${PYTHON_VER:S/.//}.so
+
 post-install-DOCS-on:
 	(cd ${WRKSRC}/docs && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -path *doctrees*")
diff --git a/audio/py-pyaudio/distinfo b/audio/py-pyaudio/distinfo
index 58f16580b4f1..da75c9aea71c 100644
--- a/audio/py-pyaudio/distinfo
+++ b/audio/py-pyaudio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672149511
-SHA256 (PyAudio-0.2.13.tar.gz) = 26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56
-SIZE (PyAudio-0.2.13.tar.gz) = 46820
+TIMESTAMP = 1702245079
+SHA256 (PyAudio-0.2.14.tar.gz) = 78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87
+SIZE (PyAudio-0.2.14.tar.gz) = 47066