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

2024-05-19 Thread Michał Górny
commit: 175fc0a1d9a6281fd2c6de7af6faad5e588ef125
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 19 05:50:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 19 06:02:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175fc0a1

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest |   1 -
 dev-python/plotly/plotly-5.21.0.ebuild | 116 -
 2 files changed, 117 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 548cf839d364..f83885927120 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1 @@
-DIST plotly.py-5.21.0.gh.tar.gz 30912188 BLAKE2B 
2c193cad821a94a58d3c72ade06f8cc752d7490290a9abd44733ca80c38fcf1af94af0d5f76b80f1542e959dd2d8fa02752cebf8aa9ea28abd1a568073683c14
 SHA512 
38841fae844452550004fd22126c12c19fa65dae8985e8449eb5ff5be53dcb04a20658afc13a675c6086db2c623e0902e4138cd28f3b4c9d0a9a0013c1465c13
 DIST plotly.py-5.22.0.gh.tar.gz 31113116 BLAKE2B 
67c0ad0d29b9b5041d1e310336a859c11399cced422f51d9f0906f61474868858f6f62da0172bec3e48f38eb5d1f7c68b497b6014b64f8cf48ef510a41f639ee
 SHA512 
447072a78a5914aea5546edc6c51ea36475d12fd7e4b9f845ebe8396fb531c9b7ba942b6b5f9680f897acd9e2aefb8c09d08aadf106a78531faa8995d5ac218e

