public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-rtd-theme/
Date: Fri, 26 May 2023 18:04:44 +0000 (UTC)	[thread overview]
Message-ID: <1685123589.ceff0c2ca1d1db7881415215106daa4964168441.mgorny@gentoo> (raw)

commit:     ceff0c2ca1d1db7881415215106daa4964168441
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 17:53:09 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 17:53:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceff0c2c

dev-python/sphinx-rtd-theme: Bump to 1.2.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx-rtd-theme/Manifest               |  1 +
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest b/dev-python/sphinx-rtd-theme/Manifest
index 900da5c76a4f..0c9ac95ae442 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1 +1,2 @@
 DIST sphinx_rtd_theme-1.2.0.tar.gz 2784826 BLAKE2B 62d0af56a29d66831447009991a5e0fb0a483ca91ac2ef7e7ce0b19510281308b49219efd0c6e1bd8fc95c2acae233133ce2f89b7507c2b20f0f322e59ab06e0 SHA512 dd407c648c5512a79e31a106825c6f9ec4696b14d950830ab36faf912ea804b48b3a5d09c6a144e9cead773e4c057cbc809d7582deea1b253ce71b756f7f6b10
+DIST sphinx_rtd_theme-1.2.1.tar.gz 2784128 BLAKE2B c5aed3beb6ade90a27690a8c33c8e18d05f53fb5514987828823f3a8d4bbfecb2212593733ce03323b8e9402730bd8fadce6c5dfc0d425cd4b335f6eef81f948 SHA512 0c1e0f0015f9df23f992023e137cc5976e76ad45e46e2f51186cf572289afae5e37d29013e0440a9059808d9b40af850d29393c2d2bc0a3cd845b0fbfa392294

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
new file mode 100644
index 000000000000..03097c64da67
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ReadTheDocs.org theme for Sphinx"
+HOMEPAGE="
+	https://github.com/readthedocs/sphinx_rtd_theme/
+	https://pypi.org/project/sphinx-rtd-theme/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/docutils[${PYTHON_USEDEP}]
+	<dev-python/sphinx-7[${PYTHON_USEDEP}]
+	>=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
+	>=dev-python/sphinxcontrib-jquery-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	# unpin docutils
+	sed -i -e '/docutils/s:<0[.]19::' setup.cfg || die
+	sed -i -e '/jquery/s:,!=3[.]0[.]0::' setup.cfg || die
+	distutils-r1_src_prepare
+
+	# CI=1 disables rebuilding webpack that requires npm use
+	# yes, that surely makes sense
+	export CI=1
+}


             reply	other threads:[~2023-05-26 18:04 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26 18:04 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-26 13:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-rtd-theme/ Michał Górny
2024-10-26 12:51 Michał Górny
2024-10-10  5:03 Michał Górny
2024-10-08  3:00 Michał Górny
2024-06-03 18:31 Mike Gilbert
2023-12-15 12:40 Michał Górny
2023-12-15 11:29 Arthur Zamarin
2023-11-28  5:26 Michał Górny
2023-11-25  4:00 Sam James
2023-09-25 18:49 Michał Górny
2023-09-25 16:54 Arthur Zamarin
2023-08-22  4:12 Michał Górny
2023-07-10  1:38 Michał Górny
2023-07-02 19:15 Michał Górny
2023-06-08  5:13 Michał Górny
2023-06-01 16:32 Arthur Zamarin
2023-03-24 13:51 Michał Górny
2023-03-24 13:14 Arthur Zamarin
2023-03-23 21:47 James Le Cuirot
2023-03-18 19:20 Sam James
2023-03-18 18:52 Arthur Zamarin
2023-03-18 18:36 Arthur Zamarin
2023-03-18 18:36 Arthur Zamarin
2023-03-18 18:36 Arthur Zamarin
2023-03-18 18:36 Arthur Zamarin
2023-03-18 18:36 Arthur Zamarin
2023-03-10  9:03 Arthur Zamarin
2023-03-04  5:56 Arthur Zamarin
2023-02-27 12:45 WANG Xuerui
2023-02-24 22:20 Sam James
2023-02-20 21:29 Arthur Zamarin
2023-02-20 19:50 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685123589.ceff0c2ca1d1db7881415215106daa4964168441.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox