]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - python-tornado/python-tornado.nm
findutils: Move to /usr.
[people/amarx/ipfire-3.x.git] / python-tornado / python-tornado.nm
CommitLineData
ecf0da53 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ecf0da53
SS
4###############################################################################
5
802ea3af
MT
6name = python-tornado
7version = 0.2
8release = 1
9arch = noarch
10thisapp = tornado-%{version}
11
12maintainer = Michael Tremer <michael.tremer@ipfire.org>
13groups = Development/Libraries
14url = http://www.tornadoweb.org/
15license = Apache2.0
16summary = A python based non-blocking web server.
17
18description
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.
22end
ecf0da53 23
802ea3af 24source_dl =
ecf0da53 25
802ea3af
MT
26build
27 requires
28 python-devel
29 end
ecf0da53 30
802ea3af
MT
31 build
32 python setup.py build
33 end
ecf0da53 34
802ea3af
MT
35 install
36 python setup.py install --skip-build --root=%{BUILDROOT}
37 end
38end
ecf0da53 39
802ea3af
MT
40packages
41 package %{name}
42end