[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/24: gnu: python-fonttools: Update to 3.28.0.
From: |
Marius Bakke |
Subject: |
24/24: gnu: python-fonttools: Update to 3.28.0. |
Date: |
Sat, 28 Jul 2018 09:58:20 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4696368108c2e1500a8f1d8a0d75b5f0aef1c37a
Author: Marius Bakke <address@hidden>
Date: Tue Jul 24 02:31:30 2018 +0200
gnu: python-fonttools: Update to 3.28.0.
* gnu/packages/python.scm (python-fonttools): Update to 3.28.0.
[arguments]: Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
---
gnu/packages/python.scm | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 60a41ea..7e46a76 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5894,28 +5894,18 @@ add functionality and customization to your projects
with their own plugins.")
(define-public python-fonttools
(package
(name "python-fonttools")
- (version "3.15.1")
+ (version "3.28.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
- "1hhj97izwliy0vybmza72d90l5d4mcn50y8akq7kyccfl82vdx4d"))))
+ "0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb"))))
(build-system python-build-system)
- (arguments
- '(#:test-target "check"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-setuppy
- ;; Remove the undocumented "extra_path" argument, which adds an
- ;; intervening directories between site-packages and the package
- ;; directory.
- (lambda _
- (substitute* "setup.py"
- (("^[ \t]*extra_path *= *'FontTools',") ""))
- #t)))))
(native-inputs
- `(("unzip" ,unzip)))
+ `(("unzip" ,unzip)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-runner" ,python-pytest-runner)))
(home-page "https://github.com/behdad/fonttools")
(synopsis "Tools to manipulate font files")
(description
- 08/24: gnu: python: Build reproducibly., (continued)
- 08/24: gnu: python: Build reproducibly., Marius Bakke, 2018/07/28
- 10/24: gnu: python-py: Update to 1.5.4., Marius Bakke, 2018/07/28
- 11/24: gnu: python-py: Update home page., Marius Bakke, 2018/07/28
- 17/24: gnu: python-flake8: Update to 3.5.0., Marius Bakke, 2018/07/28
- 07/24: gnu: python: Rebuild bytecode after removing tests., Marius Bakke, 2018/07/28
- 05/24: gnu: python: Remove outdated comment and phases., Marius Bakke, 2018/07/28
- 06/24: gnu: python: Update to 3.7.0., Marius Bakke, 2018/07/28
- 12/24: gnu: python-pyflakes: Update to 2.0.0., Marius Bakke, 2018/07/28
- 13/24: gnu: python-more-itertools: Update to 4.2.0., Marius Bakke, 2018/07/28
- 19/24: gnu: python-pytest-cov: Update to 2.5.1., Marius Bakke, 2018/07/28
- 24/24: gnu: python-fonttools: Update to 3.28.0.,
Marius Bakke <=
- 23/24: gnu: gdb: Fix build with Python >= 3.7., Marius Bakke, 2018/07/28
- 18/24: gnu: python-hypothesis: Update to 3.66.6., Marius Bakke, 2018/07/28
- 22/24: gnu: python-pytest-mock: Update to 1.10.0., Marius Bakke, 2018/07/28
- 20/24: gnu: Add python-invoke., Marius Bakke, 2018/07/28
- 09/24: gnu: python-py: Add missing dependency on setuptools-scm., Marius Bakke, 2018/07/28
- 15/24: gnu: python-setuptools: Update to 40.0.0., Marius Bakke, 2018/07/28
- 14/24: gnu: python-pycodestyle: Update to 2.4.0., Marius Bakke, 2018/07/28
- 16/24: gnu: python-pytest-runner: Update to 4.2., Marius Bakke, 2018/07/28
- 21/24: gnu: python-pytest: Update to 3.6.3., Marius Bakke, 2018/07/28