]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-pyaspects/python-pyaspects.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / python-pyaspects / python-pyaspects.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-pyaspects
7 version = 0.4.1
8 release = 1
9 thisapp = pyaspects-%{version}
10
11 groups = Development/Languages
12 url = http://github.com/baris/pyaspects/downloads
13 license = GPLv2+
14 summary = Module to provide aspect-oriented programming.
15
16 description
17 PyAspects is a project to ease aspect-oriented programming
18 in Python language.
19 end
20
21 source_dl =
22
23 build
24 requires
25 python-devel
26 end
27
28 build
29 python setup.py build
30 end
31
32 install
33 python setup.py install --root=%{BUILDROOT}
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end