blob: 76eeb4737dbfad80b6194123eafbdb8855d0b12a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-cyclopts
pkgdesc = A modern, intuitive command line interface framework for Python
pkgver = 4.12.0
pkgrel = 1
url = https://github.com/BrianPugh/cyclopts
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python
depends = python-attrs
depends = python-docstring-parser
depends = python-rich
depends = python-rich-rst
source = https://files.pythonhosted.org/packages/source/c/cyclopts/cyclopts-4.12.0.tar.gz
sha256sums = SKIP
pkgname = python-cyclopts
|