pythonPackages.iptools: 0.4.0 -> 0.6.1
This commit is contained in:
parent
a272e855a3
commit
46afdaf783
@ -3857,13 +3857,15 @@ rec {
|
|||||||
}) else null;
|
}) else null;
|
||||||
|
|
||||||
iptools = buildPythonPackage rec {
|
iptools = buildPythonPackage rec {
|
||||||
version = "0.4.0";
|
version = "0.6.1";
|
||||||
name = "iptools-${version}";
|
name = "iptools-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/i/iptools/iptools-${version}.tar.gz";
|
url = "http://pypi.python.org/packages/source/i/iptools/iptools-${version}.tar.gz";
|
||||||
md5 = "de60e5fab861f29dbf5f4446f8576532";
|
md5 = "aed4045638fd40c16f8d9bb04606f700";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ nose ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utilities for manipulating IP addresses including a class that can be used to include CIDR network blocks in Django's INTERNAL_IPS setting.";
|
description = "Utilities for manipulating IP addresses including a class that can be used to include CIDR network blocks in Django's INTERNAL_IPS setting.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user