]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - python-pyaspects/python-pyaspects.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / python-pyaspects / python-pyaspects.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-pyaspects
7version = 0.4.1
8release = 1
9thisapp = pyaspects-%{version}
10
11groups = Development/Languages
12url = http://github.com/baris/pyaspects/downloads
13license = GPLv2+
14summary = Module to provide aspect-oriented programming.
15
16description
17 PyAspects is a project to ease aspect-oriented programming
18 in Python language.
19end
20
21source_dl =
22
23build
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
35end
36
37packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end