summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9934c76ba26a05cad45082c7f046d4a90a05c618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-jaxtyping
	pkgdesc = Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.
	pkgver = 0.3.1
	pkgrel = 1
	url = https://github.com/patrick-kidger/jaxtyping
	arch = any
	groups = jax
	license = Apache-2.0
	makedepends = python-build
	makedepends = python-hatchling
	makedepends = python-installer
	makedepends = python-wheel
	depends = python-wadler-lindig
	optdepends = python-jax: Original JAX type system support.
	optdepends = python-pytest: Extension for pytest with jaxtyping plugin.
	source = python-jaxtyping-0.3.1.tar.gz::https://github.com/google/jaxtyping/archive/refs/tags/v0.3.1.tar.gz
	sha256sums = 0087a992dfb84cf87e8a106b9a1974df68a33091bc6c7e4c69cba5330bbcc71b

pkgname = python-jaxtyping