summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2d1e27350cf3cebdcb1982aca928b59db3f38e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python-configargparse-git
	pkgdesc = A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables
	pkgver = 1.4.1
	pkgrel = 2
	url = https://github.com/bw2/ConfigArgParse
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	optdepends = python-yaml: for YAML support
	provides = python-configargparse
	conflicts = python-configargparse
	source = git+https://github.com/bw2/ConfigArgParse.git
	sha512sums = SKIP

pkgname = python-configargparse-git