Author: simons
Date: Wed Aug 18 15:03:34 2010
New Revision: 23228
URL: https://svn.nixos.org/websvn/nix/?rev=23228&sc=1
Log:
pkgs/development/interpreters/python/2.7: added various meta attributes
Modified:
nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix
Modified: nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix Wed Aug
18 14:45:13 2010 (r23227)
+++ nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix Wed Aug
18 15:03:34 2010 (r23228)
@@ -92,6 +92,18 @@
enableParallelBuilding = true;
meta = {
+ homepage = "http://python.org";
+ description = "Python -- a high-level dynamically-typed programming
language";
+ longDescription = ''
+ Python is a remarkably powerful dynamic programming language that
+ is used in a wide variety of application domains. Some of its key
+ distinguishing features include: clear, readable syntax; strong
+ introspection capabilities; intuitive object orientation; natural
+ expression of procedural code; full modularity, supporting
+ hierarchical packages; exception-based error handling; and very
+ high level dynamic data types.
+ '';
+ license = "GPLv2";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ];
};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits