| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.0 | 8 | ~amd64 | 0 |
# SPDX-License-Identifier: GPL-2.0 OR ISC
# Copyright 2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=(python3_{11..13} python3_13t)
inherit distutils-r1
DESCRIPTION="Sphinx utility that make it easy to translate and to apply translation."
HOMEPAGE="https://github.com/sphinx-dox/sphinx-intl/"
SRC_URI="https://github.com/sphinx-doc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
${PYTHON_DEPS}
dev-python/click
dev-python/babel
dev-python/sphinx
"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest
${PYTHON_DEPS}
dev-python/click
dev-python/babel
dev-python/sphinx
${PYTHON_DEPS}
dev-python/click
dev-python/babel
dev-python/sphinx
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sphinx-intl-2.2.0.gh.tar.gz | 24103 bytes | https://github.com/sphinx-doc/sphinx-intl/archive/refs/tags/2.2.0.tar.gz |