[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/103: gnu: python-fonttools: Fix tests and add missing inputs.
From: |
guix-commits |
Subject: |
72/103: gnu: python-fonttools: Fix tests and add missing inputs. |
Date: |
Wed, 5 Jan 2022 09:44:38 -0500 (EST) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 4cebc09097724cfe05faeb9a9b899b8a77c5adca
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 12:55:52 2021 +0100
gnu: python-fonttools: Fix tests and add missing inputs.
* gnu/packages/python-xyz.scm (python-fonttools)[origin]: Fetch from git.
[propagated-inputs]: Add python-fs and python-brotli.
---
gnu/packages/python-xyz.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 33e5516847..f7ad99f082 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10462,12 +10462,17 @@ cloud without learning a new API; sandbox your file
writing code.")
(name "python-fonttools")
(version "4.6.0")
(source (origin
- (method url-fetch)
- (uri (pypi-uri "fonttools" version ".zip"))
+ ;; The PyPI release is missing some test files.
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fonttools/fonttools")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1mq9kdzhcsp96bhv7smnrpdg1s4z5wh70bsl99c0jmcrahqdisqq"))))
+ "0gmqxl7xwpwzk6dp68iiv7xz81cavzb7976aqm04n1pq6xc90k70"))))
(build-system python-build-system)
+ (propagated-inputs (list python-fs python-brotli))
(native-inputs
(list unzip python-pytest python-pytest-runner))
(home-page "https://github.com/fonttools/fonttools")
- 52/103: gnu: Add python-pytest-expect., (continued)
- 52/103: gnu: Add python-pytest-expect., guix-commits, 2022/01/05
- 53/103: gnu: python-lzo: Remove deprecated argument and add test input., guix-commits, 2022/01/05
- 54/103: gnu: python-argon2-cffi: Do not override 'build., guix-commits, 2022/01/05
- 58/103: gnu: python-httptools: Disable tests., guix-commits, 2022/01/05
- 59/103: gnu: python-venusian: Remove obsolete argument., guix-commits, 2022/01/05
- 65/103: gnu: python-backcall: Add missing build inputs., guix-commits, 2022/01/05
- 67/103: gnu: python-pep8: Disable tests., guix-commits, 2022/01/05
- 69/103: gnu: python-pep517: Reset timestamps and add missing build input., guix-commits, 2022/01/05
- 103/103: tests: Remove obsolete flag and import missing module., guix-commits, 2022/01/05
- 70/103: gnu: Add python-pyftpdlib., guix-commits, 2022/01/05
- 72/103: gnu: python-fonttools: Fix tests and add missing inputs.,
guix-commits <=
- 73/103: gnu: python-curio: Disable failing tests., guix-commits, 2022/01/05
- 75/103: gnu: python-bleach: Selectively disable tests., guix-commits, 2022/01/05
- 80/103: gnu: python-isort: Remove custom build phases., guix-commits, 2022/01/05
- 79/103: gnu: python-dnspython: Force poetry backend., guix-commits, 2022/01/05
- 91/103: dirty: curio, guix-commits, 2022/01/05
- 90/103: gnu: python-locket: Add missing test input., guix-commits, 2022/01/05
- 86/103: gnu: python-eliot: Remove redundant input., guix-commits, 2022/01/05
- 88/103: gnu: python-libxml2: Fix build., guix-commits, 2022/01/05
- 83/103: gnu: python-yamllint: Remove redundant input., guix-commits, 2022/01/05
- 89/103: gnu: python-devtools: Disable tests., guix-commits, 2022/01/05