]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - python-tornado/python-tornado.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / python-tornado / python-tornado.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-tornado
7 version = 0.2
8 release = 1
9 arch = noarch
10 thisapp = tornado-%{version}
11
12 maintainer = Michael Tremer <michael.tremer@ipfire.org>
13 groups = Development/Libraries
14 url = http://www.tornadoweb.org/
15 license = Apache2.0
16 summary = A python based non-blocking web server.
17
18 description
19 The framework is distinct from most mainstream web server frameworks
20 (and certainly most Python frameworks) because it is non-blocking
21 and reasonably fast.
22 end
23
24 source_dl =
25
26 build
27 requires
28 python-devel
29 end
30
31 build
32 python setup.py build
33 end
34
35 install
36 python setup.py install --skip-build --root=%{BUILDROOT}
37 end
38 end
39
40 packages
41 package %{name}
42 end