diff --git a/dev-python/plotly/plotly-5.21.0.ebuild 
b/dev-python/plotly/plotly-5.21.0.ebuild
deleted file mode 100644
index 2907cb22ae91..
--- a/dev-python/plotly/plotly-5.21.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-MY_P=plotly.py-${PV}
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="
-   https://plotly.com/python/
-   https://github.com/plotly/plotly.py/
-   https://pypi.org/project/plotly/
-"
-SRC_URI="
-   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/packages/python/plotly"
-# The tests are not included in the PyPI tarball, to use the GitHub tarball
-# we have to skip npm, which means that the resulting install will
-# unfortunately lack the jupyterlab extension.
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-# README ends up a broken symlink
-DOCS=()
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-EPYTEST_IGNORE=(
-   # Needs porting to newer numpy
-   _plotly_utils/tests/validators/test_integer_validator.py
-
-   # kaleido not packaged
-   plotly/tests/test_optional/test_kaleido
-
-   # plotly-orca not packaged
-   plotly/tests/test_orca
-)
-
-EPYTEST_DESELECT=(
-   # Also needs porting to newer numpy
-   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
-
-   # kaleido not packaged
-   plotly/tests/test_orca/test_to_image.py::test_bytesio
-
-   # Fails if not already installed
-   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
-   test_init/test_lazy_imports.py::test_lazy_imports
-
-   # Minor matplotlib incompatibility
-   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
-   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
-   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
-
-   # In python 3.11 the produced error is slightly different
-   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
-
-   # TODO
-   plotly/tests/test_io/test_to_from_plotly_json.py
-
-   # two subtests that require 'vaex' and 'polars' respectively
-   

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

2024-05-01 Thread Michał Górny
commit: d74149e6d8c7eadfd1f48af49f40a248dab18007
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  2 01:43:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  2 02:00:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74149e6

dev-python/plotly: Bump to 5.22.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.22.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 43ce7b0411a1..548cf839d364 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.21.0.gh.tar.gz 30912188 BLAKE2B 
2c193cad821a94a58d3c72ade06f8cc752d7490290a9abd44733ca80c38fcf1af94af0d5f76b80f1542e959dd2d8fa02752cebf8aa9ea28abd1a568073683c14
 SHA512 
38841fae844452550004fd22126c12c19fa65dae8985e8449eb5ff5be53dcb04a20658afc13a675c6086db2c623e0902e4138cd28f3b4c9d0a9a0013c1465c13
+DIST plotly.py-5.22.0.gh.tar.gz 31113116 BLAKE2B 
67c0ad0d29b9b5041d1e310336a859c11399cced422f51d9f0906f61474868858f6f62da0172bec3e48f38eb5d1f7c68b497b6014b64f8cf48ef510a41f639ee
 SHA512 
447072a78a5914aea5546edc6c51ea36475d12fd7e4b9f845ebe8396fb531c9b7ba942b6b5f9680f897acd9e2aefb8c09d08aadf106a78531faa8995d5ac218e

diff --git a/dev-python/plotly/plotly-5.22.0.ebuild 
b/dev-python/plotly/plotly-5.22.0.ebuild
new file mode 100644
index ..b5d3d8183854
--- /dev/null
+++ b/dev-python/plotly/plotly-5.22.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   

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

2024-05-01 Thread Michał Górny
commit: e528a93de7a19573296c2103b3244f5113f67ea3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  2 01:42:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  2 02:00:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e528a93d

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest |   2 -
 dev-python/plotly/plotly-5.19.0.ebuild | 116 -
 dev-python/plotly/plotly-5.20.0.ebuild | 116 -
 3 files changed, 234 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 6dbe1a238680..43ce7b0411a1 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1 @@
-DIST plotly.py-5.19.0.gh.tar.gz 30892237 BLAKE2B 
ef93c54bdc40a5f25448a7e68dc40b3642c8be60945edc39e3e590eb97973896cb0df54cd8ea9928a2553d50de1bf17997b41947711baaedce075e31709581ce
 SHA512 
a97f5d130fd56b49087e7b10c34cfe2aa21f00afd1f252215f7cec2215d9031f5f6204a6445ea7a69d7aed0c6838b3d76f981c076af93fa9406ff37a0020e4e7
-DIST plotly.py-5.20.0.gh.tar.gz 30896587 BLAKE2B 
ef8deee791b8fdc94dcd3dae1189fc04569d9156593f13bd44715bc4f7b2846642eab19a1bb6084647ed15b1c961ffb207f19369f94cbba3e999e970c0b7cfe7
 SHA512 
db73334bf32fcd54f717aa0e04378278045fabba3824d645e4e289cfd559655141f350624196d8e55d988befc27a4a64d741b11a84925969aadc720c6c15bee3
 DIST plotly.py-5.21.0.gh.tar.gz 30912188 BLAKE2B 
2c193cad821a94a58d3c72ade06f8cc752d7490290a9abd44733ca80c38fcf1af94af0d5f76b80f1542e959dd2d8fa02752cebf8aa9ea28abd1a568073683c14
 SHA512 
38841fae844452550004fd22126c12c19fa65dae8985e8449eb5ff5be53dcb04a20658afc13a675c6086db2c623e0902e4138cd28f3b4c9d0a9a0013c1465c13

diff --git a/dev-python/plotly/plotly-5.19.0.ebuild 
b/dev-python/plotly/plotly-5.19.0.ebuild
deleted file mode 100644
index 2907cb22ae91..
--- a/dev-python/plotly/plotly-5.19.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-MY_P=plotly.py-${PV}
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="
-   https://plotly.com/python/
-   https://github.com/plotly/plotly.py/
-   https://pypi.org/project/plotly/
-"
-SRC_URI="
-   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/packages/python/plotly"
-# The tests are not included in the PyPI tarball, to use the GitHub tarball
-# we have to skip npm, which means that the resulting install will
-# unfortunately lack the jupyterlab extension.
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-# README ends up a broken symlink
-DOCS=()
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-EPYTEST_IGNORE=(
-   # Needs porting to newer numpy
-   _plotly_utils/tests/validators/test_integer_validator.py
-
-   # kaleido not packaged
-   plotly/tests/test_optional/test_kaleido
-
-   # plotly-orca not packaged
-   plotly/tests/test_orca
-)
-
-EPYTEST_DESELECT=(
-   # Also needs porting to newer numpy
-   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
-
-   # kaleido not packaged
-   plotly/tests/test_orca/test_to_image.py::test_bytesio
-
-   # Fails if not already installed
-   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
-   test_init/test_lazy_imports.py::test_lazy_imports
-
-   # Minor matplotlib incompatibility
-   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
-   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
-   

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

2024-04-17 Thread Michał Górny
commit: c5b5e47b1f7a0945e3b2bd08cd06fd519618b0cc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 18 05:23:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 18 05:31:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b5e47b

dev-python/plotly: Bump to 5.21.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.21.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index eb88202875b3..6dbe1a238680 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly.py-5.19.0.gh.tar.gz 30892237 BLAKE2B 
ef93c54bdc40a5f25448a7e68dc40b3642c8be60945edc39e3e590eb97973896cb0df54cd8ea9928a2553d50de1bf17997b41947711baaedce075e31709581ce
 SHA512 
a97f5d130fd56b49087e7b10c34cfe2aa21f00afd1f252215f7cec2215d9031f5f6204a6445ea7a69d7aed0c6838b3d76f981c076af93fa9406ff37a0020e4e7
 DIST plotly.py-5.20.0.gh.tar.gz 30896587 BLAKE2B 
ef8deee791b8fdc94dcd3dae1189fc04569d9156593f13bd44715bc4f7b2846642eab19a1bb6084647ed15b1c961ffb207f19369f94cbba3e999e970c0b7cfe7
 SHA512 
db73334bf32fcd54f717aa0e04378278045fabba3824d645e4e289cfd559655141f350624196d8e55d988befc27a4a64d741b11a84925969aadc720c6c15bee3
+DIST plotly.py-5.21.0.gh.tar.gz 30912188 BLAKE2B 
2c193cad821a94a58d3c72ade06f8cc752d7490290a9abd44733ca80c38fcf1af94af0d5f76b80f1542e959dd2d8fa02752cebf8aa9ea28abd1a568073683c14
 SHA512 
38841fae844452550004fd22126c12c19fa65dae8985e8449eb5ff5be53dcb04a20658afc13a675c6086db2c623e0902e4138cd28f3b4c9d0a9a0013c1465c13

diff --git a/dev-python/plotly/plotly-5.21.0.ebuild 
b/dev-python/plotly/plotly-5.21.0.ebuild
new file mode 100644
index ..2907cb22ae91
--- /dev/null
+++ b/dev-python/plotly/plotly-5.21.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly 

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

2024-03-13 Thread Michał Górny
commit: 70bbc7a2f8ef3ddd677356fc54f9a180e434b7b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 04:04:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 04:12:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bbc7a2

dev-python/plotly: Bump to 5.20.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.20.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 9598ae53ebeb..eb88202875b3 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.19.0.gh.tar.gz 30892237 BLAKE2B 
ef93c54bdc40a5f25448a7e68dc40b3642c8be60945edc39e3e590eb97973896cb0df54cd8ea9928a2553d50de1bf17997b41947711baaedce075e31709581ce
 SHA512 
a97f5d130fd56b49087e7b10c34cfe2aa21f00afd1f252215f7cec2215d9031f5f6204a6445ea7a69d7aed0c6838b3d76f981c076af93fa9406ff37a0020e4e7
+DIST plotly.py-5.20.0.gh.tar.gz 30896587 BLAKE2B 
ef8deee791b8fdc94dcd3dae1189fc04569d9156593f13bd44715bc4f7b2846642eab19a1bb6084647ed15b1c961ffb207f19369f94cbba3e999e970c0b7cfe7
 SHA512 
db73334bf32fcd54f717aa0e04378278045fabba3824d645e4e289cfd559655141f350624196d8e55d988befc27a4a64d741b11a84925969aadc720c6c15bee3

diff --git a/dev-python/plotly/plotly-5.20.0.ebuild 
b/dev-python/plotly/plotly-5.20.0.ebuild
new file mode 100644
index ..2907cb22ae91
--- /dev/null
+++ b/dev-python/plotly/plotly-5.20.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+
+   # TODO
+   plotly/tests/test_io/test_to_from_plotly_json.py
+
+   # two subtests that require 'vaex' and 'polars' respectively
+   

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

2024-03-09 Thread Andrew Ammerlaan
commit: df9617f6d8097b7131d06125c61634add1ab9df2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Mar  9 17:41:03 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Mar  9 18:30:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9617f6

dev-python/plotly-geo: enable py3.12

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

 dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
index 5d2d0a7d5886..5dbd3d08fc75 100644
--- a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 



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

2024-03-09 Thread Andrew Ammerlaan
commit: 021c48f506cc7216db32badbc3963836b38c4e40
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Mar  9 17:39:55 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Mar  9 18:30:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021c48f5

dev-python/plotly: enable py3.12

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

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

diff --git a/dev-python/plotly/plotly-5.19.0.ebuild 
b/dev-python/plotly/plotly-5.19.0.ebuild
index 2c2275a52891..2907cb22ae91 100644
--- a/dev-python/plotly/plotly-5.19.0.ebuild
+++ b/dev-python/plotly/plotly-5.19.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1



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

2024-02-28 Thread Arthur Zamarin
commit: 3641d450f2b45dcb769469d3d70b0e980f1227e1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 28 19:09:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 28 19:48:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3641d450

dev-python/plotly-geo: unkeyword for ~x86

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

 dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
index c3220f5d9a8f..5d2d0a7d5886 100644
--- a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ RESTRICT="test"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
dev-python/plotly[${PYTHON_USEDEP}]



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

2024-02-28 Thread Arthur Zamarin
commit: 4efce2a4d8b8ea7bec420206f15a6a12bf0c00b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 28 19:09:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 28 19:48:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efce2a4

dev-python/plotly: unkeyword for ~x86

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

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

diff --git a/dev-python/plotly/plotly-5.19.0.ebuild 
b/dev-python/plotly/plotly-5.19.0.ebuild
index ded586e2d189..2c2275a52891 100644
--- a/dev-python/plotly/plotly-5.19.0.ebuild
+++ b/dev-python/plotly/plotly-5.19.0.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}/packages/python/plotly"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2024-02-15 Thread Michał Górny
commit: 8fc4330664c80978382bcb41ce3ad064605febf4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 16 05:16:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 16 05:40:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc43306

dev-python/plotly: Bump to 5.19.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.19.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index d114887d14e2..a391bec9c499 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.18.0.gh.tar.gz 30876168 BLAKE2B 
f740a89c2040376348148bbd8a55c29d57e2454f804503eddf45e9781258400646caa51c8d9a4e74d6d848e0d1332d53ed5635d491dffe5bf2bb4b78701e
 SHA512 
56ae84487b61c1b90bf2d31e67116b8c2c9b23e40bda51d434c336750b32d659a5009e8057d40f9af6ede0d2a6bd4cc0bc5f9923d2ce74a439810e7c7714bd50
+DIST plotly.py-5.19.0.gh.tar.gz 30892237 BLAKE2B 
ef93c54bdc40a5f25448a7e68dc40b3642c8be60945edc39e3e590eb97973896cb0df54cd8ea9928a2553d50de1bf17997b41947711baaedce075e31709581ce
 SHA512 
a97f5d130fd56b49087e7b10c34cfe2aa21f00afd1f252215f7cec2215d9031f5f6204a6445ea7a69d7aed0c6838b3d76f981c076af93fa9406ff37a0020e4e7

diff --git a/dev-python/plotly/plotly-5.19.0.ebuild 
b/dev-python/plotly/plotly-5.19.0.ebuild
new file mode 100644
index ..ded586e2d189
--- /dev/null
+++ b/dev-python/plotly/plotly-5.19.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+
+   # TODO
+   plotly/tests/test_io/test_to_from_plotly_json.py
+
+   # two subtests that require 'vaex' and 'polars' respectively
+   

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

2023-12-30 Thread Michał Górny
commit: 42ebb119566ba4385439db490dfe5e79df57a148
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:29:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:29:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ebb119

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest |   4 --
 dev-python/plotly/plotly-5.15.0.ebuild | 109 ---
 dev-python/plotly/plotly-5.16.0.ebuild | 115 
 dev-python/plotly/plotly-5.16.1.ebuild | 116 -
 dev-python/plotly/plotly-5.17.0.ebuild | 116 -
 5 files changed, 460 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index c65b0c03e5cc..d114887d14e2 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,5 +1 @@
-DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658
-DIST plotly.py-5.16.0.gh.tar.gz 30846584 BLAKE2B 
08071fbece2ac6ce69ae7466a001902867883127e7bfab397d5701eee0afc032fdc001157b4e38d4cbe9bfe361e18f7c33cc0e80b21d8deba5219821849848ab
 SHA512 
2cbdc04a62de803d06d4085180caeaea9a7c429d525e841472a6b4a447dd53ab108e159a9b28ddcbcf86a47453ed028ad6d3d47001e3d68286aded4b10b1511b
-DIST plotly.py-5.16.1.gh.tar.gz 30846702 BLAKE2B 
75985b37e56b4612f8c0bcd249d1a27e43d2f531715802f1d80c9f83b7536f4a124ffb0355cdee3db64e02feede2a37bcfca58b20e5fdad50e31c66291eb0181
 SHA512 
dabbbfe0da26b675fc30a8e3a9e105b13589a9906df11cbcae2f8fbaadf59e694ae1864de329665acebeabcb8821f1425d7b3cb3ffd96522d376e8d3b7704afa
-DIST plotly.py-5.17.0.gh.tar.gz 30874848 BLAKE2B 
3a2bb0a38538372299f706f1ab45b6e51b2b27304c05328c0fda8f2b74c3f7f2ecacfd1aa5cdb4abb5f6890ab636d807e507bda8354ab19018f2282950d2eb5f
 SHA512 
bde92fdd8afa218ff9090ab84afdd49ece4a67171b3e6c0148318a2e953e598d4401e52a2ca44894d8fc67382232bdf26cc340d03e7209a93c2fb4d3bed70810
 DIST plotly.py-5.18.0.gh.tar.gz 30876168 BLAKE2B 
f740a89c2040376348148bbd8a55c29d57e2454f804503eddf45e9781258400646caa51c8d9a4e74d6d848e0d1332d53ed5635d491dffe5bf2bb4b78701e
 SHA512 
56ae84487b61c1b90bf2d31e67116b8c2c9b23e40bda51d434c336750b32d659a5009e8057d40f9af6ede0d2a6bd4cc0bc5f9923d2ce74a439810e7c7714bd50

diff --git a/dev-python/plotly/plotly-5.15.0.ebuild 
b/dev-python/plotly/plotly-5.15.0.ebuild
deleted file mode 100644
index 13435fea5ab6..
--- a/dev-python/plotly/plotly-5.15.0.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-MY_P=plotly.py-${PV}
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="
-   https://plotly.com/python/
-   https://github.com/plotly/plotly.py/
-   https://pypi.org/project/plotly/
-"
-SRC_URI="
-   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/packages/python/plotly"
-# The tests are not included in the PyPI tarball, to use the GitHub tarball
-# we have to skip npm, which means that the resulting install will
-# unfortunately lack the jupyterlab extension.
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-EPYTEST_IGNORE=(
-   # Needs porting to newer numpy
-   _plotly_utils/tests/validators/test_integer_validator.py
-
-   # kaleido not packaged
-   plotly/tests/test_optional/test_kaleido
-
-   # plotly-orca not 

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

2023-11-24 Thread Sam James
commit: 4c661c26d68912fa57849cc32bc113a4abdadd25
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 00:26:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 00:26:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c661c26

dev-python/plotly: Keyword 5.18.0 arm64, #917978

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

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

diff --git a/dev-python/plotly/plotly-5.18.0.ebuild 
b/dev-python/plotly/plotly-5.18.0.ebuild
index fb5d7588cae8..6ff4531c953a 100644
--- a/dev-python/plotly/plotly-5.18.0.ebuild
+++ b/dev-python/plotly/plotly-5.18.0.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}/packages/python/plotly"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-10-26 Thread Michał Górny
commit: 06b77fb05c077d184397406601937ad54d331a4f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 26 12:34:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 26 13:36:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b77fb0

dev-python/plotly: Bump to 5.18.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.18.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index ae60699530e5..c65b0c03e5cc 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -2,3 +2,4 @@ DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a
 DIST plotly.py-5.16.0.gh.tar.gz 30846584 BLAKE2B 
08071fbece2ac6ce69ae7466a001902867883127e7bfab397d5701eee0afc032fdc001157b4e38d4cbe9bfe361e18f7c33cc0e80b21d8deba5219821849848ab
 SHA512 
2cbdc04a62de803d06d4085180caeaea9a7c429d525e841472a6b4a447dd53ab108e159a9b28ddcbcf86a47453ed028ad6d3d47001e3d68286aded4b10b1511b
 DIST plotly.py-5.16.1.gh.tar.gz 30846702 BLAKE2B 
75985b37e56b4612f8c0bcd249d1a27e43d2f531715802f1d80c9f83b7536f4a124ffb0355cdee3db64e02feede2a37bcfca58b20e5fdad50e31c66291eb0181
 SHA512 
dabbbfe0da26b675fc30a8e3a9e105b13589a9906df11cbcae2f8fbaadf59e694ae1864de329665acebeabcb8821f1425d7b3cb3ffd96522d376e8d3b7704afa
 DIST plotly.py-5.17.0.gh.tar.gz 30874848 BLAKE2B 
3a2bb0a38538372299f706f1ab45b6e51b2b27304c05328c0fda8f2b74c3f7f2ecacfd1aa5cdb4abb5f6890ab636d807e507bda8354ab19018f2282950d2eb5f
 SHA512 
bde92fdd8afa218ff9090ab84afdd49ece4a67171b3e6c0148318a2e953e598d4401e52a2ca44894d8fc67382232bdf26cc340d03e7209a93c2fb4d3bed70810
+DIST plotly.py-5.18.0.gh.tar.gz 30876168 BLAKE2B 
f740a89c2040376348148bbd8a55c29d57e2454f804503eddf45e9781258400646caa51c8d9a4e74d6d848e0d1332d53ed5635d491dffe5bf2bb4b78701e
 SHA512 
56ae84487b61c1b90bf2d31e67116b8c2c9b23e40bda51d434c336750b32d659a5009e8057d40f9af6ede0d2a6bd4cc0bc5f9923d2ce74a439810e7c7714bd50

diff --git a/dev-python/plotly/plotly-5.18.0.ebuild 
b/dev-python/plotly/plotly-5.18.0.ebuild
new file mode 100644
index ..fb5d7588cae8
--- /dev/null
+++ b/dev-python/plotly/plotly-5.18.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+  

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

2023-09-15 Thread Michał Górny
commit: 0ad1ba5972efd8e653fa457ea8d4426bac7ebfc4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 16 02:53:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 16 03:03:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad1ba59

dev-python/plotly: Bump to 5.17.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.17.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index dc60ecdf0cae..ae60699530e5 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1,4 @@
 DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658
 DIST plotly.py-5.16.0.gh.tar.gz 30846584 BLAKE2B 
08071fbece2ac6ce69ae7466a001902867883127e7bfab397d5701eee0afc032fdc001157b4e38d4cbe9bfe361e18f7c33cc0e80b21d8deba5219821849848ab
 SHA512 
2cbdc04a62de803d06d4085180caeaea9a7c429d525e841472a6b4a447dd53ab108e159a9b28ddcbcf86a47453ed028ad6d3d47001e3d68286aded4b10b1511b
 DIST plotly.py-5.16.1.gh.tar.gz 30846702 BLAKE2B 
75985b37e56b4612f8c0bcd249d1a27e43d2f531715802f1d80c9f83b7536f4a124ffb0355cdee3db64e02feede2a37bcfca58b20e5fdad50e31c66291eb0181
 SHA512 
dabbbfe0da26b675fc30a8e3a9e105b13589a9906df11cbcae2f8fbaadf59e694ae1864de329665acebeabcb8821f1425d7b3cb3ffd96522d376e8d3b7704afa
+DIST plotly.py-5.17.0.gh.tar.gz 30874848 BLAKE2B 
3a2bb0a38538372299f706f1ab45b6e51b2b27304c05328c0fda8f2b74c3f7f2ecacfd1aa5cdb4abb5f6890ab636d807e507bda8354ab19018f2282950d2eb5f
 SHA512 
bde92fdd8afa218ff9090ab84afdd49ece4a67171b3e6c0148318a2e953e598d4401e52a2ca44894d8fc67382232bdf26cc340d03e7209a93c2fb4d3bed70810

diff --git a/dev-python/plotly/plotly-5.17.0.ebuild 
b/dev-python/plotly/plotly-5.17.0.ebuild
new file mode 100644
index ..fb5d7588cae8
--- /dev/null
+++ b/dev-python/plotly/plotly-5.17.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib 

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

2023-08-17 Thread Michał Górny
commit: e77069627b0c89537c9907d25df9ae07129a1f36
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 07:51:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 08:36:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7706962

dev-python/plotly: Bump to 5.16.1

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.16.1.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index b9fc19eb51f4..dc60ecdf0cae 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658
 DIST plotly.py-5.16.0.gh.tar.gz 30846584 BLAKE2B 
08071fbece2ac6ce69ae7466a001902867883127e7bfab397d5701eee0afc032fdc001157b4e38d4cbe9bfe361e18f7c33cc0e80b21d8deba5219821849848ab
 SHA512 
2cbdc04a62de803d06d4085180caeaea9a7c429d525e841472a6b4a447dd53ab108e159a9b28ddcbcf86a47453ed028ad6d3d47001e3d68286aded4b10b1511b
+DIST plotly.py-5.16.1.gh.tar.gz 30846702 BLAKE2B 
75985b37e56b4612f8c0bcd249d1a27e43d2f531715802f1d80c9f83b7536f4a124ffb0355cdee3db64e02feede2a37bcfca58b20e5fdad50e31c66291eb0181
 SHA512 
dabbbfe0da26b675fc30a8e3a9e105b13589a9906df11cbcae2f8fbaadf59e694ae1864de329665acebeabcb8821f1425d7b3cb3ffd96522d376e8d3b7704afa

diff --git a/dev-python/plotly/plotly-5.16.1.ebuild 
b/dev-python/plotly/plotly-5.16.1.ebuild
new file mode 100644
index ..fb5d7588cae8
--- /dev/null
+++ b/dev-python/plotly/plotly-5.16.1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly 

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

2023-08-11 Thread Michał Górny
commit: 29918fd3e5b16a469c333d36f151ef49a0c8af71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:12:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:27:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29918fd3

dev-python/plotly: Bump to 5.16.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.16.0.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index b85dd268eefd..b9fc19eb51f4 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658
+DIST plotly.py-5.16.0.gh.tar.gz 30846584 BLAKE2B 
08071fbece2ac6ce69ae7466a001902867883127e7bfab397d5701eee0afc032fdc001157b4e38d4cbe9bfe361e18f7c33cc0e80b21d8deba5219821849848ab
 SHA512 
2cbdc04a62de803d06d4085180caeaea9a7c429d525e841472a6b4a447dd53ab108e159a9b28ddcbcf86a47453ed028ad6d3d47001e3d68286aded4b10b1511b

diff --git a/dev-python/plotly/plotly-5.16.0.ebuild 
b/dev-python/plotly/plotly-5.16.0.ebuild
new file mode 100644
index ..bbed937a6033
--- /dev/null
+++ b/dev-python/plotly/plotly-5.16.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+
+   # TODO
+   plotly/tests/test_io/test_to_from_plotly_json.py
+
+   # two subtests that require 'vaex' and 'polars' respectively
+   

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

2023-07-24 Thread Michał Górny
commit: 06c2be1c41a3076340ef438bd1b23b593a9d75e9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:19:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:32:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c2be1c

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest |   1 -
 dev-python/plotly/plotly-5.14.1.ebuild | 106 -
 2 files changed, 107 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index f5b5870ba58b..b85dd268eefd 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1 @@
-DIST plotly.py-5.14.1.gh.tar.gz 30697895 BLAKE2B 
2fd602b353cf6097f3b0341cdd07b82fe38181a2c2cf21a7a7fe3b88c65160ac0b1a000bad9eca540754570f0b06b746f286f2a7bc89dfdd4454356165b6ded9
 SHA512 
cf053ea47425ad4f4f1412ce8ba037f49609a292b61afaa63bd8c00f010353f56a648cded408b9788055e2bba69e6a71192b55602d11d4122dc76e6dd3085a11
 DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658

diff --git a/dev-python/plotly/plotly-5.14.1.ebuild 
b/dev-python/plotly/plotly-5.14.1.ebuild
deleted file mode 100644
index 760cd2ec5a69..
--- a/dev-python/plotly/plotly-5.14.1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-MY_P=plotly.py-${PV}
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="
-   https://plotly.com/python/
-   https://github.com/plotly/plotly.py/
-   https://pypi.org/project/plotly/
-"
-SRC_URI="
-   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/packages/python/plotly"
-# The tests are not included in the PyPI tarball, to use the GitHub tarball
-# we have to skip npm, which means that the resulting install will
-# unfortunately lack the jupyterlab extension.
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-EPYTEST_IGNORE=(
-   # Needs porting to newer numpy
-   _plotly_utils/tests/validators/test_integer_validator.py
-
-   # kaleido not packaged
-   plotly/tests/test_optional/test_kaleido
-
-   # plotly-orca not packaged
-   plotly/tests/test_orca
-)
-
-EPYTEST_DESELECT=(
-   # Also needs porting to newer numpy
-   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
-
-   # kaleido not packaged
-   plotly/tests/test_orca/test_to_image.py::test_bytesio
-
-   # Fails if not already installed
-   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
-   test_init/test_lazy_imports.py::test_lazy_imports
-
-   # Minor matplotlib incompatibility
-   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
-   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
-   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
-
-   # In python 3.11 the produced error is slightly different
-   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
-)
-
-# There are sphinx docs but we are missing a bunch of dependencies.
-# distutils_enable_sphinx ../../../doc/apidoc
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not try to fetch stuff with npm
-   export SKIP_NPM=1
- 

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

2023-06-08 Thread Michał Górny
commit: 438dfdc6918980fd76fef098185e382898f2e319
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 02:21:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 02:27:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438dfdc6

dev-python/plotly: Bump to 5.15.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.15.0.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index c72a65624a78..f5b5870ba58b 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.14.1.gh.tar.gz 30697895 BLAKE2B 
2fd602b353cf6097f3b0341cdd07b82fe38181a2c2cf21a7a7fe3b88c65160ac0b1a000bad9eca540754570f0b06b746f286f2a7bc89dfdd4454356165b6ded9
 SHA512 
cf053ea47425ad4f4f1412ce8ba037f49609a292b61afaa63bd8c00f010353f56a648cded408b9788055e2bba69e6a71192b55602d11d4122dc76e6dd3085a11
+DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658

diff --git a/dev-python/plotly/plotly-5.15.0.ebuild 
b/dev-python/plotly/plotly-5.15.0.ebuild
new file mode 100644
index ..13435fea5ab6
--- /dev/null
+++ b/dev-python/plotly/plotly-5.15.0.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+
+   # TODO
+   plotly/tests/test_io/test_to_from_plotly_json.py
+)
+
+# There are sphinx docs but we are missing a bunch of dependencies.
+# distutils_enable_sphinx ../../../doc/apidoc
+distutils_enable_tests pytest
+
+python_prepare_all() 

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

