blob: b9519d8cc51ad44209470070e6d61b33b59a43c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-runtype
pkgdesc = Python utilities for run-time type validation and multiple dispatch
pkgver = 0.5.3
pkgrel = 2
url = https://github.com/erezsh/runtype
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python-typing_extensions
source = python-runtype-0.5.3.tar.gz::https://github.com/erezsh/runtype/archive/refs/tags/0.5.3.tar.gz
sha256sums = 94fdf42008ce74737f0a4d990fa33c4fd19eed8ba9e57084c8add92b48b7faf4
pkgname = python-runtype
|