Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/psautohint/
Date: Sat, 19 Jun 2021 21:53:12
Message-Id: 1624139584.ed8ca21bb96e45138914ac1999525de31f01e545.Alessandro-Barbieri@gentoo
1 commit: ed8ca21bb96e45138914ac1999525de31f01e545
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 19 20:15:53 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 19 21:53:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed8ca21b
7
8 dev-util/psautohint: enable py3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-util/psautohint/metadata.xml | 7 ++++++-
13 dev-util/psautohint/psautohint-2.3.0.ebuild | 4 ++--
14 2 files changed, 8 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/psautohint/metadata.xml b/dev-util/psautohint/metadata.xml
17 index 6f49eba8f..a992e2a31 100644
18 --- a/dev-util/psautohint/metadata.xml
19 +++ b/dev-util/psautohint/metadata.xml
20 @@ -1,5 +1,10 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 -<!-- maintainer-needed -->
25 + <!-- maintainer-needed -->
26 + <upstream>
27 + <bugs-to>https://github.com/adobe-type-tools/psautohint/issues</bugs-to>
28 + <remote-id type="github">adobe-type-tools/psautohint</remote-id>
29 + <remote-id type="pypi">psautohint</remote-id>
30 + </upstream>
31 </pkgmetadata>
32
33 diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild b/dev-util/psautohint/psautohint-2.3.0.ebuild
34 index 0d30488bf..90713fbb3 100644
35 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild
36 +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild
37 @@ -6,7 +6,7 @@ EAPI=7
38 COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23"
39 DISTUTILS_IN_SOURCE_BUILD=1
40 EMESON_SOURCE="${S}/libpsautohint"
41 -PYTHON_COMPAT=( python3_8 )
42 +PYTHON_COMPAT=( python3_{8..9} )
43
44 inherit meson distutils-r1
45
46 @@ -37,7 +37,6 @@ pkg_setup() {
47 local _v=$(ver_cut 4)
48 _v="$(ver_cut 1-3)${_v:0:1}$(ver_cut 5)"
49 export SETUPTOOLS_SCM_PRETEND_VERSION="${_v/p/.post}"
50 - MESON_BUILD_DIR="${WORKDIR}/${P}-build"
51 }
52
53 src_unpack() {
54 @@ -48,6 +47,7 @@ src_unpack() {
55 }
56
57 src_configure() {
58 + MESON_BUILD_DIR="${WORKDIR}/${P}-build"
59 BUILD_DIR="${MESON_BUILD_DIR}" meson_src_configure
60 distutils-r1_src_configure
61 }