summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c5ba1eb14555dac69e99bb538a3d28db1028c8ff (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.20
	pkgrel = 1
	url = https://github.com/google/jaxtyping
	arch = any
	groups = jax
	license = Apache
	makedepends = python-build
	makedepends = python-hatchling
	makedepends = python-installer
	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.20.tar.gz::https://github.com/google/jaxtyping/archive/refs/tags/v0.2.20.tar.gz
	sha256sums = ed4fdbebc96f87a40e8f834ec4739381c0c110d43cd0b4268b671e981d8140a8

pkgname = python-jaxtyping