Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/
Date: Thu, 09 Sep 2021 07:42:02
Message-Id: 1631173316.58758c908b5e82f020d2b20d3ade5fbbc680cce4.pacho@gentoo
1 commit: 58758c908b5e82f020d2b20d3ade5fbbc680cce4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 07:41:38 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 07:41:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58758c90
7
8 dev-python/nototools: Bump to 0.2.16
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/nototools/Manifest | 1 +
14 dev-python/nototools/nototools-0.2.16.ebuild | 35 ++++++++++++++++++++++++++++
15 2 files changed, 36 insertions(+)
16
17 diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest
18 index a578c99fee3..5bb39fe9a6b 100644
19 --- a/dev-python/nototools/Manifest
20 +++ b/dev-python/nototools/Manifest
21 @@ -1 +1,2 @@
22 DIST nototools-0.2.13.tar.gz 9574809 BLAKE2B 8c5f59721ed3294162d9578955f0493007fdcebe5aecb3364abf22add5cedb12de99c63064574ea84b553cf2547af2ac2203e68b4a380527695edd72cf05f6c7 SHA512 8e46ed8d5c683dd93a14890df059a86824fda7f39011570cb414a471c380ed5464cfbe2ee6c8b0c2819d35fabf51ed5495df4c49d5c562fed5467ac2bde135e6
23 +DIST nototools-0.2.16.tar.gz 9712796 BLAKE2B 654f449a00741dfa4a9b3b8c2a80d40907698098d1c4ee94363657d88b24fe1f26287af5e7795484846d394573a868ff82fa9a8c0a51b953325d6f6f97d7f7c8 SHA512 3c70c29f8411ae3eedc2738e0b2f42f9c0b675494bbdc107a8b43612fba08401c704ec94db63bb92aa1648b168f9e0d9e8139b8c61dc3b43973876d105324554
24
25 diff --git a/dev-python/nototools/nototools-0.2.16.ebuild b/dev-python/nototools/nototools-0.2.16.ebuild
26 new file mode 100644
27 index 00000000000..b6b05644a50
28 --- /dev/null
29 +++ b/dev-python/nototools/nototools-0.2.16.ebuild
30 @@ -0,0 +1,35 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +PYTHON_COMPAT=( python3_{7..10} )
36 +
37 +inherit distutils-r1
38 +
39 +MY_PN="notofonttools"
40 +MY_P="${MY_PN}-${PV}"
41 +
42 +DESCRIPTION="Noto fonts support tools and scripts plus web site generation"
43 +HOMEPAGE="https://github.com/googlefonts/nototools"
44 +#SRC_URI="https://github.com/googlefonts/nototools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0 OFL-1.1"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
50 +
51 +RDEPEND="
52 + >=media-gfx/scour-0.37
53 + >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
54 + >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
55 + >=dev-python/fonttools-4.11.0[${PYTHON_USEDEP}]
56 + >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
57 + >=dev-python/pyclipper-1.2.1[${PYTHON_USEDEP}]
58 +"
59 +
60 +S="${WORKDIR}/${MY_P}"
61 +
62 +# Some tests weren't ported to python3 yet and lots of failures
63 +RESTRICT="test"
64 +
65 +distutils_enable_tests setup.py