guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-cffsubr: Depend on python-afdko@3.6.1.


From: guix-commits
Subject: 03/03: gnu: python-cffsubr: Depend on python-afdko@3.6.1.
Date: Fri, 21 Apr 2023 17:02:45 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 3f7ae420d8a54d4e2ab7f349c40d8930fe9e0771
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 21 22:30:53 2023 +0200

    gnu: python-cffsubr: Depend on python-afdko@3.6.1.
    
    This removes the dependency of GNOME on Java:
    
      gnome -> font-abattis-cantarell -> ... -> openjdk
    
    Discussed at
    <https://lists.gnu.org/archive/html/guix-devel/2022-10/msg00226.html>.
    
    * gnu/packages/fontutils.scm (python-cffsubr)[inputs]: Switch to
    PYTHON-AFDKO-3.6.1.
---
 gnu/packages/fontutils.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 3b119a21ec..e7b5dc89a6 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -414,7 +414,11 @@ but also provides many useful font conversion and analysis 
facilities.
               (when tests?
                 (invoke "pytest" "-vv")))))))
     (native-inputs (list python-pytest python-setuptools-scm python-wheel))
-    (inputs (list python-afdko))
+
+    ;; Use version 3.6.1, which matches the bundled version and does not
+    ;; depend on Java.
+    (inputs (list python-afdko-3.6.1))
+
     (propagated-inputs (list python-fonttools-minimal))
     (home-page "https://github.com/adobe-type-tools/cffsubr";)
     (synopsis "Compact Font Format (CFF) subroutinizer")



reply via email to

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