forked from Lainports/freebsd-ports
audio/py-auditok: update 0.2.0 → 0.3.0
This commit is contained in:
parent
ebc7923cea
commit
fad8d2a812
2 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= auditok
|
PORTNAME= auditok
|
||||||
DISTVERSION= 0.2.0
|
DISTVERSION= 0.3.0
|
||||||
CATEGORIES= audio python
|
CATEGORIES= audio python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
@ -11,7 +11,6 @@ WWW= https://github.com/amsehili/auditok/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
# dependencies aren't listed in setup.py and pyproject.toml, see https://github.com/amsehili/auditok/issues/46
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||||
${PYNUMPY} \
|
${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
|
||||||
|
|
@ -23,4 +22,6 @@ USE_PYTHON= distutils concurrent autoplist pytest
|
||||||
|
|
||||||
NOARCH= yes
|
NOARCH= yes
|
||||||
|
|
||||||
|
# tests as of auditok: 7 failed, 608 passed, 218 warnings in 23.05s (failures likely to numpy-1.x while numpy-2.x would possibly work)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1697993685
|
TIMESTAMP = 1734313200
|
||||||
SHA256 (auditok-0.2.0.tar.gz) = 46c512e287b2e13df4819774166af32b236d754afbe6b0dc87281b233e5ae688
|
SHA256 (auditok-0.3.0.tar.gz) = 8565d6e7dfbecb7dbbe5c54fb5af66f8c1c827e06745c19df0e3fa468d0022a1
|
||||||
SIZE (auditok-0.2.0.tar.gz) = 2162248
|
SIZE (auditok-0.3.0.tar.gz) = 1798515
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue