From 948f9476d6a417da6048d4291bf36b0507293d63 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Oct 2022 19:34:30 +0100 Subject: gentoo auto-resync : 10:10:2022 - 19:34:30 --- dev-python/numpydoc/Manifest | 2 ++ dev-python/numpydoc/numpydoc-1.5.0.ebuild | 51 +++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 dev-python/numpydoc/numpydoc-1.5.0.ebuild (limited to 'dev-python/numpydoc') diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest index bde36ec74508..6ce74da52cc1 100644 --- a/dev-python/numpydoc/Manifest +++ b/dev-python/numpydoc/Manifest @@ -1,3 +1,5 @@ DIST numpydoc-1.4.0.gh.tar.gz 70041 BLAKE2B 34df315b65a034da1bd4742dbbaef77164eaf16c8e56b0b941c6084bf32c0e116d7b4d9795d936380ea4a92ee73b31d61540ff87ed9c129c193f4ead211b47f2 SHA512 24a267149cd696bac552433cf64353aed6f0a3040127ff7cabc42dc0a44e8d7e0cc99d903a6554249c888ef7198adead5aba20c67b0af2e7c738a391e9a9ef02 +DIST numpydoc-1.5.0.gh.tar.gz 71498 BLAKE2B 6f46d3b39ceecffe1a604d314bb0b2613219c92a951e3578333da8c0891e928564dd7501258d0270901b9923be7caf8af5d68ed4df7dd8f8e322a7503456fbf7 SHA512 e87535c74767946a71b3094b6591fcfb4d7e42acd505c28b3a5c00ea19c29bb21806c5cb655b5d3aca670d105654956d9b59c06d8be68cd51a1760b219c1c815 EBUILD numpydoc-1.4.0.ebuild 1126 BLAKE2B c2abf4586495afd83cef04a417a094e197ff0b35724ecdfeaa4e8e070ebb94ff717a98a68cace2ba5ef6f986af247cd5299e2a4d4a9b2095b48133a0f2755a6d SHA512 f04602197aa5812e97005598c4975b1172f4f6ab62b684b446cbfbc45caa8eb39992d8b733687448d4fced5e46808b59238b70779e8fac9fa12d07d0fe5fcf7d +EBUILD numpydoc-1.5.0.ebuild 1136 BLAKE2B 0137293bb3c778db0294c88ae3093492c5bdc5b2d004042bcc1e42cd62309a14ee817f24abffd5694cd6be315eea418af43956712adeb3ea461c8fc9398589b2 SHA512 ec3e8049c6b64bfa3f75b51d5c7c26367516820cfcffb3efbeda0c3ff222eb249ee014743518d31974c660d409dfa773510847a0432d691d57b45bf242c929a5 MISC metadata.xml 403 BLAKE2B 437fdd3881a5ec60a83b3cb018e57c714a91030be9ab0032b8662e30b7bcd120ee3dd2015be561dd8a65a39833ef777e22f040a6e466c1b56a602a4ac33d4917 SHA512 833d00712cf7dfdc1080181301c03388a3c966436d2d9c9badb609cff66fa49035a6d001d60f205e1c2c49808eda7fad65abda8802f42f7ba36939b3691a8390 diff --git a/dev-python/numpydoc/numpydoc-1.5.0.ebuild b/dev-python/numpydoc/numpydoc-1.5.0.ebuild new file mode 100644 index 000000000000..e031076473c2 --- /dev/null +++ b/dev-python/numpydoc/numpydoc-1.5.0.ebuild @@ -0,0 +1,51 @@ +# 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..11} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension to support docstrings in Numpy format" +HOMEPAGE=" + https://numpydoc.readthedocs.io/en/latest/ + https://github.com/numpy/numpydoc/ + https://pypi.org/project/numpydoc/ +" +SRC_URI=" + https://github.com/numpy/numpydoc/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" + >=dev-python/jinja-2.10[${PYTHON_USEDEP}] + >=dev-python/sphinx-4.2[${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 + + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=( + # these require Internet (intersphinx) + numpydoc/tests/test_full.py::test_MyClass + numpydoc/tests/test_full.py::test_my_function + ) + epytest --pyargs numpydoc +} -- cgit v1.2.3