aboutsummaryrefslogtreecommitdiff
path: root/audio/py-wavio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-wavio/Makefile')
-rw-r--r--audio/py-wavio/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/py-wavio/Makefile b/audio/py-wavio/Makefile
index ad4335f96dce..21324137114a 100644
--- a/audio/py-wavio/Makefile
+++ b/audio/py-wavio/Makefile
@@ -1,19 +1,20 @@
PORTNAME= wavio
-DISTVERSION= 0.0.4
-PORTREVISION= 2
+DISTVERSION= 0.0.8
CATEGORIES= audio python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python module for reading and writing WAV files using numpy arrays
+WWW= https://github.com/WarrenWeckesser/wavio
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY}
-USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= distutils autoplist pytest
+
NO_ARCH= yes
.include <bsd.port.mk>