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/hyperglot/
Date: Mon, 27 Feb 2023 15:06:57
Message-Id: 1677451296.2df3cd24d47490b10cc2c17aadd1c52e634e85f3.flow@gentoo
1 commit: 2df3cd24d47490b10cc2c17aadd1c52e634e85f3
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Feb 26 20:30:28 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 22:41:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2df3cd24
7
8 dev-python/hyperglot: add 0.4.4, drop old
9
10 Closes: https://bugs.gentoo.org/897462
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/hyperglot/Manifest | 3 +--
14 dev-python/hyperglot/hyperglot-0.3.9.ebuild | 30 ----------------------
15 ...perglot-0.3.8.ebuild => hyperglot-0.4.4.ebuild} | 14 +++++-----
16 3 files changed, 9 insertions(+), 38 deletions(-)
17
18 diff --git a/dev-python/hyperglot/Manifest b/dev-python/hyperglot/Manifest
19 index 201a72402..f4a73cd9d 100644
20 --- a/dev-python/hyperglot/Manifest
21 +++ b/dev-python/hyperglot/Manifest
22 @@ -1,2 +1 @@
23 -DIST hyperglot-0.3.8.gh.tar.gz 7535789 BLAKE2B ea95372cfff195d2f991cc9a6bc3e26a9576e234167dde0c3a550979f6657e23b2169beb9d67b05fe8de1922e8a299ae24653da611e4277027798b2d139bc12f SHA512 32b8a08795fad10bfe909ddcab9578a53d1a0faf5a9ac79c2a129d2529d00166336560528f298ff8433fdc1149791da948fa2ef4f4d67780bd79b8f8126bdaf6
24 -DIST hyperglot-0.3.9.gh.tar.gz 7534924 BLAKE2B 504907a27e10977cba079cc03db489d1ee169de84e07d32308f4c682fda9be9e9d4b0af10f3ea0d0b3756582130ab3ab4474a730804b4a5ccd2acd0d97cfe787 SHA512 9bf3fad12e66d475dbca627164674a8f3d06779b44e3fac56b95de7058c863421ce107e76fab51dbf95d3ce7d6be5d9aeb340c73521dd85183f2982d36383758
25 +DIST hyperglot-0.4.4.gh.tar.gz 7552359 BLAKE2B eb365fd04ffd65a74a8eb78bdb822265a2b7dc5e8e2356dec0411f36a02168380297b84652cddb6275723cb54313e4b06b5570ee24e4dfa6803b1e32580c261c SHA512 80dadd65c2655a1a22b0c6c61818d4306d12ec8f71c9786fbf9d1fd55f624f7ed4f73c396c3027d3bd5af70eb6336d58d41939d4dee5e4f6d3b0c1dc49e50b9b
26
27 diff --git a/dev-python/hyperglot/hyperglot-0.3.9.ebuild b/dev-python/hyperglot/hyperglot-0.3.9.ebuild
28 deleted file mode 100644
29 index 6f30fd58e..000000000
30 --- a/dev-python/hyperglot/hyperglot-0.3.9.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Detect language support for font binaries"
43 -HOMEPAGE="
44 - https://hyperglot.rosettatype.com/
45 - https://github.com/rosettatype/hyperglot
46 - https://pypi.org/project/hyperglot/
47 -"
48 -SRC_URI="https://github.com/rosettatype/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
49 -
50 -LICENSE="GPL-3+ OFL"
51 -KEYWORDS="~amd64"
52 -SLOT="0"
53 -
54 -RDEPEND="
55 - >=dev-python/click-7.0[${PYTHON_USEDEP}]
56 - >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]
57 - >=dev-python/pyyaml-5.3[${PYTHON_USEDEP}]
58 - >=dev-python/unicodedata2-13.0.0[${PYTHON_USEDEP}]
59 - >=dev-python/colorlog-4.7.2[${PYTHON_USEDEP}]
60 -"
61 -
62 -distutils_enable_tests pytest
63
64 diff --git a/dev-python/hyperglot/hyperglot-0.3.8.ebuild b/dev-python/hyperglot/hyperglot-0.4.4.ebuild
65 similarity index 77%
66 rename from dev-python/hyperglot/hyperglot-0.3.8.ebuild
67 rename to dev-python/hyperglot/hyperglot-0.4.4.ebuild
68 index 6f30fd58e..cb0607ebb 100644
69 --- a/dev-python/hyperglot/hyperglot-0.3.8.ebuild
70 +++ b/dev-python/hyperglot/hyperglot-0.4.4.ebuild
71 @@ -1,30 +1,32 @@
72 -# Copyright 1999-2022 Gentoo Authors
73 +# Copyright 1999-2023 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=8
77
78 -PYTHON_COMPAT=( python3_{8..10} )
79 -
80 +PYTHON_COMPAT=( python3_{9..11} )
81 +DISTUTILS_USE_PEP517=setuptools
82 inherit distutils-r1
83
84 DESCRIPTION="Detect language support for font binaries"
85 HOMEPAGE="
86 https://hyperglot.rosettatype.com/
87 - https://github.com/rosettatype/hyperglot
88 https://pypi.org/project/hyperglot/
89 + https://github.com/rosettatype/hyperglot
90 "
91 SRC_URI="https://github.com/rosettatype/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
92
93 -LICENSE="GPL-3+ OFL"
94 +LICENSE="GPL-3"
95 KEYWORDS="~amd64"
96 SLOT="0"
97
98 RDEPEND="
99 >=dev-python/click-7.0[${PYTHON_USEDEP}]
100 + >=dev-python/colorlog-4.7.2[${PYTHON_USEDEP}]
101 >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]
102 >=dev-python/pyyaml-5.3[${PYTHON_USEDEP}]
103 >=dev-python/unicodedata2-13.0.0[${PYTHON_USEDEP}]
104 - >=dev-python/colorlog-4.7.2[${PYTHON_USEDEP}]
105 "
106
107 +DOCS=( {CHANGELOG,README}.md CONTRIBUTORS.txt README{_comparison,_database}.md )
108 +
109 distutils_enable_tests pytest