all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Riku Viitanen via Guix-patches via <guix-patches@gnu.org>
To: 38742@debbugs.gnu.org
Subject: [bug#38742] [PATCH] gnu: python-fonttools: Update to 4.2.2
Date: Wed, 25 Dec 2019 14:24:46 +0000	[thread overview]
Message-ID: <iS8eIDLTs0T7PFq_qgYCZqjE-vo4A7I8hXGK3UB5TlBHiV6E6U2IKoCNYPNPf9fXUwmFQuIMrnVtt_UMVLrsHBaLW6lGVnfz3Llalg5w3MM=@protonmail.com> (raw)

This updates python-fonttools to the newest version (4.2.2).
python2-fonttools is only updated to 3.44.0, as the 4.x versions don't support Python 2.

* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.2.2.
* gnu/packages/python-xyz.scm (python2-fonttools): Update to 3.44.0.
---
 gnu/packages/python-xyz.scm | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c06c2199de..4d6dd7b32d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -68,6 +68,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
+;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6803,16 +6804,15 @@ add functionality and customization to your projects with their own plugins.")
 (define-public python2-straight-plugin
   (package-with-python2 python-straight-plugin))
 
-(define-public python-fonttools
+(define (python-fonttools-version version hash)
   (package
     (name "python-fonttools")
-    (version "3.38.0")
+    (version version)
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
-               (base32
-                "12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh"))))
+               (base32 hash))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)
@@ -6828,8 +6828,16 @@ also contains a tool called “TTX” which converts TrueType/OpenType fonts to
 from an XML-based format.")
     (license license:expat)))
 
+(define-public python-fonttools
+  (python-fonttools-version
+    "4.2.2"
+    "012qqspnwdl4vy8qgzzpfglkk5dgzxiw0fak2jq74ngygvz3vfv6"))
+
 (define-public python2-fonttools
-  (package-with-python2 python-fonttools))
+  (package-with-python2
+    (python-fonttools-version
+      "3.44.0"  ;; last version to support Python 2
+      "0v6399g755f2hn1ry62i5b6gdinf2fpx2966v3bxh6bjw1accb5p")))
 
 (define-public python-ly
   (package
--
2.24.0

             reply	other threads:[~2019-12-25 17:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-25 14:24 Riku Viitanen via Guix-patches via [this message]
2019-12-26 11:58 ` [bug#38742] [PATCH] gnu: python-fonttools: Update to 4.2.2 Danny Milosavljevic
2019-12-26 15:05 ` Marius Bakke
2019-12-30 15:22   ` Riku Viitanen via Guix-patches via
2020-01-12 21:22     ` bug#38742: " Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='iS8eIDLTs0T7PFq_qgYCZqjE-vo4A7I8hXGK3UB5TlBHiV6E6U2IKoCNYPNPf9fXUwmFQuIMrnVtt_UMVLrsHBaLW6lGVnfz3Llalg5w3MM=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=38742@debbugs.gnu.org \
    --cc=riku.viitanen@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.