diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-05-11 05:00:56 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-05-11 07:15:16 +0000 |
| commit | 09203c283fc4f13cdfc9bed1c6d6c0d3e2f8fe5d (patch) | |
| tree | d41469d7d2bb04e3bfe15d5b7573f2f3000005a6 | |
| parent | bf6ca7e0b8210ca4d6af32e493225fbb08ad5c2a (diff) | |
audio/py-auditok: update 0.4.1 → 0.4.2
| -rw-r--r-- | audio/py-auditok/Makefile | 12 | ||||
| -rw-r--r-- | audio/py-auditok/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/audio/py-auditok/Makefile b/audio/py-auditok/Makefile index 0ced51aaab7a..9ad2d5cdf8dc 100644 --- a/audio/py-auditok/Makefile +++ b/audio/py-auditok/Makefile @@ -1,8 +1,8 @@ PORTNAME= auditok -DISTVERSION= 0.4.1 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.2 CATEGORIES= audio python -MASTER_SITES= PYPI +#MASTER_SITES= PYPI # no testdata PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -23,8 +23,12 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR USES= python USE_PYTHON= pep517 concurrent autoplist pytest -NOARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= amsehili + +NO_ARCH= yes # tests as of 0.4.1: 768 passed, 1 failed (FFmpeg FLAC codec not available in test environment) +# tests as of 0.4.2: 8 failed, 768 passed, 6 warnings in 10.88s, see https://github.com/amsehili/auditok/issues/51 .include <bsd.port.mk> diff --git a/audio/py-auditok/distinfo b/audio/py-auditok/distinfo index 2f9013596668..d3c054909f4f 100644 --- a/audio/py-auditok/distinfo +++ b/audio/py-auditok/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777542463 -SHA256 (auditok-0.4.1.tar.gz) = 61aef3d3838e80217ecedc3058521a3c82eec44f650805153045a7b894225b73 -SIZE (auditok-0.4.1.tar.gz) = 107877 +TIMESTAMP = 1778475496 +SHA256 (amsehili-auditok-v0.4.2_GH0.tar.gz) = 9c35e0ed5a8bc7c704e6c347725dbe44c5c5e8a1d4b7ce263b45cc16d681b3b8 +SIZE (amsehili-auditok-v0.4.2_GH0.tar.gz) = 2157066 |
