[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2024-05-27 Thread Michał Górny
commit: e3daf772acd1e621e7a02ea4141918cf126f4d66
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 27 15:16:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 27 15:16:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3daf772

dev-python/numpydoc: Drop to ~hppa

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.7.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.7.0.ebuild
index 8be6e8469211..d621d932f31e 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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/files/, dev-python/numpydoc/

2024-04-13 Thread Michał Górny
commit: 778a42fe70e9a5b9f22a1da163008ed6f7f25d0f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 13 17:17:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 13 17:49:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778a42fe

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest   |  1 -
 .../numpydoc-1.6.0-py3.12-flt-depr-warn.patch  | 59 --
 dev-python/numpydoc/numpydoc-1.6.0.ebuild  | 54 
 3 files changed, 114 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index a7275cce9f3e..151561e8acfc 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1 @@
-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

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..
--- 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..
--- 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
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2024-04-13 Thread Arthur Zamarin
commit: 554279cc6002eb8a427999d62b3ed3c23eb48ff9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 13 16:01:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 16:01:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554279cc

dev-python/numpydoc: Stabilize 1.7.0 ALLARCHES, #929911

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/numpydoc/numpydoc-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2024-03-29 Thread Michał Górny
commit: b275604dcb2d99475aebe491b5eb5c7805b74f0a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 05:45:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 05:50:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b275604d

dev-python/numpydoc: Bump to 1.7.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.7.0.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 39f1d868e633..a7275cce9f3e 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/numpydoc/numpydoc-1.7.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.7.0.ebuild
new file mode 100644
index ..b59ac424a9a6
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.7.0.ebuild
@@ -0,0 +1,50 @@
+# 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/sphinx-6[${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}]
+   )
+"
+
+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
+   # TODO
+   
numpydoc/tests/test_validate.py::test_extract_ignore_validation_comments
+   )
+   epytest -o addopts= --pyargs numpydoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/files/, dev-python/numpydoc/

2024-03-03 Thread Andrew Ammerlaan
commit: 02dad25cebd38441e863b894504c65205819424b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:34:22 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dad25c

dev-python/numpydoc: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../numpydoc-1.6.0-py3.12-flt-depr-warn.patch  | 59 ++
 dev-python/numpydoc/numpydoc-1.6.0.ebuild  |  9 +++-
 2 files changed, 66 insertions(+), 2 deletions(-)

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
new file mode 100644
index ..c059331730d7
--- /dev/null
+++ b/dev-python/numpydoc/files/numpydoc-1.6.0-py3.12-flt-depr-warn.patch
@@ -0,0 +1,59 @@
+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
index d83cce3a7d06..dcd8259986f6 100644
--- a/dev-python/numpydoc/numpydoc-1.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
@@ -37,6 +37,11 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   # https://github.com/numpy/numpydoc/pull/523
+   "${FILESDIR}/${P}-py3.12-flt-depr-warn.patch"
+)
+
 distutils_enable_tests pytest
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2023-10-28 Thread Michał Górny
commit: 8b22e476be3608b1831daf8847785ac68c83bd55
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 15:13:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 15:23:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b22e476

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 -
 dev-python/numpydoc/numpydoc-1.5.0.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 7c03c1c02fa5..39f1d868e633 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1 @@
-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

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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2023-10-28 Thread Michał Górny
commit: aeae2ea12cd493918affc9cbe696562c9a9ddf89
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 15:13:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 15:23:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeae2ea1

dev-python/numpydoc: Keyword 1.6.0 ia64, #914730

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2023-10-27 Thread Sam James
commit: 793fc4e52f450ab5ccdbea05459d1504df65f5d4
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 27 19:30:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 19:30:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793fc4e5

dev-python/numpydoc: Stabilize 1.6.0 ALLARCHES, #916355

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.6.0.ebuild
index 2955338caaea..c3aa3e1b2c33 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 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
>=dev-python/jinja-2.10[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2023-09-25 Thread Michał Górny
commit: d0f7fd0d00cce149e593dd7ec3a0a0df1169c291
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 26 03:56:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 26 04:42:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f7fd0d

dev-python/numpydoc: Bump to 1.6.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.6.0.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 12f4df6c5769..7c03c1c02fa5 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/numpydoc/numpydoc-1.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.6.0.ebuild
new file mode 100644
index ..2955338caaea
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.6.0.ebuild
@@ -0,0 +1,49 @@
+# 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_{10..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 ~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}]
+   )
+"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-11-10 Thread Arthur Zamarin
commit: 1c5cf0eec3b96e1bfb0ee6fc7e77664f4e8f6489
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 10 19:24:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 10 19:24:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5cf0ee

dev-python/numpydoc: drop 1.4.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 -
 dev-python/numpydoc/numpydoc-1.4.0.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 675238d471e1..12f4df6c5769 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1 @@
-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

