]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame_incremental - python-IPy/python-IPy.nm
c_icap: Rebuild against libdb
[people/amarx/ipfire-3.x.git] / python-IPy / python-IPy.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-IPy
7version = 0.62
8release = 1
9arch = noarch
10thisapp = IPy-%{version}
11
12groups = System/Libraries
13url = http://software.inl.fr/trac/trac.cgi/wiki/IPy
14license = BSD
15summary = Python module for handling IPv4 and IPv6 Addresses and Networks.
16
17description
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.
22end
23
24source_dl =
25
26build
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
36end
37
38packages
39 package %{name}
40end