diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
| commit | 8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch) | |
| tree | bb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/sphinxcontrib-bibtex | |
| parent | f997c3ee588099e4f43e9ec845935868e3e60b8e (diff) | |
| download | baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinxcontrib-bibtex')
| -rw-r--r-- | dev-python/sphinxcontrib-bibtex/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.5.ebuild | 58 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/sphinxcontrib-bibtex/Manifest b/dev-python/sphinxcontrib-bibtex/Manifest index ada0a0c8741f..3c1c13de9f92 100644 --- a/dev-python/sphinxcontrib-bibtex/Manifest +++ b/dev-python/sphinxcontrib-bibtex/Manifest @@ -1,4 +1,2 @@ -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 diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.5.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.5.ebuild deleted file mode 100644 index 9ac8216c9ad3..000000000000 --- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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_{13..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.8[${PYTHON_USEDEP}] - >=dev-python/pybtex-0.25[${PYTHON_USEDEP}] - >=dev-python/pybtex-docutils-1.0.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-3.5[${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 -} |
