summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2da752f54dc7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,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
+