mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
audio/py-aubio: Simplify regression tests
This commit is contained in:
parent
4218fb6803
commit
9e65607e20
1 changed files with 3 additions and 7 deletions
|
@ -8,14 +8,10 @@ COMMENT= Python bindings for aubio music analysis
|
|||
LIB_DEPENDS= libaubio.so:audio/aubio
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
TEST_DEPENDS= sox:audio/sox \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR}
|
||||
TEST_DEPENDS= sox:audio/sox
|
||||
|
||||
USES+= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
TEST_TARGET= ${WRKSRC}/python
|
||||
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER}
|
||||
USES+= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/aubio
|
||||
SLAVEPORT= py
|
||||
|
|
Loading…
Add table
Reference in a new issue