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-python/hyperglot/
Date: Tue, 28 Jun 2022 04:34:36
Message-Id: 1656390868.880fb24618f994de44c9ffb0e8d39322db033b98.Alessandro-Barbieri@gentoo
1 commit: 880fb24618f994de44c9ffb0e8d39322db033b98
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 04:18:17 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 28 04:34:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=880fb246
7
8 dev-python/hyperglot: add 0.3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/hyperglot/Manifest | 1 +
13 dev-python/hyperglot/hyperglot-0.3.9.ebuild | 30 +++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/hyperglot/Manifest b/dev-python/hyperglot/Manifest
17 index 03ad41e79..201a72402 100644
18 --- a/dev-python/hyperglot/Manifest
19 +++ b/dev-python/hyperglot/Manifest
20 @@ -1 +1,2 @@
21 DIST hyperglot-0.3.8.gh.tar.gz 7535789 BLAKE2B ea95372cfff195d2f991cc9a6bc3e26a9576e234167dde0c3a550979f6657e23b2169beb9d67b05fe8de1922e8a299ae24653da611e4277027798b2d139bc12f SHA512 32b8a08795fad10bfe909ddcab9578a53d1a0faf5a9ac79c2a129d2529d00166336560528f298ff8433fdc1149791da948fa2ef4f4d67780bd79b8f8126bdaf6
22 +DIST hyperglot-0.3.9.gh.tar.gz 7534924 BLAKE2B 504907a27e10977cba079cc03db489d1ee169de84e07d32308f4c682fda9be9e9d4b0af10f3ea0d0b3756582130ab3ab4474a730804b4a5ccd2acd0d97cfe787 SHA512 9bf3fad12e66d475dbca627164674a8f3d06779b44e3fac56b95de7058c863421ce107e76fab51dbf95d3ce7d6be5d9aeb340c73521dd85183f2982d36383758
23
24 diff --git a/dev-python/hyperglot/hyperglot-0.3.9.ebuild b/dev-python/hyperglot/hyperglot-0.3.9.ebuild
25 new file mode 100644
26 index 000000000..6f30fd58e
27 --- /dev/null
28 +++ b/dev-python/hyperglot/hyperglot-0.3.9.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Detect language support for font binaries"
40 +HOMEPAGE="
41 + https://hyperglot.rosettatype.com/
42 + https://github.com/rosettatype/hyperglot
43 + https://pypi.org/project/hyperglot/
44 +"
45 +SRC_URI="https://github.com/rosettatype/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
46 +
47 +LICENSE="GPL-3+ OFL"
48 +KEYWORDS="~amd64"
49 +SLOT="0"
50 +
51 +RDEPEND="
52 + >=dev-python/click-7.0[${PYTHON_USEDEP}]
53 + >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]
54 + >=dev-python/pyyaml-5.3[${PYTHON_USEDEP}]
55 + >=dev-python/unicodedata2-13.0.0[${PYTHON_USEDEP}]
56 + >=dev-python/colorlog-4.7.2[${PYTHON_USEDEP}]
57 +"
58 +
59 +distutils_enable_tests pytest