summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO25
1 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8d6262b6322b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,25 @@
+pkgbase = python-coreapi
+ pkgdesc = Python client library for Core API. http://core-api.github.io/python-client/
+ pkgver = 2.3.0
+ pkgrel = 1
+ url = https://github.com/core-api/python-client
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ options = !emptydirs
+ source = https://github.com/core-api/python-client/archive/2.3.0.tar.gz
+ sha256sums = 0d854f8f3757cb0daeee8b69edc9e437a959c5ba937e317323a5afc8777f5fbe
+
+pkgname = python-coreapi
+ depends = python-coreschema
+ depends = python-itypes
+ depends = python-requests
+ depends = python-uritemplate
+
+pkgname = python2-coreapi
+ depends = python2-coreschema
+ depends = python2-itypes
+ depends = python2-requests
+ depends = python2-uritemplate
+