mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/sphinxcontrib-bibtex: Bump to 2.7.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST sphinxcontrib_bibtex-2.6.5.tar.gz 118462 BLAKE2B 42c2032fbc67a4b7fae8fbb4d407f0984cc10415be0490aa302c3657b99429989223ff0ec3e70bfb102f7980947da666e1ccb602da9f699e52fcc22578264d24 SHA512 514bbe4f9b705e68e6098deefbd8be1234edd12752f32892bdc67bedcca5df85f605da4d6660486eb387e8c42da9bd8633201c40f3d11591dd2cf1840c27ec53
|
||||
DIST sphinxcontrib_bibtex-2.6.5.tar.gz.provenance 9694 BLAKE2B 6b314f00fc6f9715816cb5d0d144388465ad66999ae0ede0684d4f5ad9c0d50af40f75428699e0788cc4a778f05ee12819cd6335f83d4c26a13aa302cfbbd2a8 SHA512 edcef1cd1d4c7d26da5e12e111fef384348d68e75e6478a285753f30f7272c002af0b0de26a88f58dd407d438350560e18fa848c1a3a4b0e1f5283ebc5fb13a3
|
||||
DIST sphinxcontrib_bibtex-2.7.0.tar.gz 120669 BLAKE2B c10a0b0ab31686af48e2f4d8bb8b0e9f5575c691b5e5b31a027a5ac2fb9519155c26c60929bfb41cfbc053592ada0f25d93d3a4aa877996b0446da96d0437ca4 SHA512 ba33a97d9aaa95e8b3ae7da36cf9a9d46bb3e18f153a8f4df7d6111ee74fe46f685c801ecfc899b7d17afdd2aa086ca87a88ff9a3e29cbcb1e66280bb25db29f
|
||||
DIST sphinxcontrib_bibtex-2.7.0.tar.gz.provenance 9884 BLAKE2B c006855d8defb869e86a855ed6f980c9ade0a10fd5565deb9b24dc0f6fab7c78644e5c57947846bf1d27334304037cfdb9d00362c42ea0c3741ed03ae38fbb2b SHA512 735f09a9fe52bb260f405aff0d3ad216c13f4124a3f9ec00f096086e7586f4ea2df4e90e3d73315e5a011c3f98d2fc74c117f39de4608c071ec880c71ced23b6
|
||||
|
||||
@@ -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_{12..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
|
||||
}
|
||||
Reference in New Issue
Block a user