2023-04-08 Thread Michał Górny
commit: b50cddda6e8bd6ccc1c23b4c148d3903ffe00354
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 06:02:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 06:07:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50cddda

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest |   2 -
 dev-python/plotly/plotly-5.13.1.ebuild | 108 -
 dev-python/plotly/plotly-5.14.0.ebuild | 106 
 3 files changed, 216 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index d19c683d6e65..c72a65624a78 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1 @@
-DIST plotly.py-5.13.1.gh.tar.gz 30629767 BLAKE2B 
818fc888f8bc15b2dc95557363214c69fa3cbba6c973cfde02c1b9a718cdaaa22e03a95e8d5876003bc12bece3460d50216395b94d503516ceed6c836dd1675d
 SHA512 
75b57d212e9c1e277c9136a30e95e2d1d64049fb719c9c97646760b69a2ff61576db0b8e06eed799552e9388bdb9459720030d027d466cb88fec38492b61c79b
-DIST plotly.py-5.14.0.gh.tar.gz 30697515 BLAKE2B 
53c17d418cacc7da6783b5ac1b1212a9d2e1cb957a196a398dcdd9185829389592a428ca7b173f4ad78c59171336cbb15efc0b35a46581bc9206fbd2a302b3bc
 SHA512 
c36610d3bb6e0f0f2c25cb06672bbcb16adc83f4203b7ec0a79b18a04e20bed26bcc253d8082e4d4dca63f0253a8c0143e65e006e52f9044be6b526994857d8c
 DIST plotly.py-5.14.1.gh.tar.gz 30697895 BLAKE2B 
