summaryrefslogtreecommitdiff
path: root/dev-python/numpydoc
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/numpydoc')
-rw-r--r--dev-python/numpydoc/Manifest5
-rw-r--r--dev-python/numpydoc/files/numpydoc-1.6.0-py3.12-flt-depr-warn.patch59
-rw-r--r--dev-python/numpydoc/numpydoc-1.6.0.ebuild54
-rw-r--r--dev-python/numpydoc/numpydoc-1.7.0.ebuild2
4 files changed, 2 insertions, 118 deletions
diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index fe3dc7eaf6e3..aa400fcf5714 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,6 +1,3 @@
-AUX numpydoc-1.6.0-py3.12-flt-depr-warn.patch 1790 BLAKE2B eb725720c4665da47d2596bf508e141b9100faab54babc56e5a2937acf2a8a889f7c37712417759c162bb8b6d1e4554d31ba888e297436d763429a937caae5d1 SHA512 76e766965ad482311775b440fc1aa88079761a080e8f4aeff245c00a6bd4163dc30cbce58c85a15efa3fa8d77b59c1c3d27d6c4c403536a58c3c09fba005e16d
-DIST numpydoc-1.6.0.gh.tar.gz 85296 BLAKE2B 839fb0062dc1b0b45dfbc855d50d21a3c23cf1e9fef82b8d44e9d4cc36127c32447ad4c6ee5aa500cd24fb6a304f95426be69406468e3059c068ca4b0ad5714f SHA512 3846f395d8603a21d97a6c0fc57f0ea69e908ff2f672673d336a1f4ff02f5cb3f9e76d1e1ad6d990478b121a327bcca8179c3db6b5215f36818e41e4597878fd
DIST numpydoc-1.7.0.gh.tar.gz 87818 BLAKE2B b31e9478324bc45d78904c16330c9ed1513eca5668f20472faf9e2a36c0ed7eb03b18cf1c314180ec35716a26bd05357d5ef93025efbb8fb09c885a614ac7ea9 SHA512 0858d7eaafdd93d5a0894bb107b8238f75bd7cd34afa64fee38effcf4bebf9b4db957768143a46eec46023e69b53599a79b07a39640887f3a0471b5996022247
-EBUILD numpydoc-1.6.0.ebuild 1270 BLAKE2B fa48c1e33bf9dff3c3dbd2d252a66470be59a2d474da5b2d89cbe33d0a54c805042f6a400176602c9da443c9dc0faee45763be50af75800f11e03308dd77630a SHA512 5c481484a1e045559c6f38a98ec1ce8b9eb77d8412e1e3682ab9e157d905bbcef652fb1dc36f7e8668a87f6fd514ab7a4d4e20f2cab267ba88c98140919090ed
-EBUILD numpydoc-1.7.0.ebuild 1213 BLAKE2B 425ac5ce1f169756d473e9c921d5232bb119f594611a9430c55a320242318e53c56d99ea4ea91964d59e0574870440328e77230d2d4f978b5c32be515b36631e SHA512 aace50c98373d591c102e43c55693f8432c4b286dd32ea66eeffc294ac445580f38e781a3960b1b04db162f192c2ed99a7524fe2554ef934d5f9dc34017f6eb6
+EBUILD numpydoc-1.7.0.ebuild 1205 BLAKE2B 44022a7915bce3b4ff4ff3a8f6c8d72d3e6a4048da7bd3c0f9c99dd05b1931d4a11032112f0c0b40aee5cdb92ab7a0b423277d1ac969b79947d8623d21b2b353 SHA512 2eff6e62f016e8eeed7c845428b5400eee21496786c1587366ed78311b7f686f9f80c3482cb57b9a2eddb2e6d8e2cadfa4f05682e5820c6c9b8b327fe6d35d39
MISC metadata.xml 403 BLAKE2B 437fdd3881a5ec60a83b3cb018e57c714a91030be9ab0032b8662e30b7bcd120ee3dd2015be561dd8a65a39833ef777e22f040a6e466c1b56a602a4ac33d4917 SHA512 833d00712cf7dfdc1080181301c03388a3c966436d2d9c9badb609cff66fa49035a6d001d60f205e1c2c49808eda7fad65abda8802f42f7ba36939b3691a8390
diff --git a/dev-python/numpydoc/files/numpydoc-1.6.0-py3.12-flt-depr-warn.patch b/dev-python/numpydoc/files/numpydoc-1.6.0-py3.12-flt-depr-warn.patch
deleted file mode 100644
index c059331730d7..000000000000
--- a/dev-python/numpydoc/files/numpydoc-1.6.0-py3.12-flt-depr-warn.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-https://github.com/numpy/numpydoc/pull/523
-diff --git a/numpydoc/tests/test_validate.py b/numpydoc/tests/test_validate.py
-index d41e4bd0..0671684b 100644
---- a/numpydoc/tests/test_validate.py
-+++ b/numpydoc/tests/test_validate.py
-@@ -1348,6 +1348,7 @@ def test_bad_generic_functions(self, capsys, func):
- assert isinstance(errors, list)
- assert errors
-
-+ @pytest.mark.filterwarnings("ignore::DeprecationWarning")
- @pytest.mark.parametrize(
- "klass,func,msgs",
- [
-
-diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
-index 1af5e7a5..fd1be4ed 100644
---- a/.github/workflows/test.yml
-+++ b/.github/workflows/test.yml
-@@ -16,7 +16,7 @@ jobs:
- strategy:
- matrix:
- os: [Ubuntu]
-- python-version: ["3.8", "3.9", "3.10", "3.11"]
-+ python-version: ["3.9", "3.10", "3.11", "3.12"]
- sphinx-version:
- [
- "sphinx==5.0",
-@@ -76,7 +76,7 @@ jobs:
- strategy:
- matrix:
- os: [ubuntu]
-- python-version: ["3.9", "3.10"]
-+ python-version: ["3.10", "3.11", "3.12"]
- steps:
- - uses: actions/checkout@v4
-
-
-diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
-index fd1be4ed..3d9c7979 100644
---- a/.github/workflows/test.yml
-+++ b/.github/workflows/test.yml
-@@ -16,7 +16,7 @@ jobs:
- strategy:
- matrix:
- os: [Ubuntu]
-- python-version: ["3.9", "3.10", "3.11", "3.12"]
-+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- sphinx-version:
- [
- "sphinx==5.0",
-@@ -76,7 +76,7 @@ jobs:
- strategy:
- matrix:
- os: [ubuntu]
-- python-version: ["3.10", "3.11", "3.12"]
-+ python-version: ["3.11", "3.12"]
- steps:
- - uses: actions/checkout@v4
-
diff --git a/dev-python/numpydoc/numpydoc-1.6.0.ebuild b/dev-python/numpydoc/numpydoc-1.6.0.ebuild
deleted file mode 100644
index dcd8259986f6..000000000000
--- a/dev-python/numpydoc/numpydoc-1.6.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="~alpha 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-5[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.8.10[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
- ' 3.10)
-"
-BDEPEND="
- test? (
- >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- # https://github.com/numpy/numpydoc/pull/523
- "${FILESDIR}/${P}-py3.12-flt-depr-warn.patch"
-)
-
-distutils_enable_tests pytest
-
-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 -o addopts= --pyargs numpydoc
-}
diff --git a/dev-python/numpydoc/numpydoc-1.7.0.ebuild b/dev-python/numpydoc/numpydoc-1.7.0.ebuild
index b59ac424a9a6..8be6e8469211 100644
--- a/dev-python/numpydoc/numpydoc-1.7.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.7.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
RDEPEND="
>=dev-python/sphinx-6[${PYTHON_USEDEP}]