summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: dc876992a6f4021afd0c40b21bc157ac5e8aff29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = python-confuse
	pkgdesc = Configuration library for Python that uses YAML
	pkgver = 1.4.0
	pkgrel = 1
	url = https://github.com/beetbox/confuse
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = confuse-1.4.0.tar.gz::https://files.pythonhosted.org/packages/source/c/confuse/confuse-1.4.0.tar.gz
	source = confuse-1.4.0-LICENSE::https://github.com/beetbox/confuse/raw/v1.4.0/LICENSE
	sha256sums = 92fc0451c6e2c2732ac363d0f59d7ea608abddbed062dda8e98e9a8c986ce464
	sha256sums = 0b308ae66aaa1412ebbe645bec4002fd262d91e9cdf67b6f198026677ddfafcc

pkgname = python-confuse
	depends = python
	depends = python-yaml

pkgname = python2-confuse
	depends = python2
	depends = python2-yaml