2fd602b353cf6097f3b0341cdd07b82fe38181a2c2cf21a7a7fe3b88c65160ac0b1a000bad9eca540754570f0b06b746f286f2a7bc89dfdd4454356165b6ded9
 SHA512 
cf053ea47425ad4f4f1412ce8ba037f49609a292b61afaa63bd8c00f010353f56a648cded408b9788055e2bba69e6a71192b55602d11d4122dc76e6dd3085a11

diff --git a/dev-python/plotly/plotly-5.13.1.ebuild 
b/dev-python/plotly/plotly-5.13.1.ebuild
deleted file mode 100644
index 64964a4dfd08..
--- a/dev-python/plotly/plotly-5.13.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-MY_P=plotly.py-${PV}
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="
-   https://plotly.com/python/
-   https://github.com/plotly/plotly.py/
-   https://pypi.org/project/plotly/
-"
-SRC_URI="
-   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/packages/python/plotly"
-# The tests are not included in the PyPI tarball, to use the GitHub tarball
-# we have to skip npm, which means that the resulting install will
-# unfortunately lack the jupyterlab extension.
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-EPYTEST_IGNORE=(
-   # Needs porting to newer numpy
-   _plotly_utils/tests/validators/test_integer_validator.py
-
-   # kaleido not packaged
-   plotly/tests/test_optional/test_kaleido
-
-   # plotly-orca not packaged
-   plotly/tests/test_orca
-)
-
-EPYTEST_DESELECT=(
-   # Also needs porting to newer numpy
-   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
-
-   # kaleido not packaged
-   plotly/tests/test_orca/test_to_image.py::test_bytesio
-
-   # Fails if not already installed
-   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
-   test_init/test_lazy_imports.py::test_lazy_imports
-
-   # Minor matplotlib incompatibility
-   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
-   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
-   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
-
-   # In python 3.11 the 

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

2023-04-05 Thread Michał Górny
commit: 20465708421083872fb95a0a821ad484ee693a4a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  6 02:42:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  6 03:07:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20465708

dev-python/plotly: Bump to 5.14.1

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.14.1.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index b601d27dda70..d19c683d6e65 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly.py-5.13.1.gh.tar.gz 30629767 BLAKE2B 
818fc888f8bc15b2dc95557363214c69fa3cbba6c973cfde02c1b9a718cdaaa22e03a95e8d5876003bc12bece3460d50216395b94d503516ceed6c836dd1675d
 SHA512 
75b57d212e9c1e277c9136a30e95e2d1d64049fb719c9c97646760b69a2ff61576db0b8e06eed799552e9388bdb9459720030d027d466cb88fec38492b61c79b
 DIST plotly.py-5.14.0.gh.tar.gz 30697515 BLAKE2B 
53c17d418cacc7da6783b5ac1b1212a9d2e1cb957a196a398dcdd9185829389592a428ca7b173f4ad78c59171336cbb15efc0b35a46581bc9206fbd2a302b3bc
 SHA512 
c36610d3bb6e0f0f2c25cb06672bbcb16adc83f4203b7ec0a79b18a04e20bed26bcc253d8082e4d4dca63f0253a8c0143e65e006e52f9044be6b526994857d8c
+DIST plotly.py-5.14.1.gh.tar.gz 30697895 BLAKE2B 
2fd602b353cf6097f3b0341cdd07b82fe38181a2c2cf21a7a7fe3b88c65160ac0b1a000bad9eca540754570f0b06b746f286f2a7bc89dfdd4454356165b6ded9
 SHA512 
cf053ea47425ad4f4f1412ce8ba037f49609a292b61afaa63bd8c00f010353f56a648cded408b9788055e2bba69e6a71192b55602d11d4122dc76e6dd3085a11

diff --git a/dev-python/plotly/plotly-5.14.1.ebuild 
b/dev-python/plotly/plotly-5.14.1.ebuild
new file mode 100644
index ..760cd2ec5a69
--- /dev/null
+++ b/dev-python/plotly/plotly-5.14.1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   

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

2023-03-29 Thread Michał Górny
commit: c3752e41ff1cd8cbe36d21e04222e2543a80eace
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 02:07:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 02:57:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3752e41

dev-python/plotly: Bump to 5.14.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.14.0.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 537a2de25d7c..b601d27dda70 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.13.1.gh.tar.gz 30629767 BLAKE2B 
818fc888f8bc15b2dc95557363214c69fa3cbba6c973cfde02c1b9a718cdaaa22e03a95e8d5876003bc12bece3460d50216395b94d503516ceed6c836dd1675d
 SHA512 
75b57d212e9c1e277c9136a30e95e2d1d64049fb719c9c97646760b69a2ff61576db0b8e06eed799552e9388bdb9459720030d027d466cb88fec38492b61c79b
+DIST plotly.py-5.14.0.gh.tar.gz 30697515 BLAKE2B 
53c17d418cacc7da6783b5ac1b1212a9d2e1cb957a196a398dcdd9185829389592a428ca7b173f4ad78c59171336cbb15efc0b35a46581bc9206fbd2a302b3bc
 SHA512 
c36610d3bb6e0f0f2c25cb06672bbcb16adc83f4203b7ec0a79b18a04e20bed26bcc253d8082e4d4dca63f0253a8c0143e65e006e52f9044be6b526994857d8c

diff --git a/dev-python/plotly/plotly-5.14.0.ebuild 
b/dev-python/plotly/plotly-5.14.0.ebuild
new file mode 100644
index ..760cd2ec5a69
--- /dev/null
+++ b/dev-python/plotly/plotly-5.14.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+)
+
+# There are sphinx docs but we are missing a bunch of dependencies.
+# distutils_enable_sphinx ../../../doc/apidoc
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not try to fetch stuff with npm
+   export SKIP_NPM=1

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

2023-02-24 Thread Michał Górny
commit: 131fc2ffcf919925aec2ba29254dcce3523fa22b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 25 05:34:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 25 06:02:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131fc2ff

dev-python/plotly: Bump to 5.13.1

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.13.1.ebuild | 108 +
 2 files changed, 109 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index bc5e16862131..93944747560f 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly-5.10.0.tar.gz 7600627 BLAKE2B 
cb83d2b14553b0336db098977a29e0417ce8f65ef5088bfa7fbd4ab5ee7cc561e3f3e32504604a402be395d8c46b0948379e9350dff37b225eba3298f2549cfd
 SHA512 
f30f78ad8683d8b8ccd6a1c383772eddf6719fd47b4be693a72e9ae2c6d567fbf683e87aecc24dcd4c1fd89697366e510cfd93e6599d859554b687e6f6cfb416
 DIST plotly.py-5.13.0.gh.tar.gz 30683340 BLAKE2B 
0e2c5638c766e5da6e2067d7be270576afed984b45deec0955fa10698d37bd082f3ebc568a8290c17554c672ef9e31cee81b0fae18b9f3249591fe62510ce5fd
 SHA512 
c874b46ac43520519951aad55f93bfcfe03910873fd273f283fe16ae2a4150cfa35104be422c21b65785c77f468f084847278f76bce3d9179cc2a339809c42e3
+DIST plotly.py-5.13.1.gh.tar.gz 30629767 BLAKE2B 
818fc888f8bc15b2dc95557363214c69fa3cbba6c973cfde02c1b9a718cdaaa22e03a95e8d5876003bc12bece3460d50216395b94d503516ceed6c836dd1675d
 SHA512 
75b57d212e9c1e277c9136a30e95e2d1d64049fb719c9c97646760b69a2ff61576db0b8e06eed799552e9388bdb9459720030d027d466cb88fec38492b61c79b

diff --git a/dev-python/plotly/plotly-5.13.1.ebuild 
b/dev-python/plotly/plotly-5.13.1.ebuild
new file mode 100644
index ..64964a4dfd08
--- /dev/null
+++ b/dev-python/plotly/plotly-5.13.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   

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

2023-01-29 Thread Andrew Ammerlaan
commit: efa4b2c5f0ca02034411924817f3dfce8d5ca950
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 29 11:05:17 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 29 11:44:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa4b2c5

dev-python/plotly: add 5.13.0

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

 dev-python/plotly/Manifest |  1 +
 dev-python/plotly/plotly-5.13.0.ebuild | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 8375fe3c18d1..bc5e16862131 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly-5.10.0.tar.gz 7600627 BLAKE2B 
