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/fontMath/
Date: Mon, 28 Jun 2021 10:59:09
Message-Id: 1624835272.819da74f96f11156fa01ed930f1b7f8b26c4502f.flow@gentoo
1 commit: 819da74f96f11156fa01ed930f1b7f8b26c4502f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 27 23:07:52 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 27 23:07:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=819da74f
7
8 dev-python/fontMath: add 0.8.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/fontMath/Manifest | 1 +
13 dev-python/fontMath/fontMath-0.8.1.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/fontMath/Manifest b/dev-python/fontMath/Manifest
17 index d92f629e5..770c6a1af 100644
18 --- a/dev-python/fontMath/Manifest
19 +++ b/dev-python/fontMath/Manifest
20 @@ -1 +1,2 @@
21 DIST fontMath-0.6.0.tar.gz 29430 BLAKE2B e89200df9c54d35662103bcb260593da83339af06af4ce5906421c5d0c533097d82562531f5bea70286b07ffc1b27707c46f7bf8bb3956fdf23998278696d541 SHA512 20bbed0242d7bf4dddf44f1c2c1333f5019a5bc78025e6bcc8ede80cc44d96acc48b5ef1244fb22fe09217ed7123fff591fab2a72c2484e19ee202c20ad34f56
22 +DIST fontMath-0.8.1.tar.gz 29657 BLAKE2B b2a85d4fbce46b381488815df363c13c2d60f4527160bbdd0591c852df606bd1ada4945ec22935907b9b59a0f729a9c51fe2fa4f9531c3cf406bde11159193a2 SHA512 815f5521099dc55ceb215f0f7ea2dded7f8586a6b5ac8c7c99bd87f4f837feb21768c46473f21aa60ad8b0e85bbdabf2bf246f0c8fabab0b4a2d63b5d052f6a8
23
24 diff --git a/dev-python/fontMath/fontMath-0.8.1.ebuild b/dev-python/fontMath/fontMath-0.8.1.ebuild
25 new file mode 100644
26 index 000000000..3d2608c58
27 --- /dev/null
28 +++ b/dev-python/fontMath/fontMath-0.8.1.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +
37 +inherit distutils-r1
38 +
39 +SRC_URI="https://github.com/robotools/fontMath/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
40 +KEYWORDS="~amd64 ~x86"
41 +DESCRIPTION="A collection of objects that implement fast font math"
42 +HOMEPAGE="https://github.com/robotools/fontMath"
43 +LICENSE="MIT"
44 +SLOT="0"
45 +
46 +RDEPEND="
47 + ${PYTHON_DEPS}
48 + >=dev-python/fonttools-4.9[${PYTHON_USEDEP}]
49 +"
50 +DEPEND="${RDEPEND}"
51 +
52 +distutils_enable_tests pytest