Skip to content
Snippets Groups Projects
Commit 867905cc authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

devel/py-jaxtyping: New port: Type annotations & runtime checking for shape and dtype of JAX arrays

parent d1b902bb
No related branches found
No related tags found
No related merge requests found
......@@ -5026,6 +5026,7 @@
SUBDIR += py-jaraco.text
SUBDIR += py-jaraco.util
SUBDIR += py-javaproperties
SUBDIR += py-jaxtyping
SUBDIR += py-jdcal
SUBDIR += py-jedi
SUBDIR += py-jeepney
......
PORTNAME= jaxtyping
DISTVERSION= 0.2.34
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Type annotations & runtime checking for shape and dtype of JAX arrays
WWW= https://docs.kidger.site/jaxtyping/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>0:math/py-jax@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typeguard>=2.13.3:devel/py-typeguard@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1727066540
SHA256 (jaxtyping-0.2.34.tar.gz) = eed9a3458ec8726c84ea5457ebde53c964f65d2c22c0ec40d0555ae3fed5bbaf
SIZE (jaxtyping-0.2.34.tar.gz) = 32688
jaxtyping is a library providing type annotations and runtime type-checking for:
* shape and dtype of JAX arrays
* PyTrees
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment