Cyril Roelandt <[email protected]> skribis: > * gnu/packages/python.scm (python3): New variable.
[...] > +(define-public python3 > + (package (inherit python) > + (version "3.3.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://www.python.org/ftp/python/" > + version "/Python-" version ".tar.xz")) > + (sha256 > + (base32 > + "0hsbwqjnhr85a2w252c8d3yj8d9i5sy8s6a6cfk6zqqhp3234nvl")))))) Nice that it works without any modifications. Please push. (I think Andreas wanted to discuss the naming convention for Python packages, but I think adding Python 3 doesn’t cause any problems.) Ludo’.
