mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-util/gftools: drop 0.9.10
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
DIST GlyphsInfo-e33ccf3515cc5b8005a3a50b4163663623649d20.tar.gz 576525 BLAKE2B 306146533d15e412e8e18f072a1fd55770310fd7a85e0a8cb956f1262622e40776b60c1bb729701b419c155970870a55a398cf01257e0b4f4a338c8714232c79 SHA512 7481f524273e73cbb7827ee6ddf9ae63852b44440e9ef5097c6fea643e99912195f0257e9140ca17738a208559c36d8dbec51ec9ec5f24cd9510d5989378be13
|
DIST GlyphsInfo-e33ccf3515cc5b8005a3a50b4163663623649d20.tar.gz 576525 BLAKE2B 306146533d15e412e8e18f072a1fd55770310fd7a85e0a8cb956f1262622e40776b60c1bb729701b419c155970870a55a398cf01257e0b4f4a338c8714232c79 SHA512 7481f524273e73cbb7827ee6ddf9ae63852b44440e9ef5097c6fea643e99912195f0257e9140ca17738a208559c36d8dbec51ec9ec5f24cd9510d5989378be13
|
||||||
DIST gftools-0.9.10.tar.gz 4870019 BLAKE2B ec515faac43c820ca09d1f0c7901bcf079fd62c032455b771e9771c7b89bcf667fd4d3b063a042038d85991204c0037a64d73497ec41069783bc5a4a47c25497 SHA512 6c101efbbee874a5c1f827fcb18622100128dc6f09c4e434030982b2adfa0a380809ed9f0d173f7a939b8b19c984d4d1106f01c274fff32520588024f5d3933e
|
|
||||||
DIST gftools-0.9.11.tar.gz 4870459 BLAKE2B bc5240a92060b3d79e30a3b275a113eaa8620802cfcf42d3a9c60535e5c7a984bce2e0046195269d25937687534e8878418537dc0153964090c8d7a14e9ce265 SHA512 9d98554af17d85a0e247690262b9cf90c11dba0114f44b70c6b32017676838b3509e3f30a857913e08df5b5532c89274a0b0aff7143a96df0ac6c827d00a8d55
|
DIST gftools-0.9.11.tar.gz 4870459 BLAKE2B bc5240a92060b3d79e30a3b275a113eaa8620802cfcf42d3a9c60535e5c7a984bce2e0046195269d25937687534e8878418537dc0153964090c8d7a14e9ce265 SHA512 9d98554af17d85a0e247690262b9cf90c11dba0114f44b70c6b32017676838b3509e3f30a857913e08df5b5532c89274a0b0aff7143a96df0ac6c827d00a8d55
|
||||||
|
|||||||
@@ -1,80 +0,0 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
GLYPHSINFO_COMMIT="e33ccf3515cc5b8005a3a50b4163663623649d20"
|
|
||||||
DISTUTILS_SINGLE_IMPL=1
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Miscellaneous tools for working with the Google Fonts collection"
|
|
||||||
HOMEPAGE="https://github.com/googlefonts/gftools"
|
|
||||||
SRC_URI="
|
|
||||||
https://github.com/googlefonts/gftools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
|
||||||
https://github.com/schriftgestalt/GlyphsInfo/archive/${GLYPHSINFO_COMMIT}.tar.gz -> GlyphsInfo-${GLYPHSINFO_COMMIT}.tar.gz
|
|
||||||
"
|
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
LICENSE="Apache-2.0 MIT test? ( OFL )"
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
# ufolib2 is an indirect dependency
|
|
||||||
RDEPEND="
|
|
||||||
dev-python/statmake[${PYTHON_SINGLE_USEDEP}]
|
|
||||||
$(python_gen_cond_dep '
|
|
||||||
dev-python/ufoLib2[${PYTHON_USEDEP}]
|
|
||||||
|
|
||||||
dev-python/fonttools[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/axisregistry-0.2.0[${PYTHON_USEDEP}]
|
|
||||||
dev-python/absl-py[${PYTHON_USEDEP}]
|
|
||||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
|
||||||
dev-python/PyGithub[${PYTHON_USEDEP}]
|
|
||||||
dev-python/vttlib[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
|
||||||
dev-python/babelfont[${PYTHON_USEDEP}]
|
|
||||||
dev-python/ttfautohint-py[${PYTHON_USEDEP}]
|
|
||||||
>=dev-util/fontmake-3.3.0[${PYTHON_USEDEP}]
|
|
||||||
app-arch/brotli[python,${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/browserstack-local-python-1.2.2[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/pybrowserstack-screenshots-0.1[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/gflanguages-0.4.0[${PYTHON_USEDEP}]
|
|
||||||
dev-python/glyphsLib[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/glyphsets-0.2.1[${PYTHON_USEDEP}]
|
|
||||||
dev-python/ots-python[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pygit2[${PYTHON_USEDEP}]
|
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
|
||||||
dev-python/strictyaml[${PYTHON_USEDEP}]
|
|
||||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
|
||||||
dev-python/unidecode[${PYTHON_USEDEP}]
|
|
||||||
dev-python/skia-pathops[${PYTHON_USEDEP}]
|
|
||||||
dev-python/jinja[${PYTHON_USEDEP}]
|
|
||||||
dev-python/hyperglot[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/fontFeatures-1.6.2[${PYTHON_USEDEP}]
|
|
||||||
dev-python/vharfbuzz[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
"
|
|
||||||
DEPEND="
|
|
||||||
${RDEPEND}
|
|
||||||
$(python_gen_cond_dep '>=dev-python/setuptools_scm-4[${PYTHON_USEDEP}]')
|
|
||||||
"
|
|
||||||
|
|
||||||
RESTRICT="test"
|
|
||||||
PROPERTIES="test_network"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
python_prepare_all() {
|
|
||||||
mv "${WORKDIR}/GlyphsInfo"/*.xml "Lib/gftools/util/GlyphsInfo" || die
|
|
||||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV/_p/.post}"
|
|
||||||
distutils-r1_python_prepare_all
|
|
||||||
}
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
local -x PYTHONPATH="${BUILD_DIR}/lib:${PYTHONPATH}"
|
|
||||||
local -x PATH="${S}:${PATH}"
|
|
||||||
distutils_install_for_testing
|
|
||||||
epytest -vv
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user