[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/232: gnu: python-fonttools-with-test: Rename to python-fonttools-full
From: |
guix-commits |
Subject: |
25/232: gnu: python-fonttools-with-test: Rename to python-fonttools-full. |
Date: |
Sun, 24 Apr 2022 23:58:26 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit fb55f40add797256af7e0123d5f9091162ff195c
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 c6d208f133..054567319a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11337,7 +11337,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)
@@ -11362,11 +11364,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.
- 49/232: gnu: python-mypy: Update to 0.942 and fix search path., (continued)
- 49/232: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/04/24
- 53/232: gnu: Add python-jaraco-context., guix-commits, 2022/04/24
- 54/232: gnu: Add python-jaraco-functools., guix-commits, 2022/04/24
- 57/232: gnu: Add python-pip-run., guix-commits, 2022/04/24
- 59/232: gnu: Add python-pytest-perf., guix-commits, 2022/04/24
- 63/232: gnu: Add psautohint-font-data., guix-commits, 2022/04/24
- 66/232: gnu: Add python-xdoctest., guix-commits, 2022/04/24
- 70/232: gnu: python-pytest-shutil: Adjust to use python-path., guix-commits, 2022/04/24
- 72/232: gnu: Add python-scikit-build., guix-commits, 2022/04/24
- 75/232: gnu: python-scipy: Update to 1.8.0 and enable parallel build., guix-commits, 2022/04/24
- 25/232: gnu: python-fonttools-with-test: Rename to python-fonttools-full.,
guix-commits <=
- 27/232: gnu: Add python-fontpens-bootstrap., guix-commits, 2022/04/24
- 38/232: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/04/24
- 39/232: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/04/24
- 40/232: gnu: Add python-autocommand., guix-commits, 2022/04/24
- 35/232: gnu: Add python-ufonormalizer., guix-commits, 2022/04/24
- 43/232: gnu: Add python-pytest-freezegun., guix-commits, 2022/04/24
- 48/232: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/04/24
- 51/232: gnu: python-pytest-checkdocs: Update to 2.7.1., guix-commits, 2022/04/24
- 23/232: gnu: Add python-fontmath., guix-commits, 2022/04/24
- 28/232: gnu: Add python-booleanoperations., guix-commits, 2022/04/24