diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-22 04:28:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-22 04:32:15 +0100 |
commit | 44d1df63521ccb05c8c71970400a38034f7b5400 (patch) | |
tree | d0667996220874f8146cc61358e5b87a5e69ced9 /dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild | |
parent | dev-python/nest-asyncio: Bump to 1.6.0 (diff) | |
download | gentoo-44d1df63521ccb05c8c71970400a38034f7b5400.tar.gz gentoo-44d1df63521ccb05c8c71970400a38034f7b5400.tar.bz2 gentoo-44d1df63521ccb05c8c71970400a38034f7b5400.zip |
dev-python/sphinx-tabs: Bump to 3.4.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild')
-rw-r--r-- | dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild b/dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild new file mode 100644 index 000000000000..821eca256dbe --- /dev/null +++ b/dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Tabbed views for Sphinx" +HOMEPAGE=" + https://github.com/executablebooks/sphinx-tabs/ + https://pypi.org/project/sphinx-tabs/ +" +SRC_URI=" + https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/pytest-regressions[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme + +EPYTEST_DESELECT=( + # Unpackaged rinohtype + tests/test_build.py::test_rinohtype_pdf +) |