summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 991a7fa0477d5407e02267594265962a983fda08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-jaxtyping
	pkgdesc = Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.
	pkgver = 0.2.15
	pkgrel = 1
	url = https://github.com/google/jaxtyping
	arch = any
	groups = jax
	license = Apache
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = python-numpy
	depends = python-typeguard
	depends = python-typing_extensions
	optdepends = python-jax: Original JAX type system support.
	optdepends = python-pytest: Extension for pytest with jaxtyping plugin.
	source = python-jaxtyping-0.2.15.tar.gz::https://github.com/google/jaxtyping/archive/refs/tags/v0.2.15.tar.gz
	sha256sums = 9ca611d2c23cd9b0fbe990f158cb042c0dd632d2542eb3bc6c52eb4a1c179a50

pkgname = python-jaxtyping