aboutsummaryrefslogtreecommitdiff
blob: 965e7fbc1d51a536178331ebe1bdef6704e6fb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

DESCRIPTION="A bridge from UFOs to FontTool objects"
HOMEPAGE="
	https://github.com/googlefonts/ufo2ft
	https://pypi.org/project/ufo2ft/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"

RDEPEND="
	>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
	>=dev-python/compreffor-0.5.1_p1[${PYTHON_USEDEP}]
	>=dev-python/cffsubr-0.2.9_p1[${PYTHON_USEDEP}]
	>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
	>=dev-python/defcon-0.10.0[${PYTHON_USEDEP}]
	>=dev-python/fonttools-4.29.1[${PYTHON_USEDEP}]
	>=dev-python/skia-pathops-0.7.0[${PYTHON_USEDEP}]
	>=dev-python/ufoLib2-0.13.1[${PYTHON_USEDEP}]
"
DEPEND="
	dev-python/setuptools-scm[${PYTHON_USEDEP}]
	test? (
		dev-python/glyphsLib[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest