public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/
Date: Fri,  1 Nov 2024 11:07:05 +0000 (UTC)	[thread overview]
Message-ID: <1730459215.d7f23db6220dd05aeeb2d819d57c653bfe59a00f.andrewammerlaan@gentoo> (raw)

commit:     d7f23db6220dd05aeeb2d819d57c653bfe59a00f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 11:06:47 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 11:06:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f23db6

dev-python/pydata-sphinx-theme: add 0.16.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest            |  2 +
 .../pydata-sphinx-theme-0.16.0.ebuild              | 57 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest
index 326365e7b8b1..5fb6b85c0bf4 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.15.4.gh.tar.gz 2396654 BLAKE2B 34293e53fe17568e65118702f1c55eb6cc0bca0d17fbc168fac0b495de581f094046bf775480ae608b711f2136c131e02163b2eed84dafa080e6ebc1b4eb96a5 SHA512 5cdedfa182a75c0735773627bbe738f31b36bc812051d4848676b33acf3b2a55d2bd59b1171c4deb4e7c29e8968bcade1f1abfa901c3c4dc8caeaf9e47cbba28
+DIST pydata-sphinx-theme-0.16.0.gh.tar.gz 2402696 BLAKE2B a56fe7accb28a82973076d19380600f188dc1e682158b2b77e7b1b0a0e6d6c2bfbed7ea4ac9bf2591ae8e4cccf529f7cf8c187afc044f152e22edd4515938ddd SHA512 4f5c48708d5aae21ed8f1827a4d805c893652b02612699468875d283180087c2193b4dd12b8cbe24a1cee1a748d5de9ebbe378d1ff0b07b2a57c0b349ea3c173
 DIST pydata_sphinx_theme-0.15.4-py3-none-any.whl 4640157 BLAKE2B cb4e067e1acdb8364e498c00f3f8d549a16fc90675511dca65968828002422a8048818fdf3881f9ca33e7368758501b096dd9c968498a273cf2f353ea9868d3c SHA512 0d5e22952e11f683be4e14e597f488a2716877d1d064fa9c52985fcfd6dabcd5ae7c48143a3ebfd26f6a1f933b18e69f5d938afc99a9bfb475a80f94b34c82e7
