From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/
Date: Sun, 5 Jul 2020 06:09:35 +0000 (UTC) [thread overview]
Message-ID: <1593929288.43b401c58c9d6c83dc77f20c5b638488bdfd6ce4.mgorny@gentoo> (raw)
commit: 43b401c58c9d6c83dc77f20c5b638488bdfd6ce4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 5 06:08:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 06:08:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b401c5
dev-python/numpydoc: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/numpydoc/Manifest | 1 +
dev-python/numpydoc/numpydoc-1.1.0.ebuild | 43 +++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 400c35f3121..4373ddddf55 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1,3 @@
DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b SHA512 85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a
DIST numpydoc-0.9.2.tar.gz 27555 BLAKE2B 47b7788c502a26c40889c84563c0b94983655a653fa1f783f47d667021c65c7ffc0d2cdd14a16dfcb982da48642c0b07c949f57336d5b67c897a78815684bcac SHA512 db8f5c3b409ece0a40f1c2ccb06eaa182896d173a5c913c7e6c5780fd021d746c48557fee6f050db8c42cfa41a5021901342bbb93dfd8b8daf7d43fead9cf94a
+DIST numpydoc-1.1.0.tar.gz 609482 BLAKE2B 475be835a760dd148b7132a3149a1b79193425b70bbaa51b29a3909c73ed11a933181c917a0f0d0b56d8d30baced2142897e0a931b5eeb6449092d0a2a81632b SHA512 10dfc5e40ca851401be7d7cca3cbf24bf8ded8573c01344976321cd65fe351d985ee0bf48a92a485a43f8fb191c246e4822545a1583c87c1214d819a5fdfc106
diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
new file mode 100644
index 00000000000..442eae40359
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
+HOMEPAGE="https://pypi.org/project/numpydoc/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
+
+ # these require Internet (intersphinx)
+ sed -e 's:test_MyClass:_&:' \
+ -e 's:test_my_function:_&:' \
+ -i numpydoc/tests/test_full.py || die
+
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ pytest -vv --pyargs numpydoc || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2020-07-05 6:09 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-05 6:09 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/ Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24 8:10 Sam James
2024-08-10 5:26 Michał Górny
2024-07-25 3:12 Michał Górny
2024-06-30 11:51 Petr Vaněk
2024-05-27 15:30 Michał Górny
2024-04-13 16:01 Arthur Zamarin
2024-03-30 5:53 Michał Górny
2023-11-10 5:47 Viorel Munteanu
2023-10-28 15:23 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-27 19:32 Sam James
2023-09-26 4:42 Michał Górny
2022-11-10 19:25 Arthur Zamarin
2022-11-10 19:03 Arthur Zamarin
2022-10-10 14:04 Michał Górny
2022-08-31 12:38 Andrew Ammerlaan
2022-07-10 19:09 Michał Górny
2022-07-10 16:58 Sam James
2022-06-10 8:25 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27 9:21 Jakov Smolić
2022-05-01 6:41 Michał Górny
2022-04-30 7:35 Michał Górny
2022-04-26 10:56 Michał Górny
2022-04-15 6:52 Sam James
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-01-29 22:13 James Le Cuirot
2022-01-24 22:14 Michał Górny
2022-01-17 5:33 Joshua Kinard
2021-11-18 8:10 Sam James
2021-11-14 20:35 Sam James
2021-10-14 12:12 Arthur Zamarin
2021-10-14 12:12 Arthur Zamarin
2021-09-08 16:19 Sam James
2021-09-06 0:18 Sam James
2021-06-20 1:55 Sam James
2021-05-31 20:31 Michał Górny
2020-11-29 21:02 Sam James
2020-08-14 5:10 Sam James
2020-07-09 13:01 Michał Górny
2020-06-08 20:18 Michał Górny
2020-06-01 20:30 Michał Górny
2020-05-30 19:48 Michał Górny
2020-05-30 16:20 Michał Górny
2020-05-30 8:56 Michał Górny
2020-05-29 17:23 Michał Górny
2020-05-18 10:40 Michał Górny
2020-04-26 3:12 Patrick McLean
2020-03-25 13:25 Michał Górny
2020-03-25 13:25 Michał Górny
2020-02-26 17:50 Rick Farina
2020-02-26 17:32 Rick Farina
2020-01-29 16:26 Michał Górny
2019-12-03 3:02 Aaron Bauman
2019-05-02 15:11 Virgil Dupras
2019-04-27 18:50 Virgil Dupras
2018-02-25 21:52 Sergei Trofimovich
2017-07-17 13:29 Alexis Ballier
2017-06-28 4:02 Sebastien Fabbro
2017-05-03 7:37 Michał Górny
2017-03-16 7:06 Michael Weber
2017-03-12 12:31 Zac Medico
2017-02-02 18:43 David Seifert
2017-01-29 17:15 Fabian Groffen
2017-01-22 15:01 Agostino Sarubbo
2017-01-21 18:54 Agostino Sarubbo
2016-02-13 16:27 Kacper Kowalik
2015-10-19 16:29 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=1593929288.43b401c58c9d6c83dc77f20c5b638488bdfd6ce4.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