diff --git a/audio/py-sounddevice/Makefile b/audio/py-sounddevice/Makefile index 8e009196fc6e..1d16652ce53a 100644 --- a/audio/py-sounddevice/Makefile +++ b/audio/py-sounddevice/Makefile @@ -1,27 +1,28 @@ PORTNAME= sounddevice -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Play and record sound through OSS in python programs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYNUMPY} \ portaudio>0:audio/portaudio USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes post-install: # workaround for https://github.com/spatialaudio/python-sounddevice/issues/116 @${GREP} "/sounddevice\." < ${_PYTHONPKGLIST} \ | ${SED} -e 's|/sounddevice\.|/_sounddevice.|' \ >> ${_PYTHONPKGLIST} .include diff --git a/audio/py-sounddevice/distinfo b/audio/py-sounddevice/distinfo index 38371d80fbcf..5587da8f4b76 100644 --- a/audio/py-sounddevice/distinfo +++ b/audio/py-sounddevice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642147628 -SHA256 (sounddevice-0.4.4.tar.gz) = f690f5aa418a56268c7bdbc97d697c85add0134c5c79d44b8a2ad7a1b85da789 -SIZE (sounddevice-0.4.4.tar.gz) = 54300 +TIMESTAMP = 1662271593 +SHA256 (sounddevice-0.4.5.tar.gz) = 2fe0d41299e4f3037dad2acede4eff0666b34a1fa3da5335e47120373964bef5 +SIZE (sounddevice-0.4.5.tar.gz) = 51403