[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 079/602] gnu: nototools: Update to 0.2.16.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 079/602] gnu: nototools: Update to 0.2.16. |
Date: |
Sun, 15 May 2022 00:37:46 -0400 |
* gnu/packages/fontutils.scm (nototools): Update to 0.2.16.
[arguments]: Remove python argument.
[phases]: New argument.
[native-inputs]: New field.
[propagated-inputs]: Remove python2-booleanoperations, python2-defcon,
python2-fonttools, python2-pillow, python2-pyclipper, and python2-ufolib. Add
python-afdko.
---
gnu/packages/fontutils.scm | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 444d1635cb..7c03109be5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1525,27 +1525,31 @@ (define-public python2-defcon
(define-public nototools
(package
(name "nototools")
- (version "20170925")
+ (version "0.2.16")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/googlei18n/nototools")
- (commit "v2017-09-25-tooling-for-phase3-update")))
+ (url "https://github.com/googlefonts/nototools")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "03nzvcvwmrhfrcjhg218q2f3hfrm3vlivp4rk19sc397kh3hisiz"))))
+ "14rrdamkmhrykff8ln07fq9cm8zwj3k113lzwjcy0lgz23g51jyl"))))
(build-system python-build-system)
(arguments
- `(#:python ,python-2))
- (propagated-inputs
- (list python2-booleanoperations
- python2-defcon
- python2-fonttools
- python2-pillow
- python2-pyclipper
- python2-ufolib))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'pretend-version
+ (lambda _
+ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (with-directory-excursion "tests"
+ (invoke "./run_tests")))))))
+ (native-inputs (list python-setuptools-scm))
+ (propagated-inputs (list python-afdko))
(home-page "https://github.com/googlei18n/nototools")
(synopsis "Noto fonts support tools and scripts")
(description
--
2.36.0
- [bug#55424] [PATCH 064/602] gnu: Remove python2-statsmodels., (continued)
- [bug#55424] [PATCH 064/602] gnu: Remove python2-statsmodels., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 026/602] gnu: Remove python2-warpedlmm., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 086/602] gnu: Remove python2-pydot., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 097/602] gnu: Remove python2-musicbrainzngs., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 083/602] gnu: Remove python2-gpg., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 031/602] gnu: Remove pyicoteo., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 032/602] gnu: Remove transmission-remote-cli., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 037/602] gnu: Remove python2-pytest-capturelog., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 045/602] gnu: Remove python2-pytest-subtesthack., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 090/602] gnu: Remove python2-iso639., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 079/602] gnu: nototools: Update to 0.2.16.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 056/602] gnu: Remove python2-pyodbc-c., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 025/602] gnu: Remove poretools., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 088/602] gnu: Remove h-client., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 093/602] gnu: Remove python2-pyusb., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 029/602] gnu: Remove python2-pyfaidx., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 077/602] gnu: Remove python2-ledgerblue., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 047/602] gnu: Remove domainfinder., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 087/602] gnu: dot2tex: Update to 2.11.3., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 095/602] gnu: getmail: Deprecate with getmail6., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 094/602] gnu: Remove python2-autograd., Maxim Cournoyer, 2022/05/15