Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/vharfbuzz/
Date: Mon, 27 Feb 2023 15:07:04
Message-Id: 1677457719.4128a8347107205f4917dd5f63cc11a385640799.flow@gentoo
1 commit: 4128a8347107205f4917dd5f63cc11a385640799
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 00:28:39 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 00:28:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4128a834
7
8 dev-python/vharfbuzz: enable py3.11, drop old
9
10 Closes: https://bugs.gentoo.org/897600
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/vharfbuzz/Manifest | 1 -
14 ...buzz-0.1.3.ebuild => vharfbuzz-0.1.4-r1.ebuild} | 14 +++++++------
15 dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild | 24 ----------------------
16 3 files changed, 8 insertions(+), 31 deletions(-)
17
18 diff --git a/dev-python/vharfbuzz/Manifest b/dev-python/vharfbuzz/Manifest
19 index d23b7890d..04ef53dfa 100644
20 --- a/dev-python/vharfbuzz/Manifest
21 +++ b/dev-python/vharfbuzz/Manifest
22 @@ -1,2 +1 @@
23 -DIST vharfbuzz-0.1.3.gh.tar.gz 9359 BLAKE2B c4d7e2a1a939c59f63008f99cc6cf4ce622adebe493248c3536632051e32fe0e1ca9d48b91273ef3c157afefbfcc0062232d964cba954f1b867d91bbdc16ad41 SHA512 0b2e90da6ba613cbc24bf67d2815d6d2e857463e077410a6c86e4a4d77a734bc6b3ddaf3fbd564d06fcd2295eda13e095da55241cc31c38959703114b0cf56bf
24 DIST vharfbuzz-0.1.4.gh.tar.gz 9362 BLAKE2B 6a688990e9a56e6b53cda8d1293681c3e84a888f6052e4eb3e8f62d95b145a465f3b3ed2e20f1cafc0eb3befadc5a23417fcb8d4770c1b3b009eacc985a65ca7 SHA512 0c0cf27238c0d7a763a1c683df3c2ec1d48fc11af0c347a1039d0f957efb91b21c4292d66a3c9dff60dacc1c21e3ace35fa162f262e9f3e50c24048647092a21
25
26 diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.3.ebuild b/dev-python/vharfbuzz/vharfbuzz-0.1.4-r1.ebuild
27 similarity index 52%
28 rename from dev-python/vharfbuzz/vharfbuzz-0.1.3.ebuild
29 rename to dev-python/vharfbuzz/vharfbuzz-0.1.4-r1.ebuild
30 index 9cc1e42f6..aa1bc0f28 100644
31 --- a/dev-python/vharfbuzz/vharfbuzz-0.1.3.ebuild
32 +++ b/dev-python/vharfbuzz/vharfbuzz-0.1.4-r1.ebuild
33 @@ -1,15 +1,18 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 +# Copyright 1999-2023 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=8
39
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 +PYTHON_COMPAT=( python3_{9..11} )
43 +DISTUTILS_USE_PEP517=setuptools
44 inherit distutils-r1
45
46 DESCRIPTION="A user-friendlier way to use Harfbuzz in Python"
47 -HOMEPAGE="https://github.com/simoncozens/vharfbuzz"
48 -SRC_URI="https://github.com/simoncozens/vharfbuzz/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
49 +HOMEPAGE="
50 + https://pypi.org/project/vharfbuzz/
51 + https://github.com/simoncozens/vharfbuzz
52 +"
53 +SRC_URI="https://github.com/simoncozens/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
54
55 LICENSE="MIT"
56 KEYWORDS="~amd64"
57 @@ -19,6 +22,5 @@ RDEPEND="
58 dev-python/fonttools[${PYTHON_USEDEP}]
59 dev-python/uharfbuzz[${PYTHON_USEDEP}]
60 "
61 -DEPEND="${RDEPEND}"
62
63 distutils_enable_sphinx docs
64
65 diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild b/dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild
66 deleted file mode 100644
67 index 9cc1e42f6..000000000
68 --- a/dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild
69 +++ /dev/null
70 @@ -1,24 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="A user-friendlier way to use Harfbuzz in Python"
81 -HOMEPAGE="https://github.com/simoncozens/vharfbuzz"
82 -SRC_URI="https://github.com/simoncozens/vharfbuzz/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
83 -
84 -LICENSE="MIT"
85 -KEYWORDS="~amd64"
86 -SLOT="0"
87 -
88 -RDEPEND="
89 - dev-python/fonttools[${PYTHON_USEDEP}]
90 - dev-python/uharfbuzz[${PYTHON_USEDEP}]
91 -"
92 -DEPEND="${RDEPEND}"
93 -
94 -distutils_enable_sphinx docs