diff --git a/dev-python/numpydoc/numpydoc-1.4.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.4.0.ebuild
deleted file mode 100644
index 86388e4b35fd..
--- a/dev-python/numpydoc/numpydoc-1.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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-3[${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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-11-10 Thread Arthur Zamarin
commit: a9c88b65ca1f9b2a251ee542040570f361ba0b6a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 10 19:03:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 10 19:03:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c88b65

dev-python/numpydoc: Stabilize 1.5.0 ALLARCHES, #880779

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/numpydoc/numpydoc-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.5.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.5.0.ebuild
index e031076473c2..6b4a6e0d9159 100644
--- a/dev-python/numpydoc/numpydoc-1.5.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.5.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-10-10 Thread Michał Górny
commit: 6e6b134e0746b698732b2c0440ed286b814db922
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 10 13:50:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 10 14:04:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6b134e

dev-python/numpydoc: Bump to 1.5.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.5.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index b243fe9a964d..675238d471e1 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 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

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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-08-31 Thread Andrew Ammerlaan
commit: ecceca6363592df765e7627d908987c06676c40e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Aug 31 12:28:14 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Aug 31 12:38:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecceca63

dev-python/numpydoc: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/numpydoc/numpydoc-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.4.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.4.0.ebuild
index ba68d1e747a5..86388e4b35fd 100644
--- a/dev-python/numpydoc/numpydoc-1.4.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-07-10 Thread Michał Górny
commit: b757fc825abae7ced7eea43c5e09d0cd2759316f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 10 19:07:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 10 19:09:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b757fc82

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 -
 dev-python/numpydoc/numpydoc-1.3.1.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index f58526425ca7..b243fe9a964d 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1 @@
-DIST numpydoc-1.3.1.gh.tar.gz 70432 BLAKE2B 
bcf1214625671e89fcffedb7a90b1ef7f5993a43bff5e632e21bde647bb1b1ae1f4d21d4cf653622879121ea72c58486b78266d73b51d239243394b177b80078
 SHA512 
2b2ba50444765460d2df756c65893e59236bf3e47ab5980ed2279c0f3930bd841c68b2cb1438c3e25d0f2416fe4f2670dba9ebad4809c63a8db479fc8068916c
 DIST numpydoc-1.4.0.gh.tar.gz 70041 BLAKE2B 
34df315b65a034da1bd4742dbbaef77164eaf16c8e56b0b941c6084bf32c0e116d7b4d9795d936380ea4a92ee73b31d61540ff87ed9c129c193f4ead211b47f2
 SHA512 
24a267149cd696bac552433cf64353aed6f0a3040127ff7cabc42dc0a44e8d7e0cc99d903a6554249c888ef7198adead5aba20c67b0af2e7c738a391e9a9ef02

diff --git a/dev-python/numpydoc/numpydoc-1.3.1.ebuild 
b/dev-python/numpydoc/numpydoc-1.3.1.ebuild
deleted file mode 100644
index ba68d1e747a5..
--- a/dev-python/numpydoc/numpydoc-1.3.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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="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-3[${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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-07-10 Thread Sam James
commit: febf0ac9166d9931bd08ac80c4d329ee96839b54
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 16:58:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 16:58:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febf0ac9

dev-python/numpydoc: Stabilize 1.4.0 ALLARCHES, #857366

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.4.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.4.0.ebuild
index 8b2f2b65ba40..ba68d1e747a5 100644
--- a/dev-python/numpydoc/numpydoc-1.4.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-06-10 Thread Michał Górny
commit: 170b1f3969b65f1de31dbfcc33ec89550be5c72f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 07:25:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 08:25:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170b1f39

dev-python/numpydoc: Bump to 1.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.4.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index d6eb28d0c4bd..f58526425ca7 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 DIST numpydoc-1.3.1.gh.tar.gz 70432 BLAKE2B 
bcf1214625671e89fcffedb7a90b1ef7f5993a43bff5e632e21bde647bb1b1ae1f4d21d4cf653622879121ea72c58486b78266d73b51d239243394b177b80078
 SHA512 
2b2ba50444765460d2df756c65893e59236bf3e47ab5980ed2279c0f3930bd841c68b2cb1438c3e25d0f2416fe4f2670dba9ebad4809c63a8db479fc8068916c
+DIST numpydoc-1.4.0.gh.tar.gz 70041 BLAKE2B 
34df315b65a034da1bd4742dbbaef77164eaf16c8e56b0b941c6084bf32c0e116d7b4d9795d936380ea4a92ee73b31d61540ff87ed9c129c193f4ead211b47f2
 SHA512 
24a267149cd696bac552433cf64353aed6f0a3040127ff7cabc42dc0a44e8d7e0cc99d903a6554249c888ef7198adead5aba20c67b0af2e7c738a391e9a9ef02

diff --git a/dev-python/numpydoc/numpydoc-1.4.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.4.0.ebuild
new file mode 100644
index ..8b2f2b65ba40
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.4.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..10} )
+
+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-3[${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-05-27 Thread Michał Górny
commit: 814612685c77a094d0a1bc92321cefd96a6022fb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:50:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:50:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81461268

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest |  3 --
 dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild | 46 -
 dev-python/numpydoc/numpydoc-1.2.ebuild  | 44 
 dev-python/numpydoc/numpydoc-1.3.0.ebuild| 51 
 4 files changed, 144 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 0b826cfb3aa3..d6eb28d0c4bd 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,4 +1 @@
-DIST numpydoc-1.2.1.tar.gz 70350 BLAKE2B 
f693436efa8e95527e4d7d20676b1f3e563369190a71cc4e2cc8ec38b65ad500f3e0e8a4e89ce48ebd3bf1190c8fff1ead05cc22dbbf80fdf147b9996b2b5add
 SHA512 
439ff422d46ea8eaa26bd14ac41f8d64638d8df081a3b889eaadceafbde64f2a091f6363d0565759618d60c4fe869d8f62ec0878d45674022056058621048d0e
-DIST numpydoc-1.2.tar.gz 69659 BLAKE2B 
e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555
 SHA512 
b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf
-DIST numpydoc-1.3.0.gh.tar.gz 70243 BLAKE2B 
64b6550bffb644945972e38eb9783ca0a81478c9c9f8aac9d0a91b5871fcc9470d55533ebd4cbe287cf7ade2f355b05e4a31e8558e4fff3a836b37ed33027b13
 SHA512 
ba6b77fba590a9cb97562e9325db98d3423e39eeca6f28975960bc3ac9c83922ad9c47ecb92c2e2ec359f050304225fc204347708cf699cb40074eaefaa29e41
 DIST numpydoc-1.3.1.gh.tar.gz 70432 BLAKE2B 
bcf1214625671e89fcffedb7a90b1ef7f5993a43bff5e632e21bde647bb1b1ae1f4d21d4cf653622879121ea72c58486b78266d73b51d239243394b177b80078
 SHA512 
2b2ba50444765460d2df756c65893e59236bf3e47ab5980ed2279c0f3930bd841c68b2cb1438c3e25d0f2416fe4f2670dba9ebad4809c63a8db479fc8068916c

diff --git a/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
deleted file mode 100644
index 8a0d7f8dfe4d..
--- a/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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="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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.8[${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
-   # unpin the dep
-   sed -i -e '/Jinja2/s:,<3.1::' setup.py || 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.2.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.ebuild
deleted file mode 100644
index bf62083a00b3..
--- a/dev-python/numpydoc/numpydoc-1.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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="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 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.8[${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 

[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-05-27 Thread Jakov Smolić
commit: f3fcaa6501e4630731e2e4e331542d1b39dcc68f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:21:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:21:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fcaa65

dev-python/numpydoc: Stabilize 1.3.1 ALLARCHES, #847721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/numpydoc/numpydoc-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.3.1.ebuild 
b/dev-python/numpydoc/numpydoc-1.3.1.ebuild
index 8b2f2b65ba40..ba68d1e747a5 100644
--- a/dev-python/numpydoc/numpydoc-1.3.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.3.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-05-01 Thread Michał Górny
commit: 62a9473879a73e8e1a61dd42785c8afde92b6b53
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  1 06:27:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  1 06:41:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a94738

dev-python/numpydoc: Bump to 1.3.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.3.1.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index c1e37772fd84..0b826cfb3aa3 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,3 +1,4 @@
 DIST numpydoc-1.2.1.tar.gz 70350 BLAKE2B 
f693436efa8e95527e4d7d20676b1f3e563369190a71cc4e2cc8ec38b65ad500f3e0e8a4e89ce48ebd3bf1190c8fff1ead05cc22dbbf80fdf147b9996b2b5add
 SHA512 
439ff422d46ea8eaa26bd14ac41f8d64638d8df081a3b889eaadceafbde64f2a091f6363d0565759618d60c4fe869d8f62ec0878d45674022056058621048d0e
 DIST numpydoc-1.2.tar.gz 69659 BLAKE2B 
e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555
 SHA512 
b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf
 DIST numpydoc-1.3.0.gh.tar.gz 70243 BLAKE2B 
64b6550bffb644945972e38eb9783ca0a81478c9c9f8aac9d0a91b5871fcc9470d55533ebd4cbe287cf7ade2f355b05e4a31e8558e4fff3a836b37ed33027b13
 SHA512 
ba6b77fba590a9cb97562e9325db98d3423e39eeca6f28975960bc3ac9c83922ad9c47ecb92c2e2ec359f050304225fc204347708cf699cb40074eaefaa29e41
+DIST numpydoc-1.3.1.gh.tar.gz 70432 BLAKE2B 
bcf1214625671e89fcffedb7a90b1ef7f5993a43bff5e632e21bde647bb1b1ae1f4d21d4cf653622879121ea72c58486b78266d73b51d239243394b177b80078
 SHA512 
2b2ba50444765460d2df756c65893e59236bf3e47ab5980ed2279c0f3930bd841c68b2cb1438c3e25d0f2416fe4f2670dba9ebad4809c63a8db479fc8068916c

diff --git a/dev-python/numpydoc/numpydoc-1.3.1.ebuild 
b/dev-python/numpydoc/numpydoc-1.3.1.ebuild
new file mode 100644
index ..8b2f2b65ba40
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.3.1.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..10} )
+
+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-3[${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-04-30 Thread Michał Górny
commit: 8dd6b590c4cc016623a82e69d9430fe9f70b92ae
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 30 06:55:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 30 07:34:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd6b590

dev-python/numpydoc: Bump to 1.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.3.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 805c3bd793bd..c1e37772fd84 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1,3 @@
 DIST numpydoc-1.2.1.tar.gz 70350 BLAKE2B 
f693436efa8e95527e4d7d20676b1f3e563369190a71cc4e2cc8ec38b65ad500f3e0e8a4e89ce48ebd3bf1190c8fff1ead05cc22dbbf80fdf147b9996b2b5add
 SHA512 
439ff422d46ea8eaa26bd14ac41f8d64638d8df081a3b889eaadceafbde64f2a091f6363d0565759618d60c4fe869d8f62ec0878d45674022056058621048d0e
 DIST numpydoc-1.2.tar.gz 69659 BLAKE2B 
e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555
 SHA512 
b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf
+DIST numpydoc-1.3.0.gh.tar.gz 70243 BLAKE2B 
64b6550bffb644945972e38eb9783ca0a81478c9c9f8aac9d0a91b5871fcc9470d55533ebd4cbe287cf7ade2f355b05e4a31e8558e4fff3a836b37ed33027b13
 SHA512 
ba6b77fba590a9cb97562e9325db98d3423e39eeca6f28975960bc3ac9c83922ad9c47ecb92c2e2ec359f050304225fc204347708cf699cb40074eaefaa29e41

diff --git a/dev-python/numpydoc/numpydoc-1.3.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.3.0.ebuild
new file mode 100644
index ..8b2f2b65ba40
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.3.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..10} )
+
+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-3[${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-04-26 Thread Michał Górny
commit: 5d982b7fe917d4b3d9f21af5043c7cf6acff
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 10:42:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 10:56:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d982b7f

dev-python/numpydoc: Unpin Jinja2 dep

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/{numpydoc-1.2.1.ebuild => numpydoc-1.2.1-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/numpydoc/numpydoc-1.2.1.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
similarity index 94%
rename from dev-python/numpydoc/numpydoc-1.2.1.ebuild
rename to dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
index f59030e0df57..8a0d7f8dfe4d 100644
--- a/dev-python/numpydoc/numpydoc-1.2.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
@@ -30,6 +30,8 @@ distutils_enable_tests pytest
 
 src_prepare() {
sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
+   # unpin the dep
+   sed -i -e '/Jinja2/s:,<3.1::' setup.py || die
 
distutils-r1_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-04-15 Thread Sam James
commit: 42185aca786c2fb8228f8f25d71e84759bb0225d
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 15 06:52:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 15 06:52:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42185aca

dev-python/numpydoc: add 1.2.1

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-1.2.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index c382e1540d3d..805c3bd793bd 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
+DIST numpydoc-1.2.1.tar.gz 70350 BLAKE2B 
f693436efa8e95527e4d7d20676b1f3e563369190a71cc4e2cc8ec38b65ad500f3e0e8a4e89ce48ebd3bf1190c8fff1ead05cc22dbbf80fdf147b9996b2b5add
 SHA512 
439ff422d46ea8eaa26bd14ac41f8d64638d8df081a3b889eaadceafbde64f2a091f6363d0565759618d60c4fe869d8f62ec0878d45674022056058621048d0e
 DIST numpydoc-1.2.tar.gz 69659 BLAKE2B 
e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555
 SHA512 
b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf

diff --git a/dev-python/numpydoc/numpydoc-1.2.1.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.1.ebuild
new file mode 100644
index ..f59030e0df57
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.2.1.ebuild
@@ -0,0 +1,44 @@
+# 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="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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.8[${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-03-15 Thread Michał Górny
commit: f1bbadc4f1aec775520cc1d1fe29d371d213d8ac
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 14:16:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 14:16:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bbadc4

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 -
 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index ad77cba92360..c382e1540d3d 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1 @@
-DIST numpydoc-1.1.0.tar.gz 609482 BLAKE2B 
475be835a760dd148b7132a3149a1b79193425b70bbaa51b29a3909c73ed11a933181c917a0f0d0b56d8d30baced2142897e0a931b5eeb6449092d0a2a81632b
 SHA512 
10dfc5e40ca851401be7d7cca3cbf24bf8ded8573c01344976321cd65fe351d985ee0bf48a92a485a43f8fb191c246e4822545a1583c87c1214d819a5fdfc106
 DIST numpydoc-1.2.tar.gz 69659 BLAKE2B 
e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555
 SHA512 
b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
deleted file mode 100644
index dadb3713598c..
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-
-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
-
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-03-15 Thread Jakov Smolić
commit: 65c7825e6a4090a0f6177f2ce62f008fb6686e93
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 12:32:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 12:32:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c7825e

dev-python/numpydoc: Stabilize 1.2 ALLARCHES, #835232

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/numpydoc/numpydoc-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.2.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.ebuild
index f59030e0df57..bf62083a00b3 100644
--- a/dev-python/numpydoc/numpydoc-1.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-01-29 Thread James Le Cuirot
commit: 38fe72ae24b4c5cb9acf60c29b73512c6967dad5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan 29 22:11:45 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 29 22:12:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fe72ae

dev-python/numpydoc: Keyword 1.2 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/numpydoc/numpydoc-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.2.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.ebuild
index 1d6b9cd2cb0a..f59030e0df57 100644
--- a/dev-python/numpydoc/numpydoc-1.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-01-24 Thread Michał Górny
commit: 6f7810a237431e421f0ded636f904ca018ecb63e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 24 21:44:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 24 22:09:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7810a2

dev-python/numpydoc: Bump to 1.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest|  1 +
 dev-python/numpydoc/numpydoc-1.2.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 73b5150901a4..ad77cba92360 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 DIST numpydoc-1.1.0.tar.gz 609482 BLAKE2B 
475be835a760dd148b7132a3149a1b79193425b70bbaa51b29a3909c73ed11a933181c917a0f0d0b56d8d30baced2142897e0a931b5eeb6449092d0a2a81632b
 SHA512 
10dfc5e40ca851401be7d7cca3cbf24bf8ded8573c01344976321cd65fe351d985ee0bf48a92a485a43f8fb191c246e4822545a1583c87c1214d819a5fdfc106
+DIST numpydoc-1.2.tar.gz 69659 BLAKE2B 
e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555
 SHA512 
b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf

diff --git a/dev-python/numpydoc/numpydoc-1.2.ebuild 
b/dev-python/numpydoc/numpydoc-1.2.ebuild
new file mode 100644
index ..1d6b9cd2cb0a
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-1.2.ebuild
@@ -0,0 +1,44 @@
+# 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="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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.8[${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2022-01-16 Thread Joshua Kinard
commit: 225b984412188771532e640f89398273e7e94a6e
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 05:26:08 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 05:26:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225b9844

dev-python/numpydoc: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/759724
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index d5ae68493db0..dadb3713598c 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 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 
~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-11-18 Thread Sam James
commit: 2e202f69fdd4a67cf57ad0c85e08d8215e4d1e2b
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 08:09:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 08:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e202f69

dev-python/numpydoc: Stabilize 1.1.0 ppc, #811939

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 63b73cb6d9b2..d5ae68493db0 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -13,7 +13,7 @@ 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 
~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-11-14 Thread Sam James
commit: 933ab2c88d529a6ddaa090580482a86a69fed6de
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 20:35:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 20:35:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933ab2c8

dev-python/numpydoc: Keyword 1.1.0 hppa, #808378

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 8db0313496e3..269c75864189 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-10-14 Thread Arthur Zamarin
commit: fec3a1ebbe1b74519bbb910e6d436f079694602f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct 14 11:44:47 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 14 12:12:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec3a1eb

dev-python/numpydoc: enable py3.10, cleaner test deselect

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index ff388752840..5693d12146f 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -30,14 +30,14 @@ 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}"
+   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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-10-14 Thread Arthur Zamarin
commit: 2f5c53befdd2f8575f8d008b5a69efb04516a0d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct 14 11:37:25 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 14 12:12:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5c53be

dev-python/numpydoc: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/numpydoc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/numpydoc/metadata.xml b/dev-python/numpydoc/metadata.xml
index 378a0d5dd28..19a612c5cf4 100644
--- a/dev-python/numpydoc/metadata.xml
+++ b/dev-python/numpydoc/metadata.xml
@@ -8,5 +8,6 @@
   
   
 numpydoc
+numpy/numpydoc
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-09-08 Thread Sam James
commit: ce995a5547a175919df0435b452a82202c79fe35
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep  8 14:39:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 16:18:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce995a55

dev-python/numpydoc: stable 1.1.0 for sparc, bug #811939

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 7610bef41a2..ff388752840 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-09-05 Thread Sam James
commit: 32deeda66e11b1e1dc6e5c364eab3e484eea5bd1
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 00:17:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 00:17:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32deeda6

dev-python/numpydoc: Keyword 1.1.0 s390, #808378

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index af580f9704d..7610bef41a2 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-06-19 Thread Sam James
commit: 3459614a218c4468192d4a7dd03ba6c9c54b3550
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3459614a

dev-python/numpydoc: Keyword 1.1.0 sparc, #796365

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 068db237c9e..e8e6a1d9766 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2021-05-31 Thread Michał Górny
commit: 0c0bd28626fcd61a4fca3cdd9b81380cf61b98bc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:25:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:27:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0bd286

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 -
 dev-python/numpydoc/numpydoc-0.9.1.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index ab5c42df1e5..73b5150901a 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1 @@
-DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 
91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b
 SHA512 
85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a
 DIST numpydoc-1.1.0.tar.gz 609482 BLAKE2B 
475be835a760dd148b7132a3149a1b79193425b70bbaa51b29a3909c73ed11a933181c917a0f0d0b56d8d30baced2142897e0a931b5eeb6449092d0a2a81632b
 SHA512 
10dfc5e40ca851401be7d7cca3cbf24bf8ded8573c01344976321cd65fe351d985ee0bf48a92a485a43f8fb191c246e4822545a1583c87c1214d819a5fdfc106

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
deleted file mode 100644
index 73c6bdb980f..000
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-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 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-11-29 Thread Sam James
commit: ca075a162b5bae47a80b5615b52ab18deb8cd0a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 29 21:02:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 29 21:02:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca075a16

dev-python/numpydoc: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 5163fd43f16..b4ed68905b1 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-08-13 Thread Sam James
commit: 6cfa0c1a2add191467af9040eac93663d0eaf629
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 14 05:09:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 14 05:09:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfa0c1a

dev-python/numpydoc: Stabilize 1.1.0 ALLARCHES, #736715

Signed-off-by: Sam James  gentoo.org>

 dev-python/numpydoc/numpydoc-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 442eae40359..5163fd43f16 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-07-09 Thread Michał Górny
commit: 2b84942d385eadbd7f33d003a1347972f8d14fba
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 12:50:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 13:01:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b84942d

dev-python/numpydoc: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/numpydoc/metadata.xml b/dev-python/numpydoc/metadata.xml
index 03512508d0a..d1fd3820e13 100644
--- a/dev-python/numpydoc/metadata.xml
+++ b/dev-python/numpydoc/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 numpydoc
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-07-05 Thread Michał Górny
commit: 43b401c58c9d6c83dc77f20c5b638488bdfd6ce4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  5 06:08:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  5 06:08:08 2020 +
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  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..4373f55 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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-06-08 Thread Michał Górny
commit: f282d43e59f2572fcacb989b0eeb72cd792278d5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 20:13:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 20:18:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f282d43e

dev-python/numpydoc: Port to py3.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 47be816cb48..f1101578b63 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-06-01 Thread Michał Górny
commit: 6d700b591171899a3dd143957cb71cde20d7d6f9
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 12:22:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  1 20:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d700b59

dev-python/numpydoc: arm keyworded (bug #721130)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 5722653d555..47be816cb48 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-05-30 Thread Michał Górny
commit: b7c00ac1515205bb29ed625a11ff7df1aa133af4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May 30 19:43:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 19:48:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c00ac1

dev-python/numpydoc: arm64 keyworded (bug #721130)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 0e57521885b..5722653d555 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-05-30 Thread Michał Górny
commit: f560e503579ce07f090559b3d08c016daf088fb6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 16:11:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 16:20:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f560e503

dev-python/numpydoc: Keyword 0.9.2 ppc, #721130

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 5882f6b8eb0..0e57521885b 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-05-30 Thread Michał Górny
commit: 16f5597149a96f111ce42cfcc06a6c78bc884e98
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 08:50:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 08:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f55971

dev-python/numpydoc: Keyword 0.9.2 ppc64, #721130

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 7b4040a..5882f6b8eb0 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-05-29 Thread Michał Górny
commit: 289a12957572409a277b49bdecac71b83acff095
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 29 17:16:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 29 17:23:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289a1295

dev-python/numpydoc: Keyword 0.9.2 x86, #721130

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 29686390e10..7b4040a 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-05-18 Thread Michał Górny
commit: 001bc180e34f92644932ef614c9fdc8856fe8086
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 18 10:36:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 18 10:40:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001bc180

dev-python/numpydoc: Use pytest for tests

Closes: https://bugs.gentoo.org/723548
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
index 673e70128fa..29686390e10 100644
--- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -20,10 +20,9 @@ RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
 "
 BDEPEND="
-   ${RDEPEND}
test? (
>=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
)
 "
 
-distutils_enable_tests nose
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-04-25 Thread Patrick McLean
commit: d53b89c8a1252ea235cee15c6711688a823d3975
Author: Victor Payno  gmail  com>
AuthorDate: Mon Mar  9 17:41:44 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b89c8

dev-python/numpydoc: bump version to 0.9.2

Signed-off-by: Victor Payno  gmail.com>
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index fd329cbf217..400c35f3121 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 
91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b
 SHA512 
85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a
+DIST numpydoc-0.9.2.tar.gz 27555 BLAKE2B 
47b7788c502a26c40889c84563c0b94983655a653fa1f783f47d667021c65c7ffc0d2cdd14a16dfcb982da48642c0b07c949f57336d5b67c897a78815684bcac
 SHA512 
db8f5c3b409ece0a40f1c2ccb06eaa182896d173a5c913c7e6c5780fd021d746c48557fee6f050db8c42cfa41a5021901342bbb93dfd8b8daf7d43fead9cf94a

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
new file mode 100644
index 000..673e70128fa
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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"
+
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-03-25 Thread Michał Górny
commit: 75898dd74882f53de68a6f1c01bd4f295e86f341
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 13:08:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 13:25:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75898dd7

dev-python/numpydoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/Manifest  |  2 --
 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 31 --
 dev-python/numpydoc/numpydoc-0.8.0.ebuild | 32 ---
 3 files changed, 65 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 389e32637e5..fd329cbf217 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,3 +1 @@
-DIST numpydoc-0.6.0.tar.gz 32464 BLAKE2B 
3296da3630c20eb2b1e0aeac4c5c4c912f9011cdcec0f54145532759d0b3ea7bb68529e5b3f5a1d640f3bf2e574fc03c3e7bc29f6fe1afacdcc92aadc3766fb5
 SHA512 
aa86854cfba93f27540eee8a7937c81fe006e1d96b556b66ac643d9673b413fac357762068ca5675f265c7d2a80b0ba000416f5ddf3fbac2bfe4315fe0f48aa7
-DIST numpydoc-0.8.0.tar.gz 20488 BLAKE2B 
8af3bd363e288a66dfe84c412ba3d2a1e4afb7021f665491496374b47e0bab4756fcb5d4196abfde0e64f0acec91c18a7eb6e5314767f88e4932bfd3086e18b6
 SHA512 
8302c7eb6518b46823655ff26776beae35011c9842b6ed61d1db3f7ffd1f34ec695ffde0f0be91152ad59510a5904445ed6dcd877f9b1fb520adc8d9f895635d
 DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 
91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b
 SHA512 
85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
deleted file mode 100644
index e80e7c9d27b..000
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/numpydoc/numpydoc-0.8.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
deleted file mode 100644
index 4af5a76d045..000
--- a/dev-python/numpydoc/numpydoc-0.8.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-03-25 Thread Michał Górny
commit: a5563e92908cb5cfdc641118d166bbd623e4313e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 13:07:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 13:25:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5563e92

dev-python/numpydoc: Stabilize 0.9.1 ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
index bae859555ad..f0955af7b49 100644
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-02-26 Thread Rick Farina
commit: 06a6ca9c0ae3c08feaf7de64feab462ba8776ab9
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Feb 26 17:41:11 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Feb 26 17:49:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a6ca9c

Revert "Revert "dev-python/numpydoc: Remove py2""

This reverts commit 0a4ba839046bf1ff228832522c611cd9fce844db.
mgorny prefers pyzmq USE=doc masked so that's what I'll do

Signed-off-by: Rick Farina  gentoo.org>

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.8.0.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.9.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index f361a74250f..e80e7c9d27b 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/numpydoc/numpydoc-0.8.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
index bbdbcdc8785..4af5a76d045 100644
--- a/dev-python/numpydoc/numpydoc-0.8.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
index 14c536f66ac..bae859555ad 100644
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-02-26 Thread Rick Farina
commit: 0a4ba839046bf1ff228832522c611cd9fce844db
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Feb 26 17:30:53 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Feb 26 17:30:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4ba839

Revert "dev-python/numpydoc: Remove py2"

This reverts commit 67204999263635d877dc50e4483ad8d004742179.

Signed-off-by: Rick Farina  gentoo.org>

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.8.0.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.9.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index e80e7c9d27b..f361a74250f 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/numpydoc/numpydoc-0.8.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
index 4af5a76d045..bbdbcdc8785 100644
--- a/dev-python/numpydoc/numpydoc-0.8.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
index bae859555ad..14c536f66ac 100644
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2020-01-29 Thread Michał Górny
commit: 67204999263635d877dc50e4483ad8d004742179
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 29 16:16:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 29 16:16:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67204999

dev-python/numpydoc: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.8.0.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.9.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index f361a74250f..e80e7c9d27b 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/numpydoc/numpydoc-0.8.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
index bbdbcdc8785..4af5a76d045 100644
--- a/dev-python/numpydoc/numpydoc-0.8.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
index 14c536f66ac..bae859555ad 100644
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2019-12-02 Thread Aaron Bauman
commit: 7d3507119480636880aa9fc4ef6fe71cd5677c45
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:57:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d350711

dev-python/numpydoc: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/numpydoc/numpydoc-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
index 570d35cad23..decf2d84264 100644
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2019-05-02 Thread Virgil Dupras
commit: a1ba86259ff991e8a256b582987e95b989b2231b
Author: Virgil Dupras  gentoo  org>
AuthorDate: Thu May  2 15:07:57 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Thu May  2 15:07:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ba8625

dev-python/numpydoc: add version 0.8.0

Not the latest, but it's needed for matplotlib

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-0.8.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 804d74608c4..389e32637e5 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1,3 @@
 DIST numpydoc-0.6.0.tar.gz 32464 BLAKE2B 
3296da3630c20eb2b1e0aeac4c5c4c912f9011cdcec0f54145532759d0b3ea7bb68529e5b3f5a1d640f3bf2e574fc03c3e7bc29f6fe1afacdcc92aadc3766fb5
 SHA512 
aa86854cfba93f27540eee8a7937c81fe006e1d96b556b66ac643d9673b413fac357762068ca5675f265c7d2a80b0ba000416f5ddf3fbac2bfe4315fe0f48aa7
+DIST numpydoc-0.8.0.tar.gz 20488 BLAKE2B 
8af3bd363e288a66dfe84c412ba3d2a1e4afb7021f665491496374b47e0bab4756fcb5d4196abfde0e64f0acec91c18a7eb6e5314767f88e4932bfd3086e18b6
 SHA512 
8302c7eb6518b46823655ff26776beae35011c9842b6ed61d1db3f7ffd1f34ec695ffde0f0be91152ad59510a5904445ed6dcd877f9b1fb520adc8d9f895635d
 DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 
91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b
 SHA512 
85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a

diff --git a/dev-python/numpydoc/numpydoc-0.8.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
new file mode 100644
index 000..570d35cad23
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-0.8.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+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 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2019-04-27 Thread Virgil Dupras
commit: 3c1f089add0a633c64b6233a0ed58911adbb06e4
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Apr 27 18:50:29 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Apr 27 18:50:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1f089a

dev-python/numpydoc: bump to 0.9.1

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/numpydoc/Manifest | 2 +-
 dev-python/numpydoc/{numpydoc-0.7.0.ebuild => numpydoc-0.9.1.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 9a631f2d0d3..804d74608c4 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1,2 @@
 DIST numpydoc-0.6.0.tar.gz 32464 BLAKE2B 
3296da3630c20eb2b1e0aeac4c5c4c912f9011cdcec0f54145532759d0b3ea7bb68529e5b3f5a1d640f3bf2e574fc03c3e7bc29f6fe1afacdcc92aadc3766fb5
 SHA512 
aa86854cfba93f27540eee8a7937c81fe006e1d96b556b66ac643d9673b413fac357762068ca5675f265c7d2a80b0ba000416f5ddf3fbac2bfe4315fe0f48aa7
-DIST numpydoc-0.7.0.tar.gz 19047 BLAKE2B 
03866005772a2ef1c8896a70985dc36ea9a91507b62536cd5f68e73e9db0aeb8d2f9af7e005b45d3d48ad9163216baace850083d07d81bac57b20e9333e02844
 SHA512 
1a9bedaa6fe8bcd626b739b458a1647e550ac4489f8ccec2d4b11f93ee5c2a58e5d0e6692330d478a9ba91956da88eabdf020aa04f534e1e445c020903dcf14a
+DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 
91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b
 SHA512 
85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a

diff --git a/dev-python/numpydoc/numpydoc-0.7.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
similarity index 94%
rename from dev-python/numpydoc/numpydoc-0.7.0.ebuild
rename to dev-python/numpydoc/numpydoc-0.9.1.ebuild
index bf261210d43..570d35cad23 100644
--- a/dev-python/numpydoc/numpydoc-0.7.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux ~ppc
 IUSE="test"
 
 RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2018-02-25 Thread Sergei Trofimovich
commit: 8e6fa7f709be6db978b426808afb69889c37fc7b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb 25 21:38:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 25 21:50:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6fa7f7

dev-python/numpydoc: keyworded 0.6.0 for ppc, bug #636532 (thanks to 
ernsteiswuerfel)

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 4 ++--
 dev-python/numpydoc/numpydoc-0.7.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index 1d04dac9cc4..3e1732fb4d9 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/numpydoc/numpydoc-0.7.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.7.0.ebuild
index 0a61c3ed6b2..35bf1affb38 100644
--- a/dev-python/numpydoc/numpydoc-0.7.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-07-17 Thread Alexis Ballier
commit: 8f7731098ddb53e3798070540248e312bedfd794
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jul 17 13:28:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jul 17 13:29:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f773109

dev-python/numpydoc: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/numpydoc/numpydoc-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.7.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.7.0.ebuild
index 0ebe5617810..0a61c3ed6b2 100644
--- a/dev-python/numpydoc/numpydoc-0.7.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-06-27 Thread Sebastien Fabbro
commit: 62b0c005a077faf7e7a34207f9da68b0c57b0186
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jun 27 05:25:26 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jun 28 04:00:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b0c005

dev-python/numpydoc: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-0.7.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index c40a18150bd..219e264c0ea 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 DIST numpydoc-0.6.0.tar.gz 32464 SHA256 
1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1 SHA512 
aa86854cfba93f27540eee8a7937c81fe006e1d96b556b66ac643d9673b413fac357762068ca5675f265c7d2a80b0ba000416f5ddf3fbac2bfe4315fe0f48aa7
 WHIRLPOOL 
da0615ef43ad45c0d016bf940092b87c32b2ae21ea25ba695931e40a301412a56c12277ff4cead7645b75f3a4bd3f13e077ad9b60684a35da98929b3c6ca6aeb
+DIST numpydoc-0.7.0.tar.gz 19047 SHA256 
2dc7b2c4e3914745e38e370946fa4c109817331e6d450806285c08bce5cd575a SHA512 
1a9bedaa6fe8bcd626b739b458a1647e550ac4489f8ccec2d4b11f93ee5c2a58e5d0e6692330d478a9ba91956da88eabdf020aa04f534e1e445c020903dcf14a
 WHIRLPOOL 
9815a4bf1754706c69104fbf364de70de58048c35a189bed83b1dbd5c33406022b70a8a4a82cebbb80201a1d85e3c24129f5c126060d99d25d94f2a645c6266a

diff --git a/dev-python/numpydoc/numpydoc-0.7.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.7.0.ebuild
new file mode 100644
index 000..0ebe5617810
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-0.7.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
+HOMEPAGE="https://pypi.python.org/pypi/numpydoc;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-05-03 Thread Michał Górny
commit: 9a2aedd1036efcff52e36b62c2fa2efdcc1c08eb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 06:43:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 07:37:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2aedd1

dev-python/numpydoc: Clean old versions up

 dev-python/numpydoc/Manifest   |  2 --
 dev-python/numpydoc/numpydoc-0.4-r1.ebuild | 33 
 dev-python/numpydoc/numpydoc-0.5.ebuild| 35 --
 3 files changed, 70 deletions(-)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 9893c5dac48..c40a18150bd 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,3 +1 @@
-DIST numpydoc-0.4.tar.gz 28972 SHA256 
20e07c60766a7a044f228de5bdcc0d10b84a9f0b460e0c09422a4f60ef21ff8f SHA512 
980c3f56562b0faff4a8f453faff36d8ed92ca7241174c16fe0cc7d60e0d250e6674b6dc2aa98906922f5ccdd0800222b724f759d96174648147ca12e710e574
 WHIRLPOOL 
8eac57ebcc2eca69b89f98c053332380d902fc1d20dc46bf06768150f14e48b5cf77c203ebf4001766fde05ba9c80ad3bc94ce105ac9e32466c58fc48c64fdad
-DIST numpydoc-0.5.tar.gz 32051 SHA256 
93f050bceb52489d92f85c346981f1962c867c01f233d3252894ceae5cb48d34 SHA512 
f5ddd07103f3eadad979ddca2bfb4b1681fb783e58de80fbb2cbcb85dcdbe2340f708c94c9d494dce44ac3b1dff1b4b7bcf57231c2eb848f9468b72cec03b038
 WHIRLPOOL 
dbb713f97c0a0a02ae06fd0d2190b2d52471a7ab1c1dcd5bbcf7df98111c97818a32c53c7857648e6c6788818f39b184de6544480382fc011e4a6a52ea43ba1d
 DIST numpydoc-0.6.0.tar.gz 32464 SHA256 
1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1 SHA512 
aa86854cfba93f27540eee8a7937c81fe006e1d96b556b66ac643d9673b413fac357762068ca5675f265c7d2a80b0ba000416f5ddf3fbac2bfe4315fe0f48aa7
 WHIRLPOOL 
da0615ef43ad45c0d016bf940092b87c32b2ae21ea25ba695931e40a301412a56c12277ff4cead7645b75f3a4bd3f13e077ad9b60684a35da98929b3c6ca6aeb

diff --git a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild 
b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
deleted file mode 100644
index 8ffe38c045f..000
--- a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
-HOMEPAGE="https://pypi.python.org/pypi/numpydoc;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   chmod -R a+r *.egg-info || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Tests are written only for py2m pypy
-   if ! python_is_python3; then
-   nosetests || die "Testing failed with ${EPYTHON}"
-   fi
-}

diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild 
b/dev-python/numpydoc/numpydoc-0.5.ebuild
deleted file mode 100644
index 10d27bcd251..000
--- a/dev-python/numpydoc/numpydoc-0.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
-HOMEPAGE="https://pypi.python.org/pypi/numpydoc;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="
-   test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   chmod -R a+r *.egg-info || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests --verbose || die "Testing failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-03-16 Thread Michael Weber
commit: 19ec85bf0eafd6ef822e98120086ad5477edcef1
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Mar 15 16:30:57 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Mar 16 07:05:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ec85bf

dev-python/numpydoc: arm stable (bug 606242).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index b1324b35c34..1d04dac9cc4 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-03-12 Thread Zac Medico
commit: c4686bea973bda03ccd42680dc6d3858d15abd21
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 07:25:03 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 12:31:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4686bea

dev-python/numpydoc: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/numpydoc/numpydoc-0.4-r1.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.5.ebuild| 2 +-
 dev-python/numpydoc/numpydoc-0.6.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild 
b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
index e566ba61970..8ffe38c045f 100644
--- a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild 
b/dev-python/numpydoc/numpydoc-0.5.ebuild
index 6a5556708b7..10d27bcd251 100644
--- a/dev-python/numpydoc/numpydoc-0.5.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index a0a8819ac6b..b1324b35c34 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-02-02 Thread David Seifert
commit: 824f2aa40206c8545bbc367c2542b1f4be817a93
Author: David Seifert  gentoo  org>
AuthorDate: Thu Feb  2 18:18:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb  2 18:43:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824f2aa4

dev-python/numpydoc: Remove ppc from KEYWORDS

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3766

 dev-python/numpydoc/numpydoc-0.4-r1.ebuild | 2 +-
 dev-python/numpydoc/numpydoc-0.5.ebuild| 2 +-
 dev-python/numpydoc/numpydoc-0.6.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild 
b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
index 4f5ea45..53fd72d 100644
--- a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild 
b/dev-python/numpydoc/numpydoc-0.5.ebuild
index 6597ffa..244c10b 100644
--- a/dev-python/numpydoc/numpydoc-0.5.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index 9ef00d3..ed5b5bd 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-01-29 Thread Fabian Groffen
commit: 3d5ddd6edd983a5f1e4cff1a8c8ac67c24a77327
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 17:09:49 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 17:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5ddd6e

dev-python/numpydoc: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-python/numpydoc/numpydoc-0.4-r1.ebuild | 4 ++--
 dev-python/numpydoc/numpydoc-0.5.ebuild| 4 ++--
 dev-python/numpydoc/numpydoc-0.6.0.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild 
b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
index 4048e73..4f5ea45 100644
--- a/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild 
b/dev-python/numpydoc/numpydoc-0.5.ebuild
index a7a5d8c..6597ffa 100644
--- a/dev-python/numpydoc/numpydoc-0.5.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index 1754fd1..9ef00d3 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-01-22 Thread Agostino Sarubbo
commit: 7be4ab3378f47ce43c5feafc16e7e6e188fe9f72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 22 15:00:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 22 15:00:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be4ab33

dev-python/numpydoc: x86 stable wrt bug #606242

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index b231d17..5181501 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2017-01-21 Thread Agostino Sarubbo
commit: 2ddc18d3ae6758df678a2346a041a8e7982acbcd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 18:52:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 18:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddc18d3

dev-python/numpydoc: amd64 stable wrt bug #606242

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
index 1831176..f71b494 100644
--- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2016-02-13 Thread Kacper Kowalik
commit: 926294cba807531ad8aa9f15e8bf18bf521f22b5
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Sat Feb 13 16:26:32 2016 +
Commit: Kacper Kowalik  gentoo  org>
CommitDate: Sat Feb 13 16:26:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926294cb

dev-python/numpydoc: version bump to 0.6.0

Package-Manager: portage-2.2.27

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-0.6.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index 13c1bd5..9893c5d 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1,2 +1,3 @@
 DIST numpydoc-0.4.tar.gz 28972 SHA256 
20e07c60766a7a044f228de5bdcc0d10b84a9f0b460e0c09422a4f60ef21ff8f SHA512 
980c3f56562b0faff4a8f453faff36d8ed92ca7241174c16fe0cc7d60e0d250e6674b6dc2aa98906922f5ccdd0800222b724f759d96174648147ca12e710e574
 WHIRLPOOL 
8eac57ebcc2eca69b89f98c053332380d902fc1d20dc46bf06768150f14e48b5cf77c203ebf4001766fde05ba9c80ad3bc94ce105ac9e32466c58fc48c64fdad
 DIST numpydoc-0.5.tar.gz 32051 SHA256 
93f050bceb52489d92f85c346981f1962c867c01f233d3252894ceae5cb48d34 SHA512 
f5ddd07103f3eadad979ddca2bfb4b1681fb783e58de80fbb2cbcb85dcdbe2340f708c94c9d494dce44ac3b1dff1b4b7bcf57231c2eb848f9468b72cec03b038
 WHIRLPOOL 
dbb713f97c0a0a02ae06fd0d2190b2d52471a7ab1c1dcd5bbcf7df98111c97818a32c53c7857648e6c6788818f39b184de6544480382fc011e4a6a52ea43ba1d
+DIST numpydoc-0.6.0.tar.gz 32464 SHA256 
1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1 SHA512 
aa86854cfba93f27540eee8a7937c81fe006e1d96b556b66ac643d9673b413fac357762068ca5675f265c7d2a80b0ba000416f5ddf3fbac2bfe4315fe0f48aa7
 WHIRLPOOL 
da0615ef43ad45c0d016bf940092b87c32b2ae21ea25ba695931e40a301412a56c12277ff4cead7645b75f3a4bd3f13e077ad9b60684a35da98929b3c6ca6aeb

diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild 
b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
new file mode 100644
index 000..9577ca4
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
+HOMEPAGE="https://pypi.python.org/pypi/numpydoc;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/

2015-10-19 Thread Justin Lecher
commit: 7f3f531753c50c9dea30b7b74c79112d1bb07a68
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 15:11:52 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 16:29:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3f5317

dev-python/numpydoc: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/numpydoc/numpydoc-0.5.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild 
b/dev-python/numpydoc/numpydoc-0.5.ebuild
index 69b9e0e..81bf903 100644
--- a/dev-python/numpydoc/numpydoc-0.5.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -16,11 +17,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
+DEPEND="
+   test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}] )"
+   >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
+   )"
 
 python_prepare_all() {
chmod -R a+r *.egg-info || die
@@ -28,5 +32,5 @@ python_prepare_all() {
 }
 
 python_test() {
-   nosetests || die "Testing failed with ${EPYTHON}"
+   nosetests --verbose || die "Testing failed with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/, profiles/arch/mips/

2015-09-10 Thread Mike Frysinger
commit: 0d6958fb2a2ee5a733f426af7f5017c7d15c4c7d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Sep 11 02:58:32 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Sep 11 02:58:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6958fb

dev-python/numpydoc: add mips love

 dev-python/numpydoc/numpydoc-0.5.ebuild | 2 +-
 profiles/arch/mips/package.use.mask | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild 
b/dev-python/numpydoc/numpydoc-0.5.ebuild
index 2859d82..69b9e0e 100644
--- a/dev-python/numpydoc/numpydoc-0.5.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 349f31b..9697e3c 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  (10 Sep 2015)
+# Requires matplotlib which requires a bit more.
+dev-python/numpydoc test
+
 # Anthony G. Basile  (10 Sep 2015)
 # # seccomp code is currently broken, bug #560098
 app-misc/pax-utils seccomp