diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-04 06:08:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-04 06:12:10 +0000 |
commit | 837de389e1a639ba24c7ebac758bd5aa24816fa5 (patch) | |
tree | 8ae21ca01721b64831f1f7d0fb0a734c15aa8240 | |
parent | 02ddfcc8b45d58760eb1d9598458b8bb4863ca59 (diff) |
audio/py-sounddevice: Update 0.4.4 -> 0.4.5
Reported by: portscout
-rw-r--r-- | audio/py-sounddevice/Makefile | 3 | ||||
-rw-r--r-- | audio/py-sounddevice/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
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,5 +1,5 @@ PORTNAME= sounddevice -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes post-install: # workaround for https://github.com/spatialaudio/python-sounddevice/issues/116 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 |