guru/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
Anna (cybertailor) Vyalkova ca7ea4f1f1
dev-python/opentype-sanitizer: add missing dep
Closes: https://bugs.gentoo.org/906829
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-05-21 18:25:20 +05:00

33 lines
594 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for the OpenType Sanitizer"
HOMEPAGE="
https://pypi.org/project/opentype-sanitizer/
https://github.com/googlefonts/ots-python
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-arch/lz4:=
media-libs/woff2
sys-libs/zlib:=
"
DEPEND="${RDEPEND}
dev-cpp/gtest
"
BDEPEND="dev-util/meson"
distutils_enable_tests pytest