public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
@ 2021-05-11 17:22 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2021-05-11 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b02e537c77a4a53f13f83f3d8c2f3f0daa16b327
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 17:21:41 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 11 17:22:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02e537c

sci-visualization/dash-table: add dash-table

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/Manifest                |  1 +
 .../dash-table/dash-table-4.11.3.ebuild              | 20 ++++++++++++++++++++
 sci-visualization/dash-table/metadata.xml            | 16 ++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/sci-visualization/dash-table/Manifest b/sci-visualization/dash-table/Manifest
new file mode 100644
index 00000000000..fb78f350a95
--- /dev/null
+++ b/sci-visualization/dash-table/Manifest
@@ -0,0 +1 @@
+DIST dash-table-4.11.3.tar.gz 9504642 BLAKE2B d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248 SHA512 580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
new file mode 100644
index 00000000000..54da85f007f
--- /dev/null
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="First-Class interactive DataTable for Dash"
+HOMEPAGE="https://plot.ly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""

diff --git a/sci-visualization/dash-table/metadata.xml b/sci-visualization/dash-table/metadata.xml
new file mode 100644
index 00000000000..1c496d826f3
--- /dev/null
+++ b/sci-visualization/dash-table/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+	<longdescription lang="en">
+		Dash DataTable is an interactive table component designed for viewing,
+		editing, and exploring large datasets.
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">dash-table</remote-id>
+		<remote-id type="github">plotly/dash-table</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
@ 2021-08-29  9:56 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2021-08-29  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 09:56:26 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 09:56:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e7d043

sci-visualization/dash-table: enabling test

Closes: https://bugs.gentoo.org/810457
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
index 54da85f007f..d1576cddf04 100644
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -18,3 +18,12 @@ KEYWORDS="~amd64 ~x86"
 DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# Needs percy - not available
+	rm -r tests/selenium || die
+
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
@ 2021-08-30 19:34 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2021-08-30 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6c56d3c1ff670872f61edddc9ce7bb8717928c3a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 19:34:07 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 19:34:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c56d3c1

sci-visualization/dash-table: restrict test

Closes: https://bugs.gentoo.org/810964
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
index d1576cddf04..273b870d6b7 100644
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -10,6 +10,9 @@ DESCRIPTION="First-Class interactive DataTable for Dash"
 HOMEPAGE="https://plot.ly/dash"
 SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
 	-> ${P}.tar.gz"
+# Test execution depends on sci-visualization/dash being installed
+# but sci-visualization/dash depends on this
+RESTRICT="test"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
@ 2021-09-20 17:14 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2021-09-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     665d2ab04b7f0583464b3f1c471853b27bc9bafe
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 17:14:32 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 17:14:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665d2ab0

sci-visualization/dash-table: bump 4.12.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/Manifest              |  1 +
 .../dash-table/dash-table-4.12.1.ebuild            | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sci-visualization/dash-table/Manifest b/sci-visualization/dash-table/Manifest
index fb78f350a95..33c5e9955d2 100644
--- a/sci-visualization/dash-table/Manifest
+++ b/sci-visualization/dash-table/Manifest
@@ -1 +1,2 @@
 DIST dash-table-4.11.3.tar.gz 9504642 BLAKE2B d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248 SHA512 580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5
+DIST dash-table-4.12.1.tar.gz 9773683 BLAKE2B 97f00d2d6e9619bdd794f2e478dd4ab2eeaa521b170cef3a546a86e53632099e917e38f99d7ddc91cc4eebcf6199c301128916e29a7afecb2138da667bf38d32 SHA512 f521204b571fb20951202713721fd9fdd790d72a8a2f8461f77244bf8dcd2fb88b88626b590a63f1d28938b30ec4610112c9d2d1b5089d59cdc5219c3e16b5aa

