]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-IPy/python-IPy.nm
ccache: Fix testsuite error with GCC 4.8.
[people/ms/ipfire-3.x.git] / python-IPy / python-IPy.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-IPy
7 version = 0.62
8 release = 1
9 arch = noarch
10 thisapp = IPy-%{version}
11
12 groups = System/Libraries
13 url = http://software.inl.fr/trac/trac.cgi/wiki/IPy
14 license = BSD
15 summary = Python module for handling IPv4 and IPv6 Addresses and Networks.
16
17 description
18 IPy is a Python module for handling IPv4 and IPv6 Addresses and \
19 Networks in a fashion similar to perl's Net::IP and friends. The IP \
20 class allows a comfortable parsing and handling for most notations \
21 in use for IPv4 and IPv6 Addresses and Networks.
22 end
23
24 source_dl =
25
26 build
27 requires
28 python-devel
29 end
30
31 build = # Nothing to do
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36 end
37
38 packages
39 package %{name}
40 end