blob: e5532454cf31f9dbf677e9e6038a894d722e9bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-mando
pkgdesc = Python library wrapping argparse to help write flexible CLI applications
pkgver = 0.8.2
pkgrel = 1
url = https://mando.readthedocs.org/
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-rst2ansi
makedepends = python-setuptools
makedepends = python-wheel
depends = python
optdepends = python-rst2ansi: ReST formatting of console help output
optdepends = python-sphinx: run unit tests
source = https://files.pythonhosted.org/packages/source/m/mando/mando-0.8.2.tar.gz
sha256sums = 539659d9a2fdc6c9a188211c58f381e0dafe9597085174c5472eb1ed0224b6b5
pkgname = python-mando
|