diff --git a/sci-visualization/dash-table/dash-table-4.12.1.ebuild b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
new file mode 100644
index 00000000000..273b870d6b7
--- /dev/null
+++ b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="First-Class interactive DataTable for Dash"
+HOMEPAGE="https://plot.ly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+# Test execution depends on sci-visualization/dash being installed
+# but sci-visualization/dash depends on this
+RESTRICT="test"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# Needs percy - not available
+	rm -r tests/selenium || die
+
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
@ 2022-02-05 12:33 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2022-02-05 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8f1eae3171f3fbec0b070fcdee3119859c5cdec9
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 12:33:42 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 12:33:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1eae31

sci-visualization/dash-table: PythonCompatUpdate

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 4 ++--
 sci-visualization/dash-table/dash-table-4.12.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
index 273b870d6b77..6c89d8f950de 100644
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="First-Class interactive DataTable for Dash"

diff --git a/sci-visualization/dash-table/dash-table-4.12.1.ebuild b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
index 273b870d6b77..6c89d8f950de 100644
--- a/sci-visualization/dash-table/dash-table-4.12.1.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="First-Class interactive DataTable for Dash"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
@ 2022-12-05 18:26 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2022-12-05 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3f4722942241c97d6929fab1125df415cf639a99
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:22:37 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 18:25:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f472294

sci-visualization/dash-table: PythonGHDistfileSuffix

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/Manifest                 | 4 ++--
 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 2 +-
 sci-visualization/dash-table/dash-table-4.12.1.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/dash-table/Manifest b/sci-visualization/dash-table/Manifest
index 33c5e9955d2e..fbc5e8f1cb18 100644
--- a/sci-visualization/dash-table/Manifest
+++ b/sci-visualization/dash-table/Manifest
@@ -1,2 +1,2 @@
-DIST dash-table-4.11.3.tar.gz 9504642 BLAKE2B d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248 SHA512 580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5
-DIST dash-table-4.12.1.tar.gz 9773683 BLAKE2B 97f00d2d6e9619bdd794f2e478dd4ab2eeaa521b170cef3a546a86e53632099e917e38f99d7ddc91cc4eebcf6199c301128916e29a7afecb2138da667bf38d32 SHA512 f521204b571fb20951202713721fd9fdd790d72a8a2f8461f77244bf8dcd2fb88b88626b590a63f1d28938b30ec4610112c9d2d1b5089d59cdc5219c3e16b5aa
+DIST dash-table-4.11.3.gh.tar.gz 9504642 BLAKE2B d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248 SHA512 580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5
+DIST dash-table-4.12.1.gh.tar.gz 9773683 BLAKE2B 97f00d2d6e9619bdd794f2e478dd4ab2eeaa521b170cef3a546a86e53632099e917e38f99d7ddc91cc4eebcf6199c301128916e29a7afecb2138da667bf38d32 SHA512 f521204b571fb20951202713721fd9fdd790d72a8a2f8461f77244bf8dcd2fb88b88626b590a63f1d28938b30ec4610112c9d2d1b5089d59cdc5219c3e16b5aa

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
index 6c89d8f950de..8e109a529936 100644
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 DESCRIPTION="First-Class interactive DataTable for Dash"
 HOMEPAGE="https://plot.ly/dash"
 SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
+	-> ${P}.gh.tar.gz"
 # Test execution depends on sci-visualization/dash being installed
 # but sci-visualization/dash depends on this
 RESTRICT="test"

diff --git a/sci-visualization/dash-table/dash-table-4.12.1.ebuild b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
index 6c89d8f950de..8e109a529936 100644
--- a/sci-visualization/dash-table/dash-table-4.12.1.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 DESCRIPTION="First-Class interactive DataTable for Dash"
 HOMEPAGE="https://plot.ly/dash"
 SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
+	-> ${P}.gh.tar.gz"
 # Test execution depends on sci-visualization/dash being installed
 # but sci-visualization/dash depends on this
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-05 18:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-29  9:56 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2022-12-05 18:26 Alfredo Tupone
2022-02-05 12:33 Alfredo Tupone
2021-09-20 17:14 Alfredo Tupone
2021-08-30 19:34 Alfredo Tupone
2021-05-11 17:22 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox