mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/py-essentia: fix build
Correct the previous fix to make it actually work. Reported by: yuri (maintainer) Pointy hat to: rm
This commit is contained in:
parent
181653c687
commit
c41ef0947d
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= essentia
|
PORTNAME= essentia
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.1_beta5-859
|
DISTVERSION= 2.1_beta5-859
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
DISTVERSIONSUFFIX= -gb247091f
|
DISTVERSIONSUFFIX= -gb247091f
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||||
|
|
||||||
PATCH_SITES= https://raw.githubusercontent.com/MTG/essentia/d02b6c752046802a711530e2bcd5feafca42247d/
|
MASTER_SITES= https://raw.githubusercontent.com/MTG/essentia/d02b6c752046802a711530e2bcd5feafca42247d/
|
||||||
PATCH_FILES= waf
|
DISTFILES= waf
|
||||||
|
EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}*.gz
|
||||||
|
|
||||||
USES= eigen:3 pkgconfig python
|
USES= eigen:3 pkgconfig python
|
||||||
USE_PYTHON= pytest
|
USE_PYTHON= pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue