2018-01-15 22:56:45 +01:00
|
|
|
PORTNAME= wavio
|
2022-12-27 07:15:11 +01:00
|
|
|
DISTVERSION= 0.0.7
|
2023-04-23 11:09:58 +02:00
|
|
|
PORTREVISION= 1
|
2018-01-15 22:56:45 +01:00
|
|
|
CATEGORIES= audio python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2018-01-15 22:56:45 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Python module for reading and writing WAV files using numpy arrays
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/WarrenWeckesser/wavio
|
2018-01-15 22:56:45 +01:00
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2018-01-15 22:56:45 +01:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|