mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-python/fontParts: add constraints, export PV
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -18,14 +18,19 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-python/booleanOperations[${PYTHON_USEDEP}]
|
||||
dev-python/defcon[${PYTHON_USEDEP}]
|
||||
dev-python/fontMath[${PYTHON_USEDEP}]
|
||||
>=dev-python/fonttools-4.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/defcon-0.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/fontMath-0.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/fonttools-4.24.4[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
|
||||
|
||||
pkg_setup() {
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
|
||||
}
|
||||
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user