blob: 8cf7388b751ee8f671d1ed228c057e432ef968dc (
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-cyclopts4
pkgdesc = A modern, intuitive command line interface framework for Python
pkgver = 4.11.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-poetry-dynamic-versioning
depends = python
depends = python-attrs
depends = python-docstring-parser
depends = python-rich
depends = python-rich-rst
provides = python-cyclopts=4.11.0
conflicts = python-cyclopts
source = https://files.pythonhosted.org/packages/source/c/cyclopts/cyclopts-4.11.0.tar.gz
sha256sums = 1ffcb9990dbd56b90da19980d31596de9e99019980a215a5d76cf88fe452e94d
pkgname = python-cyclopts4
|