summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-07 00:03:35 -0600
committercarlwgeorge2017-01-07 00:03:35 -0600
commite46f74f73c80a0294b8d590ced0400c88cf5627b (patch)
treeb73e7a2f7cefeca547ff036c59d04cfb20b5fcf6 /.SRCINFO
downloadaur-e46f74f73c80a0294b8d590ced0400c88cf5627b.tar.gz
0.1.9-1
* initial package
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fc6ede6bf05e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by mksrcinfo v8
+# Sat Jan 7 06:02:22 UTC 2017
+pkgbase = python-sanic
+ pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
+ pkgver = 0.1.9
+ pkgrel = 1
+ url = https://github.com/channelcat/sanic
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ source = https://github.com/channelcat/sanic/archive/0.1.9.tar.gz
+ sha256sums = d9bb3b0a051061219e9357df583031510241f3be3a7be4e3bd84d3f8461854cb
+
+pkgname = python-sanic
+ depends = python-uvloop>=0.5.3
+ depends = python-httptools>=0.0.9
+ depends = python-ujson>=1.35
+ depends = python-aiofiles>=0.3.0
+ depends = python-multidict>=2.0
+