summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2015-12-07 16:34:49 +0100
committerMichal Krenek (Mikos)2015-12-07 16:34:49 +0100
commitdaea6280f4486e27b89b464e2cddbd6bd030d6f3 (patch)
tree15e2411cdc51527e1d5df52d6244ba2cc987e310 /.SRCINFO
downloadaur-daea6280f4486e27b89b464e2cddbd6bd030d6f3.tar.gz
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ca8798a19418
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = python-txws
+ pkgdesc = Twisted WebSockets
+ pkgver = 0.9.1
+ pkgrel = 1
+ url = https://github.com/MostAwesomeDude/txWS
+ arch = any
+ license = MIT
+ makedepends = git
+ source = git+https://github.com/MostAwesomeDude/txWS.git#tag=0.9.1
+ sha256sums = SKIP
+
+pkgname = python-txws
+ depends = python-twisted
+ depends = python-six
+
+pkgname = python2-txws
+ depends = python2-twisted
+ depends = python2-six
+