+DIST pydata_sphinx_theme-0.16.0-py3-none-any.whl 6739948 BLAKE2B 070ede0cd030b6c1919f5f7b54bb1738c5e6af8f74bda49d2d4be4ea99b79b0adf9283b6f837a785203e5c442f845f8f8fd0139c189b927b5d5642aff17894e3 SHA512 947f0a0c910f9ced070e3128822292d1a4a1bfe99f46802abe9589d7d5216aa5294d81adae3d47db5e88942184d7455a624a9061030ea9e6648b031cd37b2fef

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild
new file mode 100644
index 000000000000..1b5c8a0129f0
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+MY_P=${P/_/}
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+	https://github.com/pydata/pydata-sphinx-theme/
+	https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+	https://github.com/pydata/pydata-sphinx-theme/archive/v${PV/_/}.tar.gz
+		-> ${P}.gh.tar.gz
+	$(pypi_wheel_url)
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/accessible-pygments[${PYTHON_USEDEP}]
+	dev-python/Babel[${PYTHON_USEDEP}]
+	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/pygments-2.7[${PYTHON_USEDEP}]
+	>=dev-python/sphinx-6.1[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-regressions[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# pygments version mismatch?
+	'tests/test_build.py::test_pygments_fallbacks[real]'
+	# Requires sphinx-intl
+	'tests/test_build.py::test_translations'
+)
+
+python_compile() {
+	distutils_wheel_install "${BUILD_DIR}/install" \
+		"${DISTDIR}/$(pypi_wheel_name)"
+}


             reply	other threads:[~2024-11-01 11:07 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-01 11:07 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  8:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/ Michał Górny
2024-11-16  8:09 Michał Górny
2024-07-13  8:01 Michał Górny
2024-07-13  7:27 Arthur Zamarin
2024-06-26  2:09 Michał Górny
2024-06-12  7:42 Michał Górny
2024-06-12  6:53 Arthur Zamarin
2024-05-29  4:17 Michał Górny
2024-05-28  7:40 Michał Górny
2024-04-17  3:42 Michał Górny
2024-02-03  9:17 Michał Górny
2024-02-03  8:29 Arthur Zamarin
2024-01-19 14:44 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:23 Arthur Zamarin
2024-01-04 17:08 Michał Górny
2023-12-15 11:04 Michał Górny
2023-12-15 10:58 Arthur Zamarin
2023-11-27 13:09 Andrew Ammerlaan
2023-11-25 10:42 Michał Górny
2023-11-25  9:00 Arthur Zamarin
2023-10-31  7:53 Michał Górny
2023-10-26  3:12 Michał Górny
2023-10-06 16:04 Sam James
2023-09-21  5:28 Michał Górny
2023-09-15 10:11 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-04-12  7:15 Michał Górny
2023-04-12  0:38 Jakov Smolić
2023-04-11 19:41 Sam James
2023-04-11 19:04 Sam James
2023-04-11 18:30 Arthur Zamarin
2023-04-11 18:27 Arthur Zamarin
2023-04-11 18:20 Arthur Zamarin
2023-04-11 18:17 Arthur Zamarin
2023-04-11 18:15 Arthur Zamarin
2023-03-31 18:05 Sam James
2023-03-31  4:32 Michał Górny
2023-03-30  2:57 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-03-10  9:53 Arthur Zamarin
2023-03-10  9:10 Arthur Zamarin
2023-03-10  8:21 Arthur Zamarin
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-10  0:35 Yixun Lan
2023-03-09 12:35 Michał Górny
2022-10-19 13:30 Michał Górny
2022-05-17 12:20 Andrew Ammerlaan
2022-03-12 12:04 Arthur Zamarin
2022-03-12 12:04 Arthur Zamarin
2022-03-12 12:04 Arthur Zamarin
2022-03-12 12:03 Arthur Zamarin
2022-03-02  9:07 Agostino Sarubbo
2022-03-01 11:28 Agostino Sarubbo
2022-02-09 14:18 Yixun Lan
2022-02-08 17:38 Arthur Zamarin
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07  8:33 Sam James
2021-12-12  8:33 Michał Górny
2021-12-12  1:49 Sam James
2021-11-10 22:35 Michał Górny
2021-11-05  5:40 Arthur Zamarin
2021-11-05  2:12 Sam James
2021-10-03  6:37 Michał Górny
2021-10-02  7:50 Michał Górny
2021-07-27 10:19 Andrew Ammerlaan
2021-06-05 21:18 Michał Górny
2021-06-05 20:35 Sam James
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-27  7:08 Michał Górny
2021-04-17  6:22 Michał Górny
2021-04-17  6:22 Michał Górny
2021-04-10  8:04 Michał Górny
2021-04-09 12:21 Joonas Niilola
2021-04-09 12:21 Joonas Niilola
2021-03-25 13:58 Joonas Niilola
2021-03-11 22:59 Michał Górny
2021-03-02  9:00 Michał Górny
2021-03-02  7:38 Sam James
2021-02-26  8:30 Michał Górny
2021-02-26  8:09 Agostino Sarubbo
2021-01-26 21:20 Michał Górny
2021-01-23  0:11 Michał Górny
2021-01-23  0:11 Michał Górny
2020-12-22  8:07 Michał Górny
2020-12-21 22:18 Sam James
2020-12-21 19:43 Michał Górny
2020-11-17 14:21 Joonas Niilola
2020-10-19 12:16 Joonas Niilola
2020-10-18 18:51 Thomas Deutschmann
2020-10-06  9:26 Joonas Niilola
2020-09-15 18:27 Joonas Niilola
2020-09-15  8:09 Joonas Niilola
2020-09-15  8:09 Joonas Niilola

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=1730459215.d7f23db6220dd05aeeb2d819d57c653bfe59a00f.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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