Merge branch 'master' into core-updates
authorLudovic Courtès <ludo@gnu.org>
Sun, 13 Sep 2015 19:28:01 +0000 (21:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 13 Sep 2015 19:28:01 +0000 (21:28 +0200)
22 files changed:
1  2 
gnu-system.am
gnu/packages/admin.scm
gnu/packages/bioinformatics.scm
gnu/packages/bootstrap.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/emacs.scm
gnu/packages/engineering.scm
gnu/packages/gtk.scm
gnu/packages/image.scm
gnu/packages/linux.scm
gnu/packages/make-bootstrap.scm
gnu/packages/maths.scm
gnu/packages/pdf.scm
gnu/packages/perl.scm
gnu/packages/python.scm
gnu/packages/version-control.scm
gnu/packages/video.scm
gnu/packages/xml.scm
gnu/system/install.scm
guix/build/emacs-build-system.scm
guix/packages.scm

diff --cc gnu-system.am
@@@ -415,13 -415,6 +416,7 @@@ dist_patch_DATA =                                         
    gnu/packages/patches/clang-libc-search-path.patch           \
    gnu/packages/patches/clucene-pkgconfig.patch                        \
    gnu/packages/patches/cmake-fix-tests.patch                  \
-   gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch           \
-   gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch           \
-   gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch           \
-   gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch           \
-   gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch           \
-   gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch \
 +  gnu/packages/patches/coreutils-racy-tail-test.patch         \
    gnu/packages/patches/cpio-gets-undeclared.patch             \
    gnu/packages/patches/cpufrequtils-fix-aclocal.patch         \
    gnu/packages/patches/crda-optional-gcrypt.patch             \
    gnu/packages/patches/glibc-bootstrap-system.patch           \
    gnu/packages/patches/glibc-ldd-x86_64.patch                 \
    gnu/packages/patches/glibc-locales.patch                    \
 +  gnu/packages/patches/glibc-o-largefile.patch                        \
    gnu/packages/patches/gmp-arm-asm-nothumb.patch              \
+   gnu/packages/patches/gnucash-price-quotes-perl.patch                \
    gnu/packages/patches/gnutls-doc-fix.patch                   \
    gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \
    gnu/packages/patches/gobject-introspection-cc.patch         \
    gnu/packages/patches/patchelf-rework-for-arm.patch          \
    gnu/packages/patches/patchutils-xfail-gendiff-tests.patch   \
    gnu/packages/patches/patch-hurd-path-max.patch              \
 +  gnu/packages/patches/perl-autosplit-default-time.patch      \
+   gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch \
    gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \
    gnu/packages/patches/perl-module-pluggable-search.patch     \
    gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -326,16 -321,19 +326,23 @@@ types are supported, as is encryption."
                                              (map (cut string-pad <> 2 #\0)
                                                   other-digits))
                                             6 #\0))))))
 -                   (string-append
 -                    "https://fossies.org/linux/misc/sqlite-autoconf-"
 -                    numeric-version ".tar.gz")
 +                   (list
 +                    (string-append
-                      "http://distfiles.gentoo.org/distfiles/"
-                      "/sqlite-autoconf-" numeric-version ".tar.gz")
++                     "https://fossies.org/linux/misc/sqlite-autoconf-"
++                     numeric-version ".tar.gz")
 +                    (string-append
-                      "mirror://sourceforge/sqlite.mirror/SQLite%20" version
-                      "/sqlite-autoconf-" numeric-version ".tar.gz"))))
++                     "http://distfiles.gentoo.org/distfiles/"
++                     "/sqlite-autoconf-" numeric-version ".tar.gz"))
+                    ;; XXX: As of 2015-09-08, SourceForge is squatting the URL
+                    ;; below, returning 200 and showing an advertising page.
+                    ;; (string-append
+                    ;;  "mirror://sourceforge/sqlite.mirror/SQLite%20" version
+                    ;;  "/sqlite-autoconf-" numeric-version ".tar.gz")
+                    ))
              (sha256
               (base32
 -              "09nnaqx50gl1vmfvdipirizr61q3s0ywlql50f9kr1bx9rdfb0l3"))))
 +              "1dnkl4qr1dgaprbyf3jddfiynkhxnin86qabni47wjlc0fnb16gv"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)))
     (arguments
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -4628,33 -4634,108 +4632,139 @@@ term.js Javascript terminal emulator li
                  ,@(alist-delete "python-tornado"
                                  (package-propagated-inputs terminado)))))))
  
 +(define-public python-fonttools
 +  (package
 +    (name "python-fonttools")
 +    (version "2.5")
 +    (source (origin
 +              (method url-fetch)
 +              (uri (string-append
 +                    "https://pypi.python.org/packages/source/F/FontTools/"
 +                    "fonttools-" version ".tar.gz"))
 +              (sha256
 +               (base32
 +                "08ay3x4ijarwhl60gqx2i9jzq6pxs20p4snc2d1q5jagh4rn39lb"))))
 +    (build-system python-build-system)
 +    (arguments '(#:test-target "check"))
 +    (propagated-inputs
 +     ;; XXX: module not found if setuptools is not available.
 +     `(("python-setuptools" ,python-setuptools)))
 +    (home-page "http://github.com/behdad/fonttools")
 +    (synopsis "Tools to manipulate font files")
 +    (description
 +     "FontTools/TTX is a library to manipulate font files from Python.  It
 +supports reading and writinfg of TrueType/OpenType fonts, reading and writing
 +of AFM files, reading (and partially writing) of PS Type 1 fonts.  The package
 +also contains a tool called “TTX” which converts TrueType/OpenType fonts to and
 +from an XML-based format.")
 +    (license (non-copyleft "file://LICENSE.txt"
 +                           "See LICENSE.txt in the distribution."))))
 +
 +(define-public python2-fonttools
 +  (package-with-python2 python-fonttools))
++
+ (define-public python-ly
+   (package
+     (name "python-ly")
+     (version "0.9.2")
+     (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+              "https://pypi.python.org/packages/source/p/python-ly/python-ly-"
+              version ".tar.gz"))
+        (sha256
+         (base32
+          "1bsjg4q9ihr8bfdclrcmb8yjcg8xm9dznh58f3zsyrkrjzwbhcd2"))))
+     (build-system python-build-system)
+     (native-inputs
+      `(("python-setuptools" ,python-setuptools)))
+     (synopsis "Tool and library for manipulating LilyPond files")
+     (description "This package provides a Python library to parse, manipulate
+ or create documents in LilyPond format.  A command line program ly is also
+ provided that can be used to do various manipulations with LilyPond files.")
+     (home-page "https://pypi.python.org/pypi/python-ly")
+     (license gpl2+)))
+ (define-public python-appdirs
+   (package
+     (name "python-appdirs")
+     (version "1.4.0")
+     (source
+       (origin
+         (method url-fetch)
+         (uri (string-append
+                "https://pypi.python.org/packages/source/a/appdirs/appdirs-"
+                version
+                ".tar.gz"))
+         (sha256
+           (base32
+             "1iddva7v3fq0aqzsahkazxr7vpw28mqcrsy818z4wyiqnkplbhlg"))))
+     (build-system python-build-system)
+     (inputs
+       `(("python-setuptools" ,python-setuptools)))
+     (home-page "http://github.com/ActiveState/appdirs")
+     (synopsis
+       "Determine platform-specific dirs, e.g. a \"user data dir\"")
+     (description
+       "This module provides a portable way of finding out where user data
+ should be stored on various operating systems.")
+     (license license:expat)))
+ (define-public python2-appdirs
+   (package-with-python2 python-appdirs))
+ (define-public python-llfuse
+   (package
+     (name "python-llfuse")
+     (version "0.41")
+     (source (origin
+               (method url-fetch)
+               (uri (string-append
+                     "https://bitbucket.org/nikratio/python-llfuse/downloads/"
+                     "llfuse-" version ".tar.bz2"))
+               (sha256
+                (base32
+                 "0yzy8ixpmxk00kdq6lx5vvwbs0n6s59qnja5q0js2ahbqyxiz2hb"))))
+     (build-system python-build-system)
+     (inputs
+      `(("fuse" ,fuse)
+        ("attr" ,attr)))
+     (native-inputs
+      `(("pkg-config" ,pkg-config)
+        ("python-setuptools" ,python-setuptools)))
+     (synopsis "Python bindings for FUSE")
+     (description
+      "Python-LLFUSE is a set of Python bindings for the low level FUSE API.")
+     (home-page "https://bitbucket.org/nikratio/python-llfuse/")
+     ;; Python-LLFUSE includes underscore.js, which is MIT (expat) licensed.
+     ;; The rest of the package is licensed under LGPL2.0 or later.
+     (license (list license:expat lgpl2.0+))))
+ (define-public python2-llfuse
+   (package-with-python2 python-llfuse))
+ (define-public python-msgpack
+   (package
+     (name "python-msgpack")
+     (version "0.4.6")
+     (source (origin
+               (method url-fetch)
+               (uri (string-append
+                     "https://pypi.python.org/packages/source/m/"
+                     "msgpack-python/msgpack-python-" version ".tar.gz"))
+               (sha256
+                (base32
+                 "1527c76b6fn4zzkgfq5xvhh7x9a9686g7fjiz717rw5vklf5ik5z"))))
+     (build-system python-build-system)
+     (native-inputs
+      `(("python-setuptools" ,python-setuptools)))
+     (synopsis "MessagePack (de)serializer")
+     (description "MessagePack is a fast, compact binary serialization format,
+ suitable for similar data to JSON.  This package provides CPython bindings for
+ reading and writing MessagePack data.")
+     (home-page "https://pypi.python.org/pypi/msgpack-python/")
+     (license asl2.0)))
+ (define-public python2-msgpack
+   (package-with-python2 python-msgpack))
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -83,8 -83,7 +83,8 @@@ store in '.el' files.
    (let* ((out (assoc-ref outputs "out"))
           (elpa-name-ver (store-directory->elpa-name-version out))
           (el-dir (string-append out %install-suffix "/" elpa-name-ver))
 -         (info-dir (string-append out "/share/info"))
 +         (name-ver (strip-store-file-name out))
-          (info-dir (string-append out "/share/info/" name-ver))
++         (info-dir (string-append out "/share/info/"))
           (info-files (find-files el-dir "\\.info$")))
      (unless (null? info-files)
        (mkdir-p info-dir)
              package-output
              package-grafts
  
+             transitive-input-references
              %supported-systems
 +            %hurd-systems
              %hydra-supported-systems
              supported-package?