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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5B681382C5 for ; Sat, 19 Jun 2021 21:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F7EE0839; Sat, 19 Jun 2021 21:53:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C740FE0837 for ; Sat, 19 Jun 2021 21:53:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFC6E340C15 for ; Sat, 19 Jun 2021 21:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B9A17B2 for ; Sat, 19 Jun 2021 21:53:08 +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: <1624139584.ed8ca21bb96e45138914ac1999525de31f01e545.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/psautohint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/psautohint/metadata.xml dev-util/psautohint/psautohint-2.3.0.ebuild X-VCS-Directories: dev-util/psautohint/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: ed8ca21bb96e45138914ac1999525de31f01e545 X-VCS-Branch: dev Date: Sat, 19 Jun 2021 21:53:08 +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: 711c533f-4ac5-4a0b-b754-87733572d989 X-Archives-Hash: 707c234a75b35d93377dbbbd01bbaf1d commit: ed8ca21bb96e45138914ac1999525de31f01e545 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Jun 19 20:15:53 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Jun 19 21:53:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed8ca21b dev-util/psautohint: enable py3.9 Signed-off-by: Alessandro Barbieri gmail.com> dev-util/psautohint/metadata.xml | 7 ++++++- dev-util/psautohint/psautohint-2.3.0.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-util/psautohint/metadata.xml b/dev-util/psautohint/metadata.xml index 6f49eba8f..a992e2a31 100644 --- a/dev-util/psautohint/metadata.xml +++ b/dev-util/psautohint/metadata.xml @@ -1,5 +1,10 @@ - + + + https://github.com/adobe-type-tools/psautohint/issues + adobe-type-tools/psautohint + psautohint + diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild b/dev-util/psautohint/psautohint-2.3.0.ebuild index 0d30488bf..90713fbb3 100644 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23" DISTUTILS_IN_SOURCE_BUILD=1 EMESON_SOURCE="${S}/libpsautohint" -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit meson distutils-r1 @@ -37,7 +37,6 @@ pkg_setup() { local _v=$(ver_cut 4) _v="$(ver_cut 1-3)${_v:0:1}$(ver_cut 5)" export SETUPTOOLS_SCM_PRETEND_VERSION="${_v/p/.post}" - MESON_BUILD_DIR="${WORKDIR}/${P}-build" } src_unpack() { @@ -48,6 +47,7 @@ src_unpack() { } src_configure() { + MESON_BUILD_DIR="${WORKDIR}/${P}-build" BUILD_DIR="${MESON_BUILD_DIR}" meson_src_configure distutils-r1_src_configure }