From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/
Date: Thu, 9 Nov 2023 20:19:56 +0000 (UTC) [thread overview]
Message-ID: <1699561192.ab4c97a307d3e5b4ce959e794cb37f172821d6d8.mgorny@gentoo> (raw)
commit: ab4c97a307d3e5b4ce959e794cb37f172821d6d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 9 20:18:29 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 9 20:19:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4c97a3
dev-python/sphinx-bootstrap-theme: Build demo for testing
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../sphinx-bootstrap-theme-0.8.1.ebuild | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
index fd1fab5f0119..7ad4a9965306 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
@@ -4,17 +4,27 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
-HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html"
+HOMEPAGE="
+ https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html
+ https://github.com/ryan-roemer/sphinx-bootstrap-theme/
+ https://pypi.org/project/sphinx-bootstrap-theme/
+"
SRC_URI="
- https://github.com/ryan-roemer/${PN}/archive/v${PV}.tar.gz
+ https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+ cd demo || die
+ "${EPYTHON}" -m sphinx -d "${BUILD_DIR}"/doctrees \
+ -b html source "${BUILD_DIR}"/html || die
+}
next reply other threads:[~2023-11-09 20:20 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-09 20:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/ Michał Górny
2024-01-29 10:25 Michał Górny
2023-11-09 20:19 Michał Górny
2023-02-26 11:28 Andrew Ammerlaan
2022-03-15 14:26 Michał Górny
2022-03-15 13:07 Jakov Smolić
2021-10-09 19:25 Arthur Zamarin
2021-10-09 19:18 Sam James
2021-10-09 9:32 Arthur Zamarin
2021-09-14 1:30 Yixun Lan
2021-09-11 6:50 Arthur Zamarin
2021-09-11 6:50 Arthur Zamarin
2021-09-07 21:18 Louis Sautier
2020-10-21 22:51 Michał Górny
2020-10-18 19:19 Sam James
2020-10-18 19:10 Thomas Deutschmann
2020-10-16 12:00 Michał Górny
2020-09-11 22:45 Louis Sautier
2020-08-01 22:29 Michał Górny
2020-03-29 9:16 Michał Górny
2019-12-16 14:38 Michał Górny
2019-05-01 18:06 Matt Turner
2019-04-28 20:40 Mikle Kolyada
2019-04-28 20:37 Mikle Kolyada
2019-04-05 9:24 Mart Raudsepp
2019-03-21 7:26 Sergei Trofimovich
2019-03-16 18:40 Sergei Trofimovich
2019-03-16 14:46 Mikle Kolyada
2019-03-09 21:19 Matt Turner
2019-03-09 19:18 Thomas Deutschmann
2019-03-05 6:22 Matt Turner
2019-03-05 6:22 Matt Turner
2019-03-03 6:29 Mikle Kolyada
2019-03-02 21:30 Matt Turner
2019-03-02 20:02 Matt Turner
2019-03-01 21:21 Sergei Trofimovich
2018-11-01 0:10 Sergei Trofimovich
2018-10-17 12:11 Tobias Klausmann
2018-08-21 17:07 Patrice Clement
2018-08-21 14:46 Louis Sautier
2018-08-21 14:46 Louis Sautier
2018-04-29 6:33 Michał Górny
2017-07-31 20:46 Sebastien Fabbro
2017-03-10 10:16 Zac Medico
2016-06-29 10:46 Patrick Lauer
2015-10-21 13:41 Justin Lecher
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=1699561192.ab4c97a307d3e5b4ce959e794cb37f172821d6d8.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