add PSFL, update python meta (license, maintainers, unify description)
svn path=/nixpkgs/branches/stdenv-updates/; revision=32585
This commit is contained in:
parent
59d4678e83
commit
8e32380a79
@ -75,7 +75,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://python.org";
|
homepage = "http://python.org";
|
||||||
description = "Python -- a high-level dynamically-typed programming language";
|
description = "a high-level dynamically-typed programming language";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Python is a remarkably powerful dynamic programming language that
|
Python is a remarkably powerful dynamic programming language that
|
||||||
is used in a wide variety of application domains. Some of its key
|
is used in a wide variety of application domains. Some of its key
|
||||||
@ -85,9 +85,9 @@ let
|
|||||||
hierarchical packages; exception-based error handling; and very
|
hierarchical packages; exception-based error handling; and very
|
||||||
high level dynamic data types.
|
high level dynamic data types.
|
||||||
'';
|
'';
|
||||||
license = "GPLv2";
|
license = stdenv.lib.licenses.psfl;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = with stdenv.lib.maintainers; [ simons chaoflow ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://python.org";
|
homepage = "http://python.org";
|
||||||
description = "Python -- a high-level dynamically-typed programming language";
|
description = "a high-level dynamically-typed programming language";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Python is a remarkably powerful dynamic programming language that
|
Python is a remarkably powerful dynamic programming language that
|
||||||
is used in a wide variety of application domains. Some of its key
|
is used in a wide variety of application domains. Some of its key
|
||||||
@ -99,9 +99,9 @@ let
|
|||||||
hierarchical packages; exception-based error handling; and very
|
hierarchical packages; exception-based error handling; and very
|
||||||
high level dynamic data types.
|
high level dynamic data types.
|
||||||
'';
|
'';
|
||||||
license = "GPLv2";
|
license = stdenv.lib.licenses.psfl;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = with stdenv.lib.maintainers; [ simons chaoflow ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -80,8 +80,9 @@ stdenv.mkDerivation {
|
|||||||
hierarchical packages; exception-based error handling; and very
|
hierarchical packages; exception-based error handling; and very
|
||||||
high level dynamic data types.
|
high level dynamic data types.
|
||||||
'';
|
'';
|
||||||
license = "GPLv2";
|
license = stdenv.lib.licenses.psfl;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = with stdenv.lib.maintainers; [ simons chaoflow ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -79,8 +79,8 @@ stdenv.mkDerivation {
|
|||||||
hierarchical packages; exception-based error handling; and very
|
hierarchical packages; exception-based error handling; and very
|
||||||
high level dynamic data types.
|
high level dynamic data types.
|
||||||
'';
|
'';
|
||||||
license = "GPLv2";
|
license = stdenv.lib.licenses.psfl;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = with stdenv.lib.maintainers; [ simons chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -165,6 +165,12 @@
|
|||||||
fullname = "Public Domain";
|
fullname = "Public Domain";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
psfl = {
|
||||||
|
shortName = "PSFL";
|
||||||
|
fullName = "Python Software Foundation License";
|
||||||
|
url = http://docs.python.org/license.html;
|
||||||
|
};
|
||||||
|
|
||||||
proprietary = {
|
proprietary = {
|
||||||
shortName = "Proprietary";
|
shortName = "Proprietary";
|
||||||
fullName = "Proprietary (non redistributable) license";
|
fullName = "Proprietary (non redistributable) license";
|
||||||
|
Loading…
Reference in New Issue
Block a user