From fb6a7e84128cd7df87023d4e7d224de83057f748 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 May 2023 17:34:33 +0100 Subject: gentoo auto-resync : 06:05:2023 - 17:34:33 --- app-doc/mathjax-docs/Manifest | 2 +- app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'app-doc/mathjax-docs') diff --git a/app-doc/mathjax-docs/Manifest b/app-doc/mathjax-docs/Manifest index b5c78ed11e9c..b6aa86a6692a 100644 --- a/app-doc/mathjax-docs/Manifest +++ b/app-doc/mathjax-docs/Manifest @@ -1,3 +1,3 @@ DIST mathjax-docs-2.7.7.tar.gz 233452 BLAKE2B 280db6c794471d369a17161ad859dc73ddf1494af35114b69356aae41ea52d771f92b0b85ba82df8ed542039af152938f5fda71d752da4410ab183fe6a24ab81 SHA512 25fa97294ae153298d45b449d995c0402c481c6425ea4ebb38dcc509df741aed02d5469a520c8b793b8135b4140a6d1ad6688a42e3cb26004cfd7fcb838c32e6 -EBUILD mathjax-docs-2.7.7.ebuild 821 BLAKE2B bd469a792ad08a6911b05a440c4a841b8f04c7bf27bc808cbd32906cbce0161373db8440a3888e48b9dc6e22eaa762e199531a5e81a7a1db6e1bd455b0409500 SHA512 396357f90f3984657f1ea069dd0039ed0f1d686a12f89358b3ae19224db885efc76b94a2fbddb5b836c1eeb780aff2e4db5b666a2df458c239739408d0281a6a +EBUILD mathjax-docs-2.7.7.ebuild 1034 BLAKE2B d28e0fe24177526242ab8ff2a7e81f2220cec2e0ea6efc00a62dc97f4f3fea10476a9a08ba26fd2eff766ac02f528a6065f891904fdc598eff5af05acfc3e3cb SHA512 766c67cb85027bacd3e756baf7c3e14765c3ffe083864c58a61a45753b4be2888a0b1afab8bc9d7247cc9deafaec605eff26c1d0999c9c712b776281ac620ebd MISC metadata.xml 1063 BLAKE2B 6b785658c601cb16b92118a2880c648d76bfb98982f18205096921f2481aabe02149d98df3dca4a7e183dfdf8d8dd9357e51e2c663ca79b2727c5751ca3ffea4 SHA512 99d7a932fb21946669e0f1464b100b60f5cab866052443e6d90062b33cd513fded6aad1a07be31c49b065095f72565f8e44630bd97bf929ca3b145df38b097d4 diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild index 09c46593386f..0ae6c89946c7 100644 --- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild +++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit python-any-r1 vcs-clean COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388" @@ -24,13 +24,17 @@ BDEPEND=" ') " -DOCS=( - README.md -) +python_check_deps() { + python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && + python_has_version "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]" +} + +DOCS=( README.md ) src_prepare() { default egit_clean + sed -e 's/add_stylesheet/add_css_file/' -i conf.py || die } src_compile() { -- cgit v1.2.3