[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-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-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-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-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-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-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}]
+"