From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: [PATCH] distro: Add Python 2.7.3. Date: Mon, 14 Jan 2013 17:44:40 -0500 Message-ID: <87a9sbfkpb.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuslk-0006vh-Qt for bug-guix@gnu.org; Mon, 14 Jan 2013 17:44:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tuslg-0006tB-PB for bug-guix@gnu.org; Mon, 14 Jan 2013 17:44:40 -0500 Received: from [2a01:7e00::f03c:91ff:fedf:181] (port=36065 helo=cooksoni.karetnikov.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuslg-0006sz-El for bug-guix@gnu.org; Mon, 14 Jan 2013 17:44:36 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Hi, Note that I haven't tested this patch with the latest code because of this error [1]. But the build succeeded in the other repo. Also, should we explictly mention the licenses for third-party software incorporated in the Python distribution [2]? Nikita [1] https://lists.gnu.org/archive/html/bug-guix/2013-01/msg00139.html [2] http://docs.python.org/2/license.html#licenses-and-acknowledgements-for-incorporated-software --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-distro-Add-Python-2.7.3.patch Content-Transfer-Encoding: quoted-printable From=2079c91df9df0899aa96418dad0f3015a7e58fc618 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Mon, 14 Jan 2013 22:26:43 +0000 Subject: [PATCH] distro: Add Python 2.7.3. * distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it. =2D-- Makefile.am | 1 + distro/packages/python.scm | 60 ++++++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 61 insertions(+), 0 deletions(-) create mode 100644 distro/packages/python.scm diff --git a/Makefile.am b/Makefile.am index 7c36eff..9935076 100644 =2D-- a/Makefile.am +++ b/Makefile.am @@ -98,6 +98,7 @@ MODULES =3D \ distro/packages/perl.scm \ distro/packages/pkg-config.scm \ distro/packages/pth.scm \ + distro/packages/python.scm \ distro/packages/readline.scm \ distro/packages/recutils.scm \ distro/packages/rsync.scm \ diff --git a/distro/packages/python.scm b/distro/packages/python.scm new file mode 100644 index 0000000..4157821 =2D-- /dev/null +++ b/distro/packages/python.scm @@ -0,0 +1,60 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright =C2=A9 2013 Nikita Karetnikov +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (distro packages python) + #:use-module (guix licenses) + #:use-module ((distro packages compression) + #:renamer (symbol-prefix-proc 'guix:)) + #:use-module ((distro packages openssl) + #:renamer (symbol-prefix-proc 'guix:)) + #:use-module (distro packages base) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system gnu)) + +(define-public python + (package + (name "python") + (version "2.7.3") + (source + (origin + (method url-fetch) + (uri (string-append "http://www.python.org/ftp/python/" + version "/Python-" version ".tar.xz")) + (sha256 + (base32 + "11f9aw855lrmknr6c82gm1ijr3n0smc6idyp94y7774yivjnplv1")))) + (build-system gnu-build-system) + (arguments `(#:tests? #f)) ; XXX: some tests fail + (inputs + `(("zlib" ,guix:zlib) + ("openssl" ,guix:openssl) + ("bzip2" ,guix:bzip2) + ("glibc" ,glibc-final))) + (home-page "http://python.org") + (synopsis + "Python, a high-level dynamically-typed programming language") + (description + "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 psfl))) =2D-=20 1.7.5.4 --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJQ9Ip0AAoJEM+IQzI9IQ380EUP/0J7W3TyiWUqNAV9CAtzOV6R fISOK+lpcvXSBv99Rykaa/EL0kdfZ3atB7Wuika4AodWUFcZQWabSDDbLcyyBZYz 8fWD0pz58/kckL7JMxckUyDlqErKQkiPiL1UAtiL8775nx5X2Yok07ls2NYcbzjD MYJLxpHV1bzir+yYW3SK8c9ZKSfYNK41RuiTH8NoIxHZFxxVo5MxrhgXBTwqhCWd DvzKbaSLyMtiOKFCB+nJZjRITvZTSjp9NfRpSqaUWQwhq8HsV/0AWvFqwsoRKuqS iUBbdmtE3Gjn0ZkZfXvl0Ck/HNVS+UKoWvYxrJaaEd4dgq/A1BJZm64hjEMp8Ms0 Wc490erScIDLj/zFNQSoHYXAyhCDGUXqGCEcXH60x2qPpNPhb9hr5OEMscoRc7Ql XLNhVZiAg27/BP8tpWdcVtVWIUgCMpNAQmY1nNeHw2bVdCp+ptaI0lPHHG7pwD7K K9sygs3CB3S8Sd977XXBSxw+ruF/WkY0pVnw+bLVe4sMDl3Cx1ZDfRmySipQsvMm ty9je63EcGZSgQj5sDhyqMIy62ThRk5MZKa2T/QMd6GtX43fuqlMR/K4ZPIqt5uo PThWr4+TsXAG+8/t+T3L8HQZyKFYl7Dbath72TKBMmMABkAtLaq2wurUU1ublDvO 7dDi1ZOlVg9jfxBXcpUw =cRsa -----END PGP SIGNATURE----- --==-=-=--