]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-distutils-extra/python-distutils-extra.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / python-distutils-extra / python-distutils-extra.nm
CommitLineData
52570510 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
52570510
SS
4###############################################################################
5
802ea3af
MT
6name = python-distutils-extra
7version = 2.25
8release = 1
9arch = noarch
10
11groups = System/Libraries
12url = https://launchpad.net/python-distutils-extra
13license = GPLv2+
14summary = Integrate more support into Python's distutils.
15
16description
17 Enables you to easily integrate gettext support, themed icons and
18 scrollkeeper based documentation into Python's distutils.
19end
20
21source_dl =
22
23build
24 requires
25 python-devel
26 python-setuptools
27 end
28
29 build
30 python setup.py build
31 end
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36end
37
38packages
39 package %{name}
40end