blob: 2d02b4dc671686bb0693179811127bed17df8814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-fire
pkgdesc = Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/google/python-fire
arch = any
license = Apache-2.0
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python
source = https://github.com/google/python-fire/archive/v0.1.1.tar.gz
sha256sums = 8a0adccd9e8ac82b592f3b62d77d0c55e5e4c098b9deca433e254cca02627d84
pkgname = python-fire
pkgname = python2-fire
depends = python2
|