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 B0C33158091 for ; Wed, 1 Jun 2022 11:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7AE0E0920; Wed, 1 Jun 2022 11:17:37 +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 AB3D0E0920 for ; Wed, 1 Jun 2022 11:17:37 +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 C9A26341C4F for ; Wed, 1 Jun 2022 11:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E459C50B for ; Wed, 1 Jun 2022 11:17:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1654065523.90c3810c99001fbc6bb342f7e559178283d34b75.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/fontmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fontmake/Manifest dev-util/fontmake/fontmake-3.3.0.ebuild X-VCS-Directories: dev-util/fontmake/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 90c3810c99001fbc6bb342f7e559178283d34b75 X-VCS-Branch: master Date: Wed, 1 Jun 2022 11:17:32 +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: 5ae0cba8-f2bb-46e9-b362-082aa142e131 X-Archives-Hash: f4f7153c13cc00a1ff74b826841e4190 commit: 90c3810c99001fbc6bb342f7e559178283d34b75 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jun 1 06:38:15 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jun 1 06:38:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90c3810c dev-util/fontmake: enable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/fontmake/Manifest | 2 +- dev-util/fontmake/fontmake-3.3.0.ebuild | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-util/fontmake/Manifest b/dev-util/fontmake/Manifest index c67bf7ff6..dae185c68 100644 --- a/dev-util/fontmake/Manifest +++ b/dev-util/fontmake/Manifest @@ -1,2 +1,2 @@ DIST fontmake-3.2.0.tar.gz 147581 BLAKE2B 1b8868b7e24581790999e1c7051c7ef0bd0e9bf07880b75bf966cca1856e81b6f1d85a408991d4fe254f05a5ca84dcaf2557073c53aa5be398877380f46aa0de SHA512 f228347f58052cc12cb491351e810dd2af35a0d0699a38fbb231aab7a8f12ce13370f9cf9688096b7c1658d3f904ada02c4908b1e1ce62880d3e34bb2bb69e8c -DIST fontmake-3.3.0.tar.gz 148043 BLAKE2B a69d177fad5bab60b0fb305a2a6ff55bf95c32aee52ff55bc01d8d25b2c718ed52a4ea5042300430bab531e7d71d4899bbf096ed0844009dd5ca538f701a2eb2 SHA512 0b1544a86fce9096e4b81459268baf57df1d071b4e951b411f823e331867aaefaf08b4176cf79af3a9df28c410c5f81918e8b880c5c9769fe8637e307a67b0a3 +DIST fontmake-3.3.0gh..tar.gz 148043 BLAKE2B a69d177fad5bab60b0fb305a2a6ff55bf95c32aee52ff55bc01d8d25b2c718ed52a4ea5042300430bab531e7d71d4899bbf096ed0844009dd5ca538f701a2eb2 SHA512 0b1544a86fce9096e4b81459268baf57df1d071b4e951b411f823e331867aaefaf08b4176cf79af3a9df28c410c5f81918e8b880c5c9769fe8637e307a67b0a3 diff --git a/dev-util/fontmake/fontmake-3.3.0.ebuild b/dev-util/fontmake/fontmake-3.3.0.ebuild index a38ef785d..7cdaf6ddd 100644 --- a/dev-util/fontmake/fontmake-3.3.0.ebuild +++ b/dev-util/fontmake/fontmake-3.3.0.ebuild @@ -4,13 +4,12 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources" HOMEPAGE="https://github.com/googlefonts/fontmake" -SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64" LICENSE="Apache-2.0" @@ -29,11 +28,8 @@ RDEPEND=" dev-python/compreffor[${PYTHON_USEDEP}] >=dev-python/unicodedata2-14[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] -" BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( media-gfx/fontdiff dev-python/mock[${PYTHON_USEDEP}]