From 5c0cc325922d72d6e614def2a9b36ee95a46d2c1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Oct 2023 22:35:05 +0100 Subject: gentoo auto-resync : 28:10:2023 - 22:35:05 --- dev-python/numpydoc/Manifest | 4 +-- dev-python/numpydoc/numpydoc-1.5.0.ebuild | 51 ------------------------------- dev-python/numpydoc/numpydoc-1.6.0.ebuild | 2 +- 3 files changed, 2 insertions(+), 55 deletions(-) delete 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 36f74aa88c9e..b5461ecce95d 100644 --- a/dev-python/numpydoc/Manifest +++ b/dev-python/numpydoc/Manifest @@ -1,5 +1,3 @@ -DIST numpydoc-1.5.0.gh.tar.gz 71498 BLAKE2B 6f46d3b39ceecffe1a604d314bb0b2613219c92a951e3578333da8c0891e928564dd7501258d0270901b9923be7caf8af5d68ed4df7dd8f8e322a7503456fbf7 SHA512 e87535c74767946a71b3094b6591fcfb4d7e42acd505c28b3a5c00ea19c29bb21806c5cb655b5d3aca670d105654956d9b59c06d8be68cd51a1760b219c1c815 DIST numpydoc-1.6.0.gh.tar.gz 85296 BLAKE2B 839fb0062dc1b0b45dfbc855d50d21a3c23cf1e9fef82b8d44e9d4cc36127c32447ad4c6ee5aa500cd24fb6a304f95426be69406468e3059c068ca4b0ad5714f SHA512 3846f395d8603a21d97a6c0fc57f0ea69e908ff2f672673d336a1f4ff02f5cb3f9e76d1e1ad6d990478b121a327bcca8179c3db6b5215f36818e41e4597878fd -EBUILD numpydoc-1.5.0.ebuild 1128 BLAKE2B 7f17e6d14f9b4340db08f2598d4c4aa54b8ea622c10f19284997953ce9fe6bb877b66278e9dc2ba1f4feba006346e6870f239b48f46e025b9af38e152285754d SHA512 9454280ea5a09e8a112246a9e3cc177e4e9873478ca4df7f811ef6a7be1d557419da138fac68d7af72fa929207e3ccadd4dae89953559b3e9b0a76ac3c8f49ab -EBUILD numpydoc-1.6.0.ebuild 1151 BLAKE2B fdcd8d54b9275934c84f062c595e0718619017deb3c4cbaa66d5857a88205bbfcc2103fb1712a96b52558cb4626815b983ca4b360eb4e8240e8e3014e87e86b2 SHA512 050738a748004829194c10d179afcd91cd9dbe658bdb11b29a1a903f666e400b8fb01ba7e9ec53b5744943d53e870295d437e0f81329b4556f83ede28cb659ff +EBUILD numpydoc-1.6.0.ebuild 1157 BLAKE2B 562295cc9ffe4ac3bf6a16db5060e77aa5f928aec2f7391b58bb21c35d64e9e2e2aad07850c46f8ef2f4d6184ee9846273e8f147fddd950562cffc0d0e4098d5 SHA512 33f783b9ebb7714ffe9fa7f72735884cf48e701860b16326d64fe4328f2560f0a92e2971844b6060b2b7bb7f4276c1308b48d43513e4acec1b0b447c897016ef 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 deleted file mode 100644 index 53d87a1b4ea5..000000000000 --- a/dev-python/numpydoc/numpydoc-1.5.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..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 -} diff --git a/dev-python/numpydoc/numpydoc-1.6.0.ebuild b/dev-python/numpydoc/numpydoc-1.6.0.ebuild index c3aa3e1b2c33..9dec6622f230 100644 --- a/dev-python/numpydoc/numpydoc-1.6.0.ebuild +++ b/dev-python/numpydoc/numpydoc-1.6.0.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" RDEPEND=" >=dev-python/jinja-2.10[${PYTHON_USEDEP}] -- cgit v1.2.3