]> git.ipfire.org Git - ipfire-3.x.git/blob - python-decorator/python-decorator.nm
git: Update to 2.23.0
[ipfire-3.x.git] / python-decorator / python-decorator.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-decorator
7 version = 3.1.2
8 release = 1
9 arch = noarch
10 thisapp = decorator-%{version}
11
12 groups = Development/Languages
13 url = http://www.phyast.pitt.edu/~micheles/python/documentation.html
14 license = BSD
15 summary = Module to simplify usage of decorators.
16
17 description
18 The aim of the decorator module is to simplify the usage of decorators
19 for the average programmer, and to popularize decorators usage giving
20 examples of useful decorators, such as memoize, tracing,
21 redirecting_stdout, locked, etc. The core of this module is a
22 decorator factory called decorator.
23 end
24
25 source_dl =
26
27 build
28 requires
29 python
30 end
31
32 build
33 python setup.py build
34 end
35
36 install
37 python setup.py install --skip-build --root=%{BUILDROOT}
38 end
39 end
40
41 packages
42 package %{name}
43 end