summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2da752f54dc7eddcb42dcd973981b30d8c4a01f6 (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.0.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.0.0.tar.gz
	source = confuse-1.0.0-LICENSE::https://github.com/beetbox/confuse/raw/v1.0.0/LICENSE
	sha256sums = 5977c6a876b179f8c86ecaf530cc24bf00baaad028c3350b502ee6949536188c
	sha256sums = 0b308ae66aaa1412ebbe645bec4002fd262d91e9cdf67b6f198026677ddfafcc

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

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