This patch updates devel/py-tqdm. [Note that it implicitly relies on the recent devel/py-test update: without it, there will be a missing (indirect) dependency that causes `make test` to fail.] Tested working with audio/ffmpeg-normalize.
Laurie diff --git devel/py-tqdm/Makefile devel/py-tqdm/Makefile index 17226fa83b8..1f5c32c214c 100644 --- devel/py-tqdm/Makefile +++ devel/py-tqdm/Makefile @@ -1,6 +1,6 @@ COMMENT = progress bar for Python -MODPY_EGG_VERSION = 4.65.0 +MODPY_EGG_VERSION = 4.66.2 DISTNAME = tqdm-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} @@ -21,4 +21,7 @@ MODPY_PYBUILD = setuptools_scm FLAVORS = python3 FLAVOR = python3 +TEST_DEPENDS= devel/py-test-asyncio${MODPY_FLAVOR} \ + devel/py-test-timeout${MODPY_FLAVOR} + .include <bsd.port.mk> diff --git devel/py-tqdm/distinfo devel/py-tqdm/distinfo index a27b592e2e4..074df15d14e 100644 --- devel/py-tqdm/distinfo +++ devel/py-tqdm/distinfo @@ -1,2 +1,2 @@ -SHA256 (tqdm-4.65.0.tar.gz) = GHH7aKhrj7O1nKTN09zMvH5tYT7u0x9MMyUxl3uJvrU= -SIZE (tqdm-4.65.0.tar.gz) = 167542 +SHA256 (tqdm-4.66.2.tar.gz) = bNUs3w/vDg9UMpnPyW/skNe4p+iHRfQR7DPrRNXtNTE= +SIZE (tqdm-4.66.2.tar.gz) = 169462