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 28A1C158092 for ; Thu, 17 Mar 2022 01:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E347E08F4; Thu, 17 Mar 2022 01:42:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D4969E08FA for ; Thu, 17 Mar 2022 01:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ADB0034364F for ; Thu, 17 Mar 2022 01:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC96330 for ; Thu, 17 Mar 2022 01:42:26 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1647479934.a01c6a641815f7f607cf20aa992eedf19bbbe21a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glyphsLib/Manifest dev-python/glyphsLib/glyphsLib-6.0.4.ebuild X-VCS-Directories: dev-python/glyphsLib/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a01c6a641815f7f607cf20aa992eedf19bbbe21a X-VCS-Branch: dev Date: Thu, 17 Mar 2022 01:42:26 +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: 2ef5016c-a1ce-407d-a5b5-6a1dfebc20ff X-Archives-Hash: f5588b5f90d3255ee8816a3f3056190d commit: a01c6a641815f7f607cf20aa992eedf19bbbe21a Author: Alessandro Barbieri gmail com> AuthorDate: Thu Mar 17 01:18:54 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Mar 17 01:18:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a01c6a64 dev-python/glyphsLib: add 6.0.4 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/glyphsLib/Manifest | 1 + dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 37 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest index f41e904dd..8e6df9be6 100644 --- a/dev-python/glyphsLib/Manifest +++ b/dev-python/glyphsLib/Manifest @@ -1 +1,2 @@ DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a +DIST glyphsLib-6.0.4.tar.gz 31130361 BLAKE2B c53cc57bc001e2a5c0cc229db36767cc240659325cbb0f471c91de54adc805d73a794bb91b8e73400261ccb5ccc79c939b77f5a2fd5fc50a8c30fdc6ea9eb053 SHA512 782dfcccfb29d44c492aed790d8f52d670f4ef36e2285390e47bc799c37aec8037b6c717c923234d2bc43e2132f16a27c70c0448b594b8f64ad1af91bcbc840e diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild new file mode 100644 index 000000000..9f7e1f694 --- /dev/null +++ b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild @@ -0,0 +1,37 @@ +# 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 + +DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs" +HOMEPAGE="https://github.com/googlei18n/glyphsLib" +SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND=" + >=dev-python/fonttools-4.14[${PYTHON_USEDEP}] + >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/setuptools_scm-6.0[${PYTHON_USEDEP}] + test? ( + dev-python/defcon[${PYTHON_USEDEP}] + dev-python/ufoNormalizer[${PYTHON_USEDEP}] + >=app-text/xmldiff-2.2[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_prepare_all() { + sed -e '/\/d' -i setup.cfg + distutils-r1_python_prepare_all +}