]> git.ipfire.org Git - ipfire-3.x.git/blame - python-decorator/python-decorator.nm
git: Update to 2.23.0
[ipfire-3.x.git] / python-decorator / python-decorator.nm
CommitLineData
6ec2e552 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6ec2e552
SS
4###############################################################################
5
802ea3af
MT
6name = python-decorator
7version = 3.1.2
8release = 1
9arch = noarch
10thisapp = decorator-%{version}
11
12groups = Development/Languages
13url = http://www.phyast.pitt.edu/~micheles/python/documentation.html
14license = BSD
15summary = Module to simplify usage of decorators.
16
17description
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.
23end
24
25source_dl =
26
27build
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
39end
40
41packages
42 package %{name}
43end