guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-fonttools: Update to 3.15.1.


From: Christopher Baines
Subject: 01/01: gnu: python-fonttools: Update to 3.15.1.
Date: Sat, 14 Oct 2017 02:20:59 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit a4593cc95bb45878ad44b9761d6b6962532da409
Author: ng0 <address@hidden>
Date:   Wed Sep 20 11:31:51 2017 +0000

    gnu: python-fonttools: Update to 3.15.1.
    
    * gnu/packages/python.scm (python-fonttools): Update to 3.15.1.
      (source)[uri]: Use 'pypi-uri'.
      (native-inputs): Add unzip.
    
    Signed-off-by: Christopher Baines <address@hidden>
---
 gnu/packages/python.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 44504e3..1b62668 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7421,15 +7421,13 @@ add functionality and customization to your projects 
with their own plugins.")
 (define-public python-fonttools
   (package
     (name "python-fonttools")
-    (version "2.5")
+    (version "3.15.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://pypi.python.org/packages/source/F/FontTools/";
-                    "fonttools-" version ".tar.gz"))
+              (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
                (base32
-                "08ay3x4ijarwhl60gqx2i9jzq6pxs20p4snc2d1q5jagh4rn39lb"))))
+                "1hhj97izwliy0vybmza72d90l5d4mcn50y8akq7kyccfl82vdx4d"))))
     (build-system python-build-system)
     (arguments
      '(#:test-target "check"
@@ -7443,6 +7441,8 @@ add functionality and customization to your projects with 
their own plugins.")
              (substitute* "setup.py"
                (("^[ \t]*extra_path *= *'FontTools',") ""))
              #t)))))
+    (native-inputs
+     `(("unzip" ,unzip)))
     (home-page "https://github.com/behdad/fonttools";)
     (synopsis "Tools to manipulate font files")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]