diff options
-rw-r--r-- | devel/py-beartype/Makefile | 12 | ||||
-rw-r--r-- | devel/py-beartype/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/devel/py-beartype/Makefile b/devel/py-beartype/Makefile index 507b506e506a..a0dfb67eda02 100644 --- a/devel/py-beartype/Makefile +++ b/devel/py-beartype/Makefile @@ -1,5 +1,5 @@ PORTNAME= beartype -DISTVERSION= 0.19.0 +DISTVERSION= 0.20.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyright>0:devel/py-pyright@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyright>0:devel/py-pyright@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest @@ -25,4 +27,8 @@ NO_ARCH= yes BINARY_ALIAS= gcc=${CC} # only for tests +# tests as of 0.20.0: 4 failed, 373 passed, 14 skipped in 21.27s +# The test test_door_is_bearable_warnings fails: https://github.com/beartype/beartype/issues/497 +# The test test_is_hint_pep593_beartype fails: https://github.com/beartype/beartype/issues/498 + .include <bsd.port.mk> diff --git a/devel/py-beartype/distinfo b/devel/py-beartype/distinfo index e5974af8f082..7d5bb7338b29 100644 --- a/devel/py-beartype/distinfo +++ b/devel/py-beartype/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731388526 -SHA256 (beartype-0.19.0.tar.gz) = de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573 -SIZE (beartype-0.19.0.tar.gz) = 1294480 +TIMESTAMP = 1740212475 +SHA256 (beartype-0.20.0.tar.gz) = 599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529 +SIZE (beartype-0.20.0.tar.gz) = 1390635 |