summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ca8798a19418b1d453da3b628c0ccdb4e6e49ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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