diff --git a/audio/py-sounddevice/Makefile b/audio/py-sounddevice/Makefile index 4dd258f95103..2b7f311af5db 100644 --- a/audio/py-sounddevice/Makefile +++ b/audio/py-sounddevice/Makefile @@ -1,29 +1,29 @@ PORTNAME= sounddevice -DISTVERSION= 0.4.5 +DISTVERSION= 0.4.6 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Play and record sound through OSS in python programs WWW= https://github.com/spatialaudio/python-sounddevice 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+ +USES= python:3.7+ 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 5587da8f4b76..4b649481dc1e 100644 --- a/audio/py-sounddevice/distinfo +++ b/audio/py-sounddevice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662271593 -SHA256 (sounddevice-0.4.5.tar.gz) = 2fe0d41299e4f3037dad2acede4eff0666b34a1fa3da5335e47120373964bef5 -SIZE (sounddevice-0.4.5.tar.gz) = 51403 +TIMESTAMP = 1678604086 +SHA256 (sounddevice-0.4.6.tar.gz) = 3236b78f15f0415bdf006a620cef073d0c0522851d66f4a961ed6d8eb1482fe9 +SIZE (sounddevice-0.4.6.tar.gz) = 51300