From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F06015ACFC for ; Sun, 30 Apr 2023 15:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9395FE083E; Sun, 30 Apr 2023 15:24:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E627E083E for ; Sun, 30 Apr 2023 15:24:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3DF8341286 for ; Sun, 30 Apr 2023 15:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDBFFA5C for ; Sun, 30 Apr 2023 15:24:17 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682866722.607d80022a2d43a3c5de00cbcb2632460e0434f2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/notofonttools/, profiles/updates/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/notofonttools/Manifest dev-python/notofonttools/metadata.xml dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild profiles/updates/2Q-2023 X-VCS-Directories: dev-python/notofonttools/ profiles/updates/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 607d80022a2d43a3c5de00cbcb2632460e0434f2 X-VCS-Branch: dev Date: Sun, 30 Apr 2023 15:24:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ef4c157-f6ca-4116-8ec4-e3bbeb12f44f X-Archives-Hash: 12a671baea5445d84fce75082ed5dbde commit: 607d80022a2d43a3c5de00cbcb2632460e0434f2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Apr 30 14:56:13 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Apr 30 14:58:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=607d8002 dev-python/notofonttools: new package, add 0.2.17-r1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/notofonttools/Manifest | 1 + dev-python/notofonttools/metadata.xml | 12 +++++++++ .../notofonttools/notofonttools-0.2.17-r1.ebuild | 29 ++++++++++++++++++++++ profiles/updates/2Q-2023 | 1 + 4 files changed, 43 insertions(+) diff --git a/dev-python/notofonttools/Manifest b/dev-python/notofonttools/Manifest new file mode 100644 index 000000000..8a2f1f219 --- /dev/null +++ b/dev-python/notofonttools/Manifest @@ -0,0 +1 @@ +DIST notofonttools-0.2.17.tar.gz 9743805 BLAKE2B ba601b4c9c4df7fc264dd88c60e50c1db08c21bc07f3ab408f91f445a801bd96ed193e5f9cb320378f6411027b1be004d718233d531bb2ec600badfaffd2d876 SHA512 a5b733c47ce61f6cb18f9772e8fee04f8ee2a3d834afa3f71a5f1c8110124224b9d325db75976104dd880b7c0538568574b2e497faa8f4d5541451e9c3e40cd3 diff --git a/dev-python/notofonttools/metadata.xml b/dev-python/notofonttools/metadata.xml new file mode 100644 index 000000000..4a06b23fa --- /dev/null +++ b/dev-python/notofonttools/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + notofonttools + notofonts/nototools + + diff --git a/dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild b/dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild new file mode 100644 index 000000000..bb912335c --- /dev/null +++ b/dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 optfeature pypi + +DESCRIPTION="Noto fonts support tools and scripts plus web site generation" +HOMEPAGE=" + https://pypi.org/project/notofonttools/ + https://github.com/googlefonts/nototools +" + +LICENSE="Apache-2.0 OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/fonttools-4.11.0[${PYTHON_USEDEP}]" + +# TODO: Some dependencies are unpackaged +RESTRICT="test" + +distutils_enable_tests pytest + +pkg_postinst() { + optfeature "nototools.shape_diff module" "dev-python/booleanOperations dev-python/defcon dev-python/pillow" +} diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023 index 355f6209e..5eeb6dcf6 100644 --- a/profiles/updates/2Q-2023 +++ b/profiles/updates/2Q-2023 @@ -1,3 +1,4 @@ move gui-libs/power-profiles-daemon sys-power/power-profiles-daemon move kde-apps/tokodon net-im/tokodon move sci-mathematics/mccs dev-ml/mccs +move dev-python/nototools dev-python/notofonttools