cb83d2b14553b0336db098977a29e0417ce8f65ef5088bfa7fbd4ab5ee7cc561e3f3e32504604a402be395d8c46b0948379e9350dff37b225eba3298f2549cfd
 SHA512 
f30f78ad8683d8b8ccd6a1c383772eddf6719fd47b4be693a72e9ae2c6d567fbf683e87aecc24dcd4c1fd89697366e510cfd93e6599d859554b687e6f6cfb416
+DIST plotly.py-5.13.0.gh.tar.gz 30683340 BLAKE2B 
0e2c5638c766e5da6e2067d7be270576afed984b45deec0955fa10698d37bd082f3ebc568a8290c17554c672ef9e31cee81b0fae18b9f3249591fe62510ce5fd
 SHA512 
c874b46ac43520519951aad55f93bfcfe03910873fd273f283fe16ae2a4150cfa35104be422c21b65785c77f468f084847278f76bce3d9179cc2a339809c42e3

diff --git a/dev-python/plotly/plotly-5.13.0.ebuild 
b/dev-python/plotly/plotly-5.13.0.ebuild
new file mode 100644
index ..504511612d27
--- /dev/null
+++ b/dev-python/plotly/plotly-5.13.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz 
-> plotly.py-${PV}.gh.tar.gz"
+S="${WORKDIR}/plotly.py-${PV}/packages/python/${PN}"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+)
+
+# There are sphinx docs but we are missing a bunch of dependencies.
+# distutils_enable_sphinx ../../../doc/apidoc
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not try to fetch stuff with npm
+   export SKIP_NPM=1
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv 

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

2023-01-29 Thread Andrew Ammerlaan
commit: 0073ab110d9bbb84cb0e11e78bdcc87d26911752
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 29 11:09:44 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 29 11:44:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0073ab11

dev-python/plotly-geo: update EAPI 7 -> 8, pep517, enable py3.11

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

 dev-python/plotly-geo/Manifest   |  1 +
 dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest
index 43ba51a2d31f..f0757ea63b2a 100644
--- a/dev-python/plotly-geo/Manifest
+++ b/dev-python/plotly-geo/Manifest
@@ -1 +1,2 @@
 DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B 
f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823
 SHA512 
977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a
+DIST plotly.py-5.13.0.gh.tar.gz 30683340 BLAKE2B 
0e2c5638c766e5da6e2067d7be270576afed984b45deec0955fa10698d37bd082f3ebc568a8290c17554c672ef9e31cee81b0fae18b9f3249591fe62510ce5fd
 SHA512 
c874b46ac43520519951aad55f93bfcfe03910873fd273f283fe16ae2a4150cfa35104be422c21b65785c77f468f084847278f76bce3d9179cc2a339809c42e3

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
new file mode 100644
index ..c3220f5d9a8f
--- /dev/null
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+PLOTLY_PV="5.13.0"
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="https://github.com/plotly/plotly.py/archive/refs/tags/v${PLOTLY_PV}.tar.gz
 -> plotly.py-${PLOTLY_PV}.gh.tar.gz"
+S="${WORKDIR}/plotly.py-${PLOTLY_PV}/packages/python/${PN}"
+
+# The warning about tests not being enabled is a false positive.
+# Add distutils_enable_tests and restrict the tests to suppress the warning.
+RESTRICT="test"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/plotly[${PYTHON_USEDEP}]
+"
+
+# There are sphinx docs but we are missing a bunch of dependencies.
+# distutils_enable_sphinx ../../../doc/apidoc
+distutils_enable_tests pytest



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

2023-01-10 Thread Arthur Zamarin
commit: f2ad1e285719a90f9fb347f60bb8104b9d0bb4a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 10 10:47:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 10 11:03:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ad1e28

dev-python/plotly: drop 5.10.0

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

 dev-python/plotly/plotly-5.10.0.ebuild | 63 --
 1 file changed, 63 deletions(-)

