From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/fontmake/
Date: Wed, 23 Mar 2022 16:15:00 +0000 (UTC) [thread overview]
Message-ID: <1647650619.c00560aeaf7586c5c0a85d9b0f4cb64ce3adc54c.tastytea@gentoo> (raw)
commit: c00560aeaf7586c5c0a85d9b0f4cb64ce3adc54c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 00:35:13 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Mar 19 00:43:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c00560ae
dev-util/fontmake: add 3.2.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-util/fontmake/Manifest | 1 +
dev-util/fontmake/fontmake-3.2.0.ebuild | 56 +++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-util/fontmake/Manifest b/dev-util/fontmake/Manifest
index 9b977fa36..2bd1ac5bb 100644
--- a/dev-util/fontmake/Manifest
+++ b/dev-util/fontmake/Manifest
@@ -1 +1,2 @@
DIST fontmake-2.4.0.tar.gz 116347 BLAKE2B d66eec918f60f5760616ce9fb3400da886c3d3448a98c77ae0bca3603b32e79ca1980c696f2eeb8910db7611514bfd1dbf9df3d63f8bb5c0aa4c8d45b4ed251a SHA512 752b9c7fe40383b7bf8ba04d6b8a5c25cad3dd45380a9874a90cf31c043013396512156042c4dff3e056fb1687503535aa3d8d7bb268570edd97c447748a8e58
+DIST fontmake-3.2.0.tar.gz 147581 BLAKE2B 1b8868b7e24581790999e1c7051c7ef0bd0e9bf07880b75bf966cca1856e81b6f1d85a408991d4fe254f05a5ca84dcaf2557073c53aa5be398877380f46aa0de SHA512 f228347f58052cc12cb491351e810dd2af35a0d0699a38fbb231aab7a8f12ce13370f9cf9688096b7c1658d3f904ada02c4908b1e1ce62880d3e34bb2bb69e8c
diff --git a/dev-util/fontmake/fontmake-3.2.0.ebuild b/dev-util/fontmake/fontmake-3.2.0.ebuild
new file mode 100644
index 000000000..0dddd9527
--- /dev/null
+++ b/dev-util/fontmake/fontmake-3.2.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources"
+HOMEPAGE="https://github.com/googlei18n/fontmake"
+SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+# lxml, compreffor and unicodedata2 are an indirect dependency
+RDEPEND="
+ >=dev-python/fonttools-4.28.5[${PYTHON_USEDEP}]
+ >=dev-python/glyphsLib-6.0.4[${PYTHON_USEDEP}]
+ >=dev-python/ufo2ft-2.25.2[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.9.1[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.13.0[${PYTHON_USEDEP}]
+ >=dev-python/attrs-19[${PYTHON_USEDEP}]
+
+ >=dev-python/lxml-4.2.4[${PYTHON_USEDEP}]
+ dev-python/compreffor[${PYTHON_USEDEP}]
+ >=dev-python/unicodedata2-14[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ media-gfx/fontdiff
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+PATCHES=(
+ "${FILESDIR}/defaults.diff"
+)
+
+distutils_enable_tests pytest
+
+pkg_setup() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+}
+
+pkg_postinst() {
+ optfeature "mutatormath support" >=dev-python/MutatorMath-3.0.1[${PYTHON_USEDEP}]
+ optfeature "pathops support" >=dev-python/skia-pathops-0.3.0[${PYTHON_USEDEP}]
+ optfeature "autohint support" >=dev-python/ttfautohint-0.5.0[${PYTHON_USEDEP}]
+}
next reply other threads:[~2022-03-23 16:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-23 16:15 Ronny Gutbrod [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-11 14:32 [gentoo-commits] repo/proj/guru:master commit in: dev-util/fontmake/ Andrew Ammerlaan
2023-05-06 6:59 Viorel Munteanu
2022-06-01 11:17 Andrew Ammerlaan
2022-06-01 11:17 Andrew Ammerlaan
2022-03-25 15:17 Ronny Gutbrod
2021-06-20 3:52 Theo Anderson
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647650619.c00560aeaf7586c5c0a85d9b0f4cb64ce3adc54c.tastytea@gentoo \
--to=gentoo@tastytea.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox