[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full
From: |
guix-commits |
Subject: |
25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full. |
Date: |
Thu, 12 May 2022 14:14:01 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 51b36ab71f1e5051fff55ccc4fd1855a927985dd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 1 20:40:53 2022 -0400
gnu: python-fonttools-with-test: Rename to python-fonttools-full.
* gnu/packages/python-xyz.scm (python-fonttools-with-test): Rename to...
(python-fonttools-full): ... this.
[native-inputs]: Move python-brotli, python-fs, python-scipy
and python-zopfli to...
[propagated-inputs]: ... here. Add python-lxml, python-lz4 and
python-unicodedata2.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e4cb812c53..f8ef15cea1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11379,7 +11379,9 @@ from an XML-based format.")
(license license:expat)
(properties `((python2-variant . ,(delay python2-fonttools)))))))
-(define-public python-fonttools-with-tests
+;;; Rename 'python-fonttools' in next cycle, renaming the current
+;;; 'python-fonttools' to 'python-fonttools-minimal'.
+(define-public python-fonttools-full
(package/inherit python-fonttools
(arguments
(substitute-keyword-arguments (package-arguments python-fonttools)
@@ -11404,11 +11406,15 @@ from an XML-based format.")
" and not "))))))))))
(native-inputs
(modify-inputs (package-native-inputs python-fonttools)
- (append python-pytest ;FIXME: indentation is broken
- python-brotli
- python-fs
- python-scipy
- python-zopfli)))
+ (append python-pytest)))
+ (propagated-inputs
+ (list python-brotli
+ python-fs
+ python-lxml
+ python-lz4
+ python-scipy
+ python-unicodedata2
+ python-zopfli))
(properties (alist-delete 'hidden? (package-properties
python-fonttools)))))
;; Fonttools 4.x dropped support for Python 2, so stick with 3.x here.
- 06/242: gnu: Add python-stack-data., (continued)
- 06/242: gnu: Add python-stack-data., guix-commits, 2022/05/12
- 13/242: gnu: Add texlive-stix2-otf., guix-commits, 2022/05/12
- 21/242: gnu: Add python-opentype-sanitizer., guix-commits, 2022/05/12
- 17/242: gnu: Add texlive-cs., guix-commits, 2022/05/12
- 28/242: gnu: Add python-booleanoperations., guix-commits, 2022/05/12
- 29/242: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/05/12
- 32/242: gnu: Add python-fontparts., guix-commits, 2022/05/12
- 47/242: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/05/12
- 12/242: gnu: Add texlive-paralist., guix-commits, 2022/05/12
- 31/242: gnu: Add python-defcon., guix-commits, 2022/05/12
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full.,
guix-commits <=
- 44/242: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/05/12
- 42/242: gnu: Add python-types-pytz., guix-commits, 2022/05/12
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/12
- 109/242: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/05/12
- 114/242: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/05/12
- 118/242: gnu: Add python-nbdime., guix-commits, 2022/05/12
- 131/242: gnu: Add texlive-xindy., guix-commits, 2022/05/12
- 129/242: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/05/12
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/12
- 193/242: gnu: python-locust: Update to 2.8.6., guix-commits, 2022/05/12