diff --git a/dev-python/plotly/plotly-5.10.0.ebuild 
b/dev-python/plotly/plotly-5.10.0.ebuild
deleted file mode 100644
index e1b0408ebc5b..
--- a/dev-python/plotly/plotly-5.10.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plotly.com/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# TODO: package plotly-orca and kaleido
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/backports-tempfile[${PYTHON_USEDEP}]
-   ' 3.8)
-   dev-python/inflect[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/pyshp[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}



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

2023-01-10 Thread Arthur Zamarin
commit: b6ab84558e8bd3316ba7d1706f5fb83d7301e57b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 10 09:10:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 10 11:03:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ab8455

dev-python/plotly-geo: drop 1.0.0

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

 dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
deleted file mode 100644
index 046e184a245c..
--- a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plot.ly/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/plotly[${PYTHON_USEDEP}]
-"



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

2022-12-20 Thread Michał Górny
commit: 61002233890c446f6079a152e02e15d19de0644b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 21 05:59:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 21 06:46:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61002233

dev-python/plotly-geo: Disable Python < 3.10

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

 dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild
new file mode 100644
index ..678e302fe0a4
--- /dev/null
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/plotly[${PYTHON_USEDEP}]
+"



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

2022-12-20 Thread Michał Górny
commit: 4201bf84498ae23337494e762d0a1c6743055c97
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 21 05:59:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 21 06:45:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4201bf84

dev-python/plotly: Disable Python < 3.10

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

 dev-python/plotly/plotly-5.10.0-r1.ebuild | 63 +++
 1 file changed, 63 insertions(+)

diff --git a/dev-python/plotly/plotly-5.10.0-r1.ebuild 
b/dev-python/plotly/plotly-5.10.0-r1.ebuild
new file mode 100644
index ..09aedaaecb62
--- /dev/null
+++ b/dev-python/plotly/plotly-5.10.0-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# TODO: package plotly-orca and kaleido
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/backports-tempfile[${PYTHON_USEDEP}]
+   ' 3.8)
+   dev-python/inflect[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2022-10-28 Thread Michał Górny
commit: 1fb95e7e731f073ed823d75da3e2ce6e2182c237
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 28 06:25:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 28 07:08:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb95e7e

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest|  2 --
 dev-python/plotly/plotly-5.2.2.ebuild | 31 -
 dev-python/plotly/plotly-5.8.2.ebuild | 63 ---
 3 files changed, 96 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index d13a027d54a6..8375fe3c18d1 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1 @@
 DIST plotly-5.10.0.tar.gz 7600627 BLAKE2B 
cb83d2b14553b0336db098977a29e0417ce8f65ef5088bfa7fbd4ab5ee7cc561e3f3e32504604a402be395d8c46b0948379e9350dff37b225eba3298f2549cfd
 SHA512 
f30f78ad8683d8b8ccd6a1c383772eddf6719fd47b4be693a72e9ae2c6d567fbf683e87aecc24dcd4c1fd89697366e510cfd93e6599d859554b687e6f6cfb416
-DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
-DIST plotly-5.8.2.tar.gz 7574127 BLAKE2B 
1a9d05009148a65b2f4206165a3e02ea7e130663e9658af64bddc0df6f1b720ca29e1cf30150634403b4bdda96156899f0e2e2d12b81cfd04a4bc9812057a79d
 SHA512 
f262cbe20fa51861a319911e04446d4aa564b878dc1aa8e750a5d03af9747ec439fda941ab63d20ecb5374417174a2bd1c4f5549af5ba0f57f135d10ae0877a0

diff --git a/dev-python/plotly/plotly-5.2.2.ebuild 
b/dev-python/plotly/plotly-5.2.2.ebuild
deleted file mode 100644
index 7320a8a0913e..
--- a/dev-python/plotly/plotly-5.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plotly.com/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-# The GitHub tarball contains the tests, but it excludes other things which 
have
-# to be fetched with npm and therefore it does not work in the network-sandbox.
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.15.0[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}

diff --git a/dev-python/plotly/plotly-5.8.2.ebuild 
b/dev-python/plotly/plotly-5.8.2.ebuild
deleted file mode 100644
index e1e8c3e4f454..
--- a/dev-python/plotly/plotly-5.8.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plotly.com/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# TODO: package plotly-orca and kaleido
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/backports-tempfile[${PYTHON_USEDEP}]
-   ' 3.8)
-   dev-python/inflect[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/pyshp[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
-)
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter 

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

2022-10-12 Thread Sam James
commit: f8bba0a8d4bf9aa1b1d9e08b90197dc364972646
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 12 19:20:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 19:20:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bba0a8

dev-python/plotly: Keyword 5.10.0 x86, #834494

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

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

diff --git a/dev-python/plotly/plotly-5.10.0.ebuild 
b/dev-python/plotly/plotly-5.10.0.ebuild
index e1e8c3e4f454..e1b0408ebc5b 100644
--- a/dev-python/plotly/plotly-5.10.0.ebuild
+++ b/dev-python/plotly/plotly-5.10.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 # TODO: package plotly-orca and kaleido
 RESTRICT="test"



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

2022-08-12 Thread Arthur Zamarin
commit: 885fd5d7313acc266c4124116ab4f9e415768088
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 12 10:50:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 12 11:23:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885fd5d7

dev-python/plotly: add 5.10.0

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

 dev-python/plotly/Manifest |  1 +
 dev-python/plotly/plotly-5.10.0.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index d8fa0379655a..d13a027d54a6 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
+DIST plotly-5.10.0.tar.gz 7600627 BLAKE2B 
cb83d2b14553b0336db098977a29e0417ce8f65ef5088bfa7fbd4ab5ee7cc561e3f3e32504604a402be395d8c46b0948379e9350dff37b225eba3298f2549cfd
 SHA512 
f30f78ad8683d8b8ccd6a1c383772eddf6719fd47b4be693a72e9ae2c6d567fbf683e87aecc24dcd4c1fd89697366e510cfd93e6599d859554b687e6f6cfb416
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
 DIST plotly-5.8.2.tar.gz 7574127 BLAKE2B 
1a9d05009148a65b2f4206165a3e02ea7e130663e9658af64bddc0df6f1b720ca29e1cf30150634403b4bdda96156899f0e2e2d12b81cfd04a4bc9812057a79d
 SHA512 
f262cbe20fa51861a319911e04446d4aa564b878dc1aa8e750a5d03af9747ec439fda941ab63d20ecb5374417174a2bd1c4f5549af5ba0f57f135d10ae0877a0

diff --git a/dev-python/plotly/plotly-5.10.0.ebuild 
b/dev-python/plotly/plotly-5.10.0.ebuild
new file mode 100644
index ..e1e8c3e4f454
--- /dev/null
+++ b/dev-python/plotly/plotly-5.10.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# TODO: package plotly-orca and kaleido
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/backports-tempfile[${PYTHON_USEDEP}]
+   ' 3.8)
+   dev-python/inflect[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2022-06-16 Thread Michał Górny
commit: e1fddbc88b6fe1654df5b8521119e5934b9c362e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:07:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:07:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fddbc8

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest|  2 --
 dev-python/plotly/plotly-5.7.0.ebuild | 60 -
 dev-python/plotly/plotly-5.8.0.ebuild | 63 ---
 3 files changed, 125 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index b7b0bff6abbd..d8fa0379655a 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,4 +1,2 @@
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
-DIST plotly-5.7.0.tar.gz 8609793 BLAKE2B 
12318f837c248c54fd3a8723bc772e8348186942565ba5a4c095f348dc338cc098318889900500ec333d7ec352801926ec91d312f2ccd98a89f804159223057f
 SHA512 
01675470ef5218f06b4e9e485f23155a8e8550748fdf86afdb2a2969f838464b70d4452811427ab6bed2846093e8cfba7e891f7d0ea3a621e1fbffe22182d933
-DIST plotly-5.8.0.tar.gz 7573157 BLAKE2B 
522d0d22d29d5ee204a9ecccbfe7862acee8b8605ab3dfce46a7b771020c24aff39b74aa3244c8384d61bb7e61ca5d2a610d061b0c208bf6cf9fe91543bbfc3f
 SHA512 
2c17c97e897959a9826c19495c30cc7dd21de80e777c13927c1f47c3aa08f64f53ad715d156e78aabaf99fa2a8f85c90d63b08a227c5301710b5c561ee89429c
 DIST plotly-5.8.2.tar.gz 7574127 BLAKE2B 
1a9d05009148a65b2f4206165a3e02ea7e130663e9658af64bddc0df6f1b720ca29e1cf30150634403b4bdda96156899f0e2e2d12b81cfd04a4bc9812057a79d
 SHA512 
f262cbe20fa51861a319911e04446d4aa564b878dc1aa8e750a5d03af9747ec439fda941ab63d20ecb5374417174a2bd1c4f5549af5ba0f57f135d10ae0877a0

diff --git a/dev-python/plotly/plotly-5.7.0.ebuild 
b/dev-python/plotly/plotly-5.7.0.ebuild
deleted file mode 100644
index 5bd40591e1d8..
--- a/dev-python/plotly/plotly-5.7.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plotly.com/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# TODO: package plotly-orca and kaleido
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.15.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/backports-tempfile[${PYTHON_USEDEP}]
-   ' 3.8)
-   dev-python/inflect[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/pyshp[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   sci-libs/shapely[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}

diff --git a/dev-python/plotly/plotly-5.8.0.ebuild 
b/dev-python/plotly/plotly-5.8.0.ebuild
deleted file mode 100644
index 727c95cffca9..
--- a/dev-python/plotly/plotly-5.8.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plotly.com/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# TODO: package plotly-orca and kaleido
-RESTRICT="test"
-
-RDEPEND="
-   

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

2022-06-10 Thread Arthur Zamarin
commit: c8e235a68920afefff059fb507c86d16ee87ff2b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 11 05:21:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 11 05:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e235a6

dev-python/plotly: add 5.8.2

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

 dev-python/plotly/Manifest|  1 +
 dev-python/plotly/plotly-5.8.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index cdbf1b6f15c2..b7b0bff6abbd 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1,4 @@
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
 DIST plotly-5.7.0.tar.gz 8609793 BLAKE2B 
12318f837c248c54fd3a8723bc772e8348186942565ba5a4c095f348dc338cc098318889900500ec333d7ec352801926ec91d312f2ccd98a89f804159223057f
 SHA512 
01675470ef5218f06b4e9e485f23155a8e8550748fdf86afdb2a2969f838464b70d4452811427ab6bed2846093e8cfba7e891f7d0ea3a621e1fbffe22182d933
 DIST plotly-5.8.0.tar.gz 7573157 BLAKE2B 
522d0d22d29d5ee204a9ecccbfe7862acee8b8605ab3dfce46a7b771020c24aff39b74aa3244c8384d61bb7e61ca5d2a610d061b0c208bf6cf9fe91543bbfc3f
 SHA512 
2c17c97e897959a9826c19495c30cc7dd21de80e777c13927c1f47c3aa08f64f53ad715d156e78aabaf99fa2a8f85c90d63b08a227c5301710b5c561ee89429c
+DIST plotly-5.8.2.tar.gz 7574127 BLAKE2B 
1a9d05009148a65b2f4206165a3e02ea7e130663e9658af64bddc0df6f1b720ca29e1cf30150634403b4bdda96156899f0e2e2d12b81cfd04a4bc9812057a79d
 SHA512 
f262cbe20fa51861a319911e04446d4aa564b878dc1aa8e750a5d03af9747ec439fda941ab63d20ecb5374417174a2bd1c4f5549af5ba0f57f135d10ae0877a0

diff --git a/dev-python/plotly/plotly-5.8.2.ebuild 
b/dev-python/plotly/plotly-5.8.2.ebuild
new file mode 100644
index ..727c95cffca9
--- /dev/null
+++ b/dev-python/plotly/plotly-5.8.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# TODO: package plotly-orca and kaleido
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/backports-tempfile[${PYTHON_USEDEP}]
+   ' 3.8)
+   dev-python/inflect[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2022-06-03 Thread Sam James
commit: 74b87a43ec987a99804852b6a1996aa5d2a045e1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 06:33:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 06:33:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b87a43

dev-python/plotly: add link to upstream PR

Bug: https://bugs.gentoo.org/841002
Signed-off-by: Sam James  gentoo.org>

 dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch 
b/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
index 4d0411a34c62..37582b05429d 100644
--- a/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
+++ b/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/841002
+https://github.com/plotly/plotly.py/pull/3757
 https://github.com/dandi/dandi-cli/pull/998
 https://github.com/mgorny/gpep517/issues/1
 --- a/setup.py



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

2022-06-03 Thread Sam James
commit: c818c56789749aec547a0df6d82e522b4146a87b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 06:27:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 06:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c818c567

dev-python/plotly: add 5.8.0

Closes: https://bugs.gentoo.org/841002
Signed-off-by: Sam James  gentoo.org>

 dev-python/plotly/Manifest |  1 +
 .../files/plotly-5.8.0-fix-versioneer-import.patch | 14 +
 dev-python/plotly/plotly-5.8.0.ebuild  | 63 ++
 3 files changed, 78 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 6b7240b0df5e..cdbf1b6f15c2 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
 DIST plotly-5.7.0.tar.gz 8609793 BLAKE2B 
12318f837c248c54fd3a8723bc772e8348186942565ba5a4c095f348dc338cc098318889900500ec333d7ec352801926ec91d312f2ccd98a89f804159223057f
 SHA512 
01675470ef5218f06b4e9e485f23155a8e8550748fdf86afdb2a2969f838464b70d4452811427ab6bed2846093e8cfba7e891f7d0ea3a621e1fbffe22182d933
+DIST plotly-5.8.0.tar.gz 7573157 BLAKE2B 
522d0d22d29d5ee204a9ecccbfe7862acee8b8605ab3dfce46a7b771020c24aff39b74aa3244c8384d61bb7e61ca5d2a610d061b0c208bf6cf9fe91543bbfc3f
 SHA512 
2c17c97e897959a9826c19495c30cc7dd21de80e777c13927c1f47c3aa08f64f53ad715d156e78aabaf99fa2a8f85c90d63b08a227c5301710b5c561ee89429c

diff --git a/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch 
b/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
new file mode 100644
index ..4d0411a34c62
--- /dev/null
+++ b/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/841002
+https://github.com/dandi/dandi-cli/pull/998
+https://github.com/mgorny/gpep517/issues/1
+--- a/setup.py
 b/setup.py
+@@ -11,7 +11,7 @@ from distutils import log
+ # ensure the current directory is on sys.path; so versioneer can be imported
+ # when pip uses PEP 517/518 build rules.
+ # https://github.com/python-versioneer/python-versioneer/issues/193
+-sys.path.append(os.path.dirname(__file__))
++sys.path.insert(0, os.path.dirname(__file__))
+ 
+ import versioneer
+ 

diff --git a/dev-python/plotly/plotly-5.8.0.ebuild 
b/dev-python/plotly/plotly-5.8.0.ebuild
new file mode 100644
index ..727c95cffca9
--- /dev/null
+++ b/dev-python/plotly/plotly-5.8.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# TODO: package plotly-orca and kaleido
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/backports-tempfile[${PYTHON_USEDEP}]
+   ' 3.8)
+   dev-python/inflect[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2022-05-16 Thread Michał Górny
commit: 96124766d1c027f235bdc9283564b073702ab6c9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:20:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:20:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96124766

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest|  1 -
 dev-python/plotly/plotly-5.6.0.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 2c9a459e38d7..6b7240b0df5e 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1,2 @@
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
-DIST plotly-5.6.0.tar.gz 8599746 BLAKE2B 
e76ac48e79a2470c320f21991a75c51c29ec959b9bbc50b1176df2f40572d794b2073f16964445a3d6dee4643063c7ccbee90fee1673b9bfd850e239fb39d0e1
 SHA512 
3ba91bd1b2a9cb1cd778985a0253b11f36e891e01cb734d6c88c40266f1852f2b2d02b12bc712c0b58b93dd68dd1c9b4378bcbb462bd63b3a67334cb83564c82
 DIST plotly-5.7.0.tar.gz 8609793 BLAKE2B 
12318f837c248c54fd3a8723bc772e8348186942565ba5a4c095f348dc338cc098318889900500ec333d7ec352801926ec91d312f2ccd98a89f804159223057f
 SHA512 
01675470ef5218f06b4e9e485f23155a8e8550748fdf86afdb2a2969f838464b70d4452811427ab6bed2846093e8cfba7e891f7d0ea3a621e1fbffe22182d933

diff --git a/dev-python/plotly/plotly-5.6.0.ebuild 
b/dev-python/plotly/plotly-5.6.0.ebuild
deleted file mode 100644
index 23112789fce7..
--- a/dev-python/plotly/plotly-5.6.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plotly.com/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# TODO: package plotly-orca and kaleido
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.15.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/backports-tempfile[${PYTHON_USEDEP}]
-   ' python3_8)
-   dev-python/inflect[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/jupyterlab[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   sci-libs/pyshp[${PYTHON_USEDEP}]
-   sci-libs/scikit-image[${PYTHON_USEDEP}]
-   sci-libs/shapely[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}



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

2022-04-05 Thread Arthur Zamarin
commit: 734cb8f74c36c76b25ef490a4410faa0c0f6ded2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  5 17:49:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  5 17:49:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734cb8f7

dev-python/plotly: add 5.7.0

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

 dev-python/plotly/Manifest|  1 +
 dev-python/plotly/plotly-5.7.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index b53e9cb2e8cc..2c9a459e38d7 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
 DIST plotly-5.6.0.tar.gz 8599746 BLAKE2B 
e76ac48e79a2470c320f21991a75c51c29ec959b9bbc50b1176df2f40572d794b2073f16964445a3d6dee4643063c7ccbee90fee1673b9bfd850e239fb39d0e1
 SHA512 
3ba91bd1b2a9cb1cd778985a0253b11f36e891e01cb734d6c88c40266f1852f2b2d02b12bc712c0b58b93dd68dd1c9b4378bcbb462bd63b3a67334cb83564c82
+DIST plotly-5.7.0.tar.gz 8609793 BLAKE2B 
12318f837c248c54fd3a8723bc772e8348186942565ba5a4c095f348dc338cc098318889900500ec333d7ec352801926ec91d312f2ccd98a89f804159223057f
 SHA512 
01675470ef5218f06b4e9e485f23155a8e8550748fdf86afdb2a2969f838464b70d4452811427ab6bed2846093e8cfba7e891f7d0ea3a621e1fbffe22182d933

diff --git a/dev-python/plotly/plotly-5.7.0.ebuild 
b/dev-python/plotly/plotly-5.7.0.ebuild
new file mode 100644
index ..5bd40591e1d8
--- /dev/null
+++ b/dev-python/plotly/plotly-5.7.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# TODO: package plotly-orca and kaleido
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.15.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/backports-tempfile[${PYTHON_USEDEP}]
+   ' 3.8)
+   dev-python/inflect[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2022-03-02 Thread Andrew Ammerlaan
commit: d94e5ba60653f5135b6566f3685e583b7e448300
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Mar  2 16:16:26 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Mar  2 16:19:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94e5ba6

dev-python/plotly: add version 5.6.0

Closes: https://bugs.gentoo.org/833007
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/plotly/Manifest|  1 +
 dev-python/plotly/metadata.xml|  1 +
 dev-python/plotly/plotly-5.6.0.ebuild | 60 +++
 3 files changed, 62 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 4a1fe19d713d..b53e9cb2e8cc 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
+DIST plotly-5.6.0.tar.gz 8599746 BLAKE2B 
e76ac48e79a2470c320f21991a75c51c29ec959b9bbc50b1176df2f40572d794b2073f16964445a3d6dee4643063c7ccbee90fee1673b9bfd850e239fb39d0e1
 SHA512 
3ba91bd1b2a9cb1cd778985a0253b11f36e891e01cb734d6c88c40266f1852f2b2d02b12bc712c0b58b93dd68dd1c9b4378bcbb462bd63b3a67334cb83564c82

diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml
index 8fbe07679e00..045f16fe3634 100644
--- a/dev-python/plotly/metadata.xml
+++ b/dev-python/plotly/metadata.xml
@@ -13,4 +13,5 @@
 plotly
 plotly/plotly.py
   
+  
 

diff --git a/dev-python/plotly/plotly-5.6.0.ebuild 
b/dev-python/plotly/plotly-5.6.0.ebuild
new file mode 100644
index ..23112789fce7
--- /dev/null
+++ b/dev-python/plotly/plotly-5.6.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# TODO: package plotly-orca and kaleido
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.15.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/backports-tempfile[${PYTHON_USEDEP}]
+   ' python3_8)
+   dev-python/inflect[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2021-11-28 Thread Andrew Ammerlaan
commit: ce623858a498953bd808400dee7bb8411e83d48a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Nov 28 14:27:57 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Nov 28 15:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce623858

dev-python/plotly-geo: enable py3.10

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
index 4a402df42089..046e184a245c 100644
--- a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-10-17 Thread Michał Górny
commit: c7e377426e04603133985fcee4755f3dff4d08ac
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 09:09:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 09:09:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e37742

dev-python/plotly: Remove old

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

 dev-python/plotly/Manifest |  2 --
 dev-python/plotly/plotly-4.14.1.ebuild | 29 -
 dev-python/plotly/plotly-4.14.3.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 3c08fb3d074..4a1fe19d713 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1 @@
-DIST plotly-4.14.1.tar.gz 6373585 BLAKE2B 
8e8d15a7f68bbef835fcbc0048c2457916aad1b10e06c903222030b2b2e1b902e2d42080f8ac2c19928dabd7e1623210930b9f33dededa71dbbb28b2f41f848c
 SHA512 
e052680d0e7344b9f53f1b917dd0b9bc87b0c34300d93b8958ccb35b38f9dc5e7fb4db016d1113df4bae78c419f3d378112c59c3470723ce1349eaadbc5011f8
-DIST plotly-4.14.3.tar.gz 6374650 BLAKE2B 
91d950b6365876b03b2b0393c642275c37fc352fda90ce010310f5dae046c3cdd835de438036c5d92fd35d3afcd2c7b8548a87b1354d4a33cd2cfe10838ae94d
 SHA512 
7d8db7a0f6c1abeda1b222f9bd25e4395dd8d14d246ad986960868a8083e4f1d1f600d84f44416eb1d089640d190192e931b5a5f6ae24e01cf8146c4cf8e80eb
 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310

diff --git a/dev-python/plotly/plotly-4.14.1.ebuild 
b/dev-python/plotly/plotly-4.14.1.ebuild
deleted file mode 100644
index c1273fd5def..000
--- a/dev-python/plotly/plotly-4.14.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plot.ly/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/retrying[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}

diff --git a/dev-python/plotly/plotly-4.14.3.ebuild 
b/dev-python/plotly/plotly-4.14.3.ebuild
deleted file mode 100644
index a042ff17b54..000
--- a/dev-python/plotly/plotly-4.14.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plot.ly/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/retrying[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}



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

2021-08-24 Thread Andrew Ammerlaan
commit: 4eb55de6a7c4d57b4191a58047b0a6d6ee0d4cf3
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Aug 24 18:35:09 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Aug 24 18:41:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb55de6

dev-python/plotly: add version 5.2.2

Closes: https://bugs.gentoo.org/808105
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index ba21cf695ea..3c08fb3d074 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly-4.14.1.tar.gz 6373585 BLAKE2B 
8e8d15a7f68bbef835fcbc0048c2457916aad1b10e06c903222030b2b2e1b902e2d42080f8ac2c19928dabd7e1623210930b9f33dededa71dbbb28b2f41f848c
 SHA512 
e052680d0e7344b9f53f1b917dd0b9bc87b0c34300d93b8958ccb35b38f9dc5e7fb4db016d1113df4bae78c419f3d378112c59c3470723ce1349eaadbc5011f8
 DIST plotly-4.14.3.tar.gz 6374650 BLAKE2B 
91d950b6365876b03b2b0393c642275c37fc352fda90ce010310f5dae046c3cdd835de438036c5d92fd35d3afcd2c7b8548a87b1354d4a33cd2cfe10838ae94d
 SHA512 
7d8db7a0f6c1abeda1b222f9bd25e4395dd8d14d246ad986960868a8083e4f1d1f600d84f44416eb1d089640d190192e931b5a5f6ae24e01cf8146c4cf8e80eb
+DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B 
baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a
 SHA512 
4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310

diff --git a/dev-python/plotly/plotly-5.2.2.ebuild 
b/dev-python/plotly/plotly-5.2.2.ebuild
new file mode 100644
index 000..7320a8a0913
--- /dev/null
+++ b/dev-python/plotly/plotly-5.2.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plotly.com/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+# The GitHub tarball contains the tests, but it excludes other things which 
have
+# to be fetched with npm and therefore it does not work in the network-sandbox.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.15.0[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2021-06-05 Thread Andrew Ammerlaan
commit: d3baa22eb8849311813442349c6dcb2f950b899d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jun  5 15:05:48 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun  5 15:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3baa22e

dev-python/plotly: enable py3.10

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/plotly/plotly-4.14.3.ebuild 
b/dev-python/plotly/plotly-4.14.3.ebuild
index 999dc245a8b..a042ff17b54 100644
--- a/dev-python/plotly/plotly-4.14.3.ebuild
+++ b/dev-python/plotly/plotly-4.14.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-06-01 Thread Michał Górny
commit: a9544d50d60150b6ba1e8b4097a3d155791f447d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  1 07:09:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  1 07:09:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9544d50

dev-python/plotly-geo: Fix pypi remote-id

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

 dev-python/plotly-geo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/plotly-geo/metadata.xml 
b/dev-python/plotly-geo/metadata.xml
index 41223b467a2..a49bf49a032 100644
--- a/dev-python/plotly-geo/metadata.xml
+++ b/dev-python/plotly-geo/metadata.xml
@@ -14,7 +14,7 @@
 graphs. Plotly is an online collaborative data analysis and graphing tool. 
   
   
-plotly
+plotly-geo
 plotly/plotly.py
   
 



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

2021-02-13 Thread David Seifert
commit: e7c1fa9b4970203039d7adb8317bdfd9ca1f541d
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 10:14:11 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 10:14:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c1fa9b

dev-python/plotly: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/plotly/Manifest |  2 --
 dev-python/plotly/plotly-1.9.6.ebuild  | 25 -
 dev-python/plotly/plotly-4.10.0.ebuild | 29 -
 3 files changed, 56 deletions(-)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 48da13deccb..ba21cf695ea 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,4 +1,2 @@
-DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 
5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c
 SHA512 
7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4
-DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B 
a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875
 SHA512 
bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa
 DIST plotly-4.14.1.tar.gz 6373585 BLAKE2B 
8e8d15a7f68bbef835fcbc0048c2457916aad1b10e06c903222030b2b2e1b902e2d42080f8ac2c19928dabd7e1623210930b9f33dededa71dbbb28b2f41f848c
 SHA512 
e052680d0e7344b9f53f1b917dd0b9bc87b0c34300d93b8958ccb35b38f9dc5e7fb4db016d1113df4bae78c419f3d378112c59c3470723ce1349eaadbc5011f8
 DIST plotly-4.14.3.tar.gz 6374650 BLAKE2B 
91d950b6365876b03b2b0393c642275c37fc352fda90ce010310f5dae046c3cdd835de438036c5d92fd35d3afcd2c7b8548a87b1354d4a33cd2cfe10838ae94d
 SHA512 
7d8db7a0f6c1abeda1b222f9bd25e4395dd8d14d246ad986960868a8083e4f1d1f600d84f44416eb1d089640d190192e931b5a5f6ae24e01cf8146c4cf8e80eb

diff --git a/dev-python/plotly/plotly-1.9.6.ebuild 
b/dev-python/plotly/plotly-1.9.6.ebuild
deleted file mode 100644
index 19c8798bc63..000
--- a/dev-python/plotly/plotly-1.9.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plot.ly/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/plotly/plotly-4.10.0.ebuild 
b/dev-python/plotly/plotly-4.10.0.ebuild
deleted file mode 100644
index c1273fd5def..000
--- a/dev-python/plotly/plotly-4.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based graphing library for Python"
-HOMEPAGE="https://plot.ly/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/retrying[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   mkdir -p "${ED}"/etc/ || die
-   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
-   rmdir "${ED}"/usr/etc || die
-}



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

2021-01-21 Thread Sam James
commit: b75e5e2e169d9c492245662ac9fc5cdcf029898a
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 19 00:50:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 22 03:56:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75e5e2e

dev-python/plotly: version bump to 4.14.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19120
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 5f28c863a26..48da13deccb 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,3 +1,4 @@
 DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 
5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c
 SHA512 
7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4
 DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B 
a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875
 SHA512 
bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa
 DIST plotly-4.14.1.tar.gz 6373585 BLAKE2B 
8e8d15a7f68bbef835fcbc0048c2457916aad1b10e06c903222030b2b2e1b902e2d42080f8ac2c19928dabd7e1623210930b9f33dededa71dbbb28b2f41f848c
 SHA512 
e052680d0e7344b9f53f1b917dd0b9bc87b0c34300d93b8958ccb35b38f9dc5e7fb4db016d1113df4bae78c419f3d378112c59c3470723ce1349eaadbc5011f8
+DIST plotly-4.14.3.tar.gz 6374650 BLAKE2B 
91d950b6365876b03b2b0393c642275c37fc352fda90ce010310f5dae046c3cdd835de438036c5d92fd35d3afcd2c7b8548a87b1354d4a33cd2cfe10838ae94d
 SHA512 
7d8db7a0f6c1abeda1b222f9bd25e4395dd8d14d246ad986960868a8083e4f1d1f600d84f44416eb1d089640d190192e931b5a5f6ae24e01cf8146c4cf8e80eb

diff --git a/dev-python/plotly/plotly-4.14.3.ebuild 
b/dev-python/plotly/plotly-4.14.3.ebuild
new file mode 100644
index 000..8ad2011ab48
--- /dev/null
+++ b/dev-python/plotly/plotly-4.14.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/retrying[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2020-12-26 Thread Sam James
commit: b9e1da402d5d7a1aae031b0a197b82e8b1fc1cd0
Author: Aisha Tammy  aisha  cc>
AuthorDate: Wed Dec 23 06:04:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 03:23:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e1da40

dev-python/plotly: version bump to 4.14.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18773
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 3e25f85db56..5f28c863a26 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,3 @@
 DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 
5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c
 SHA512 
7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4
 DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B 
a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875
 SHA512 
bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa
+DIST plotly-4.14.1.tar.gz 6373585 BLAKE2B 
8e8d15a7f68bbef835fcbc0048c2457916aad1b10e06c903222030b2b2e1b902e2d42080f8ac2c19928dabd7e1623210930b9f33dededa71dbbb28b2f41f848c
 SHA512 
e052680d0e7344b9f53f1b917dd0b9bc87b0c34300d93b8958ccb35b38f9dc5e7fb4db016d1113df4bae78c419f3d378112c59c3470723ce1349eaadbc5011f8

diff --git a/dev-python/plotly/plotly-4.14.1.ebuild 
b/dev-python/plotly/plotly-4.14.1.ebuild
new file mode 100644
index 000..24a60e31680
--- /dev/null
+++ b/dev-python/plotly/plotly-4.14.1.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..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/retrying[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2020-11-08 Thread Benda XU
commit: ce5fe98e21cfd86d051066b1d832c84196f205e9
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 24 12:57:30 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:54:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5fe98e

dev-python/plotly-geo: geo files for plotly

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Benda Xu  gentoo.org>

 dev-python/plotly-geo/Manifest|  1 +
 dev-python/plotly-geo/metadata.xml| 20 
 dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 
 3 files changed, 41 insertions(+)

diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest
new file mode 100644
index 000..43ba51a2d31
--- /dev/null
+++ b/dev-python/plotly-geo/Manifest
@@ -0,0 +1 @@
+DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B 
f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823
 SHA512 
977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a

diff --git a/dev-python/plotly-geo/metadata.xml 
b/dev-python/plotly-geo/metadata.xml
new file mode 100644
index 000..301f9875d59
--- /dev/null
+++ b/dev-python/plotly-geo/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+gen...@aisha.cc
+Aisha Tammy
+  
+  
+Python plotting library for collaborative, interactive, publication-quality
+graphs. Plotly is an online collaborative data analysis and graphing tool. 
+  
+  
+plotly
+plotly/plotly.py
+  
+

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
new file mode 100644
index 000..8e9ea441129
--- /dev/null
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# 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="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/plotly[${PYTHON_USEDEP}]
+"



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

2020-11-08 Thread Benda XU
commit: e6c6f26ab199eb11f4479d6870de262f9a9fb53d
Author: Aisha Tammy  aisha  cc>
AuthorDate: Wed Sep 23 01:28:43 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c6f26a

dev-python/plotly: version bump to 4.10.0

Closes: https://bugs.gentoo.org/641650
Closes: https://github.com/gentoo/gentoo/pull/17643
Reported-by: Martin H, Anton Bolshakov

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Benda Xu  gentoo.org>

 dev-python/plotly/Manifest |  1 +
 dev-python/plotly/metadata.xml |  4 
 dev-python/plotly/plotly-4.10.0.ebuild | 29 +
 3 files changed, 34 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 311b96dad54..3e25f85db56 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 
5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c
 SHA512 
7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4
+DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B 
a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875
 SHA512 
bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa

diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml
index b92ec11d752..301f9875d59 100644
--- a/dev-python/plotly/metadata.xml
+++ b/dev-python/plotly/metadata.xml
@@ -5,6 +5,10 @@
 s...@gentoo.org
 Gentoo Science Project
   
+  
+gen...@aisha.cc
+Aisha Tammy
+  
   
 Python plotting library for collaborative, interactive, publication-quality
 graphs. Plotly is an online collaborative data analysis and graphing tool. 

diff --git a/dev-python/plotly/plotly-4.10.0.ebuild 
b/dev-python/plotly/plotly-4.10.0.ebuild
new file mode 100644
index 000..24a60e31680
--- /dev/null
+++ b/dev-python/plotly/plotly-4.10.0.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..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/retrying[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



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

2019-09-25 Thread Rick Farina
commit: e5dc5a21251765e0abfa0c56bffaaf2fcafc3080
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Sep 25 20:03:41 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep 25 20:03:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dc5a21

dev-python/plotly: python 3.7

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Rick Farina  gentoo.org>

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

diff --git a/dev-python/plotly/plotly-1.9.6.ebuild 
b/dev-python/plotly/plotly-1.9.6.ebuild
index 357426cf929..38633daae73 100644
--- a/dev-python/plotly/plotly-1.9.6.ebuild
+++ b/dev-python/plotly/plotly-1.9.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 



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

2018-06-24 Thread Pacho Ramos
commit: ba77fd17ef4ccdf77b464a283a92442833429470
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 15:55:51 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 16:21:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba77fd17

dev-python/plotly: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/plotly/plotly-1.9.6.ebuild 
b/dev-python/plotly/plotly-1.9.6.ebuild
index ac75ea7f3b3..5da6d85fe21 100644
--- a/dev-python/plotly/plotly-1.9.6.ebuild
+++ b/dev-python/plotly/plotly-1.9.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 virtualx
 



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

2016-03-22 Thread Sebastien Fabbro
commit: b17c791c1cefa856526f78369722808876f42735
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Mar 22 19:55:00 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar 22 23:18:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17c791c

dev-python/plotly: initial import

Package-Manager: portage-2.2.28

 dev-python/plotly/Manifest|  1 +
 dev-python/plotly/metadata.xml| 16 
 dev-python/plotly/plotly-1.9.6.ebuild | 26 ++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
new file mode 100644
index 000..400d5b8
--- /dev/null
+++ b/dev-python/plotly/Manifest
@@ -0,0 +1 @@
+DIST plotly-1.9.6.tar.gz 546722 SHA256 
dda34435910787c40e7622aea2992d1b48301d12eef36a7a0bf6d0f93e420305 SHA512 
7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4
 WHIRLPOOL 
7eb0f75d08c255a3d8fe3d4d673b8346963f6d22c8eba1e57dacffa799fac34b4c7acd3f52b5667e7e2d42054d9efaeb4466290d91f54b8b45e1f7cc63ade902

diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml
new file mode 100644
index 000..b92ec11
--- /dev/null
+++ b/dev-python/plotly/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+Python plotting library for collaborative, interactive, publication-quality
+graphs. Plotly is an online collaborative data analysis and graphing tool. 
+  
+  
+plotly
+plotly/plotly.py
+  
+

diff --git a/dev-python/plotly/plotly-1.9.6.ebuild 
b/dev-python/plotly/plotly-1.9.6.ebuild
new file mode 100644
index 000..3b4bc72
--- /dev/null
+++ b/dev-python/plotly/plotly-1.9.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"