gnu: python: Revert 77c7f8f4 and make Python 3 the default.

* gnu/packages/python.scm (python-3): Rename this to...
* gnu/packages/python.scm (python): ...this, rename this to...
* gnu/packages/python.scm (python-2): ...this.
This commit is contained in:
Andreas Enge 2013-09-02 21:48:50 +02:00
parent fbc1a58f40
commit b24d1cfc85

View file

@ -31,7 +31,7 @@ (define-module (gnu packages python)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix build-system python)) #:use-module (guix build-system python))
(define-public python (define-public python-2
(package (package
(name "python") (name "python")
(version "2.7.5") (version "2.7.5")
@ -151,8 +151,8 @@ (define-public python
data types.") data types.")
(license psfl))) (license psfl)))
(define-public python-3 (define-public python
(package (inherit python) (package (inherit python-2)
(version "3.3.2") (version "3.3.2")
(source (source
(origin (origin