aboutsummaryrefslogtreecommitdiff
path: root/audio/py-sounddevice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-sounddevice/Makefile')
-rw-r--r--audio/py-sounddevice/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/py-sounddevice/Makefile b/audio/py-sounddevice/Makefile
index 8e009196fc6e..48464527ea1f 100644
--- a/audio/py-sounddevice/Makefile
+++ b/audio/py-sounddevice/Makefile
@@ -1,11 +1,13 @@
PORTNAME= sounddevice
-DISTVERSION= 0.4.4
+DISTVERSION= 0.4.6
+PORTREVISION= 1
CATEGORIES= audio python
-MASTER_SITES= CHEESESHOP
+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
@@ -15,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
${PYNUMPY} \
portaudio>0:audio/portaudio
-USES= python:3.6+
+USES= python
USE_PYTHON= distutils autoplist
+
NO_ARCH= yes
post-install: # workaround for https://github.com/spatialaudio/python-sounddevice/issues/116