1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
2023-04-23 09:09:58 +00:00

21 lines
422 B
Makefile

PORTNAME= wavio
DISTVERSION= 0.0.7
PORTREVISION= 1
CATEGORIES= audio python
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
NO_ARCH= yes
.include <bsd.port.mk>