From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-programoutput/
Date: Wed, 20 Apr 2022 12:18:34 +0000 (UTC) [thread overview]
Message-ID: <1650457104.b364e62ed496c30fbbcabebd0992c6d0d35a8e5c.mgorny@gentoo> (raw)
commit: b364e62ed496c30fbbcabebd0992c6d0d35a8e5c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 10:15:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 12:18:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b364e62e
dev-python/sphinxcontrib-programoutput: PEP517, rm namespace dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../sphinxcontrib-programoutput-0.17-r1.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
new file mode 100644
index 000000000000..9b63ff722c17
--- /dev/null
+++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extension to sphinx to include program output"
+HOMEPAGE="
+ https://github.com/NextThought/sphinxcontrib-programoutput/
+ https://pypi.org/project/sphinxcontrib-programoutput/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+distutils_enable_tests pytest
+distutils_enable_sphinx doc
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+ distutils_write_namespace sphinxcontrib
+ cd "${T}" || die
+ epytest --pyargs sphinxcontrib.programoutput.tests
+}
next reply other threads:[~2022-04-20 12:18 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-20 12:18 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-06 18:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-programoutput/ Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:27 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
2024-12-07 11:59 Michał Górny
2024-12-07 7:07 Michał Górny
2023-05-30 16:01 Sam James
2023-03-17 15:25 Michał Górny
2023-02-13 3:22 Matt Turner
2023-01-24 20:24 Arthur Zamarin
2022-05-11 12:56 Jakov Smolić
2022-04-26 20:28 Michał Górny
2022-04-26 19:21 Arthur Zamarin
2022-02-07 22:29 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 9:35 Sam James
2021-11-19 11:39 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-11-18 10:50 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-10-09 8:29 Arthur Zamarin
2021-09-10 1:27 Sam James
2021-07-12 0:58 Sam James
2021-07-08 7:11 Sergei Trofimovich
2021-07-08 7:09 Sergei Trofimovich
2021-06-24 15:07 Sergei Trofimovich
2021-05-07 13:44 Michał Górny
2021-05-07 13:28 Sam James
2021-04-01 7:43 Michał Górny
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-08-05 15:18 Michał Górny
2020-07-29 10:20 Michał Górny
2020-06-15 10:57 Joonas Niilola
2020-06-15 10:57 Joonas Niilola
2020-05-21 8:06 Agostino Sarubbo
2020-05-21 7:53 Agostino Sarubbo
2020-03-18 8:30 Joonas Niilola
2020-03-17 7:48 Joonas Niilola
2020-01-18 18:48 Michał Górny
2019-12-29 8:53 David Seifert
2018-07-21 0:06 Mikle Kolyada
2018-06-24 9:40 Mikle Kolyada
2018-04-29 6:33 Michał Górny
2017-08-02 4:06 Sebastien Fabbro
2015-12-03 14:35 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=1650457104.b364e62ed496c30fbbcabebd0992c6d0d35a8e5c.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