blob: 36f884d2f9f5c6b3c82c52973438136ce07e042a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-beartype
pkgdesc = Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python
pkgver = 0.22.9
pkgrel = 1
url = https://github.com/beartype/beartype
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-numpy
checkdepends = python-xarray
checkdepends = python-click
checkdepends = python-rich-click
checkdepends = python-pygments
checkdepends = python-typing_extensions
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.9
source = python-beartype-0.22.9.tar.gz::https://github.com/beartype/beartype/archive/v0.22.9.tar.gz
sha256sums = ecc0518c0c9102637e711c8f46ce0ba561c3138c89aea522d4b28b84a5f47b2d
pkgname = python-beartype
|