summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b2e3271454006f6a4071db24476ca386b3be6067 (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.1.0
	pkgrel = 1
	url = https://github.com/beetbox/confuse
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://files.pythonhosted.org/packages/source/c/confuse/confuse-1.1.0.tar.gz
	source = confuse-1.1.0-LICENSE::https://github.com/beetbox/confuse/raw/v1.1.0/LICENSE
	sha256sums = adc1979ea6f4c0dd3d6fe06020c189843a649082ab8f6fb54db16f4ac5e5e1da
	sha256sums = 0b308ae66aaa1412ebbe645bec4002fd262d91e9cdf67b6f198026677ddfafcc

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

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