# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..14} ) PYPI_NO_NORMALIZE=1 PYPI_PN="fluent.runtime" inherit distutils-r1 pypi DESCRIPTION="Localization library for expressive translations" HOMEPAGE="https://github.com/projectfluent/python-fluent" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" # The PyPI sdist ships an incomplete test suite: tests/ has no __init__.py or # utils.py, so the relative imports fail. The full suite runs only from the # upstream git checkout. RESTRICT="test" RDEPEND=" >=dev-python/fluent-syntax-0.17[${PYTHON_USEDEP}]