]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - python3-tornado/python3-tornado.nm
python3-tornado: Update to version 6.3.3-1
[people/pmueller/ipfire-3.x.git] / python3-tornado / python3-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
995afeea 6name = python3-tornado
81604fea 7version = 6.3.3
802ea3af 8release = 1
802ea3af
MT
9thisapp = tornado-%{version}
10
11maintainer = Michael Tremer <michael.tremer@ipfire.org>
12groups = Development/Libraries
995afeea 13url = https://www.tornadoweb.org/
1f6a2693 14license = ASL 2.0
995afeea 15summary = A python based non-blocking web server
802ea3af
MT
16
17description
18 The framework is distinct from most mainstream web server frameworks
19 (and certainly most Python frameworks) because it is non-blocking
20 and reasonably fast.
21end
ecf0da53 22
995afeea 23source_dl = https://github.com/tornadoweb/tornado/archive/refs/tags/v%{version}.tar.gz#/
ecf0da53 24
802ea3af
MT
25build
26 requires
c06e7bf4 27 python3-devel >= 3.4
995afeea 28 python3-setuptools
802ea3af 29 end
ecf0da53 30
802ea3af 31 build
1f6a2693 32 %{python3} setup.py build
802ea3af 33 end
ecf0da53 34
802ea3af 35 install
1f6a2693 36 %{python3} setup.py install --skip-build --root=%{BUILDROOT}
802ea3af
MT
37 end
38end
ecf0da53 39
802ea3af
MT
40packages
41 package %{name}
1f6a2693 42
995afeea
MT
43 package %{name}-debuginfo
44 template DEBUGINFO
1f6a2693 45 end
802ea3af 46end