diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-07 07:10:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-07 07:10:39 +0000 |
| commit | 6dd565aea2fc1e47796bb22fc2ec929c74dfa246 (patch) | |
| tree | 97379541729a9e467025bf3266d6b70a207c35ae /dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.7.0.ebuild | |
| parent | 6c2c44c149dc52d1f72e760c171f73fa33c4ee45 (diff) | |
| download | baldeagleos-repo-6dd565aea2fc1e47796bb22fc2ec929c74dfa246.tar.gz baldeagleos-repo-6dd565aea2fc1e47796bb22fc2ec929c74dfa246.tar.xz baldeagleos-repo-6dd565aea2fc1e47796bb22fc2ec929c74dfa246.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.7.0.ebuild')
| -rw-r--r-- | dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.7.0.ebuild | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.7.0.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.7.0.ebuild new file mode 100644 index 000000000000..e053ca1eefa6 --- /dev/null +++ b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.7.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/mcmtroffaes/sphinxcontrib-bibtex +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Sphinx extensions for BibTeX style citations" +HOMEPAGE=" + https://github.com/mcmtroffaes/sphinxcontrib-bibtex/ + https://pypi.org/project/sphinxcontrib-bibtex/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/docutils-0.20[${PYTHON_USEDEP}] + >=dev-python/pybtex-0.25[${PYTHON_USEDEP}] + >=dev-python/pybtex-docutils-1.0.2[${PYTHON_USEDEP}] + >=dev-python/sphinx-7.4[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/numpydoc[${PYTHON_USEDEP}] + dev-python/sphinx-autoapi[${PYTHON_USEDEP}] + ) +" + +EPYTEST_DESELECT=( + # rinoh not packaged + test/test_citation_rinoh.py::test_citation_rinoh + test/test_citation_rinoh.py::test_citation_rinoh_multidoc + # TODO + test/test_debug.py::test_debug_docutils_citation + test/test_debug.py::test_debug_bibtex_citation + test/test_debug.py::test_debug_minimal_example +) + +EPYTEST_PLUGINS=() +EPYTEST_XDIST=1 +distutils_enable_tests pytest +distutils_enable_sphinx doc + +python_compile() { + distutils-r1_python_compile + find "${BUILD_DIR}" -name '*.pth' -delete || die +} + +python_test() { + distutils_write_namespace sphinxcontrib + epytest +} |
