]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - python-IPy/python-IPy.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / python-IPy / python-IPy.nm
CommitLineData
c2565943 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
c2565943
SS
4###############################################################################
5
802ea3af
MT
6name = python-IPy
7version = 0.62
8release = 1
9arch = noarch
10thisapp = IPy-%{version}
c2565943 11
802ea3af
MT
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.
c2565943 16
802ea3af 17description
c2565943
SS
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.
802ea3af
MT
22end
23
24source_dl =
25
26build
27 requires
28 python-devel
29 end
c2565943 30
802ea3af 31 build = # Nothing to do
c2565943 32
802ea3af
MT
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36end
c2565943 37
802ea3af
MT
38packages
39 package %{name}
40end