From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 64957@debbugs.gnu.org
Cc: sergio.pastorperez@outlook.es
Subject: [bug#64957] [PATCH] gnu: Add python-fontmake.
Date: Wed, 06 Sep 2023 01:25:15 -0400 [thread overview]
Message-ID: <87pm2v7u10.fsf_-_@gmail.com> (raw)
In-Reply-To: <handler.64957.D64957.16939759387992.notifdone@debbugs.gnu.org> (GNU bug Tracking System's message of "Wed, 06 Sep 2023 04:53:02 +0000")
reopen 64957
quit
Hi,
[...]
> Sergio Pastor Pérez <sergio.pastorperez@outlook.es> writes:
>
>> * gnu/packages/fontutils.scm (fontmake): New variable.
I spoke too soon; the tests do not appear to run. Here's an updated
package:
--8<---------------cut here---------------start------------->8---
(define-public fontmake
(package
(name "fontmake")
(version "3.7.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "fontmake" version ".zip"))
(sha256
(base32
"0ib7fvwgwazm7qfj4a3rkqkb40xfbj40rnvsmkvl2isg2ky3vg9m"))))
(build-system pyproject-build-system)
(inputs (list python-fontmath python-glyphslib))
(native-inputs (list unzip pytest python-setuptools-scm))
(home-page "https://github.com/googlefonts/fontmake")
(synopsis
"Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)")
(description
"Fontmake compiles fonts from various sources (@code{.glyphs}, @code{.ufo},
@code{designspace}) into binaries (@code{.otf}, @code{.ttf}). It can be used to
create static instances and variable fonts.")
(license license:asl2.0)))
--8<---------------cut here---------------end--------------->8---
Unfortunately there are quite a few test failures to analyze. Would
you be motivated to do so? The end result would be a better package.
--
Thanks,
Maxim
next prev parent reply other threads:[~2023-09-06 5:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-30 15:35 [bug#64957] [PATCH] gnu: Add python-fontmake Sergio Pastor Pérez
2023-07-30 15:45 ` [bug#64957] [PATCH vREVISION] " Sergio Pastor Pérez
[not found] ` <hako@ultrarare.space>
2023-07-30 18:06 ` Hilton Chain via Guix-patches via
2023-07-30 22:22 ` [bug#64957] [PATCH v2] gnu: Add fontmake Sergio Pastor Pérez
2023-07-31 7:25 ` Hilton Chain via Guix-patches via
2023-07-31 8:29 ` [bug#64957] [PATCH v3] " Sergio Pastor Pérez
2023-07-31 16:39 ` Hilton Chain via Guix-patches via
2023-08-01 7:05 ` [bug#64957] [PATCH v4] " Sergio Pastor Pérez
2023-09-06 4:52 ` bug#64957: [PATCH] gnu: Add python-fontmake Maxim Cournoyer
[not found] ` <handler.64957.D64957.16939759387992.notifdone@debbugs.gnu.org>
2023-09-06 5:25 ` Maxim Cournoyer [this message]
2023-09-06 17:22 ` [bug#64957] " Sergio Pastor Pérez
2023-09-06 18:43 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pm2v7u10.fsf_-_@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=64957@debbugs.gnu.org \
--cc=sergio.pastorperez@outlook.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).