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

commit:     12562d56f50c5cf3b9bfd997eb78bcc0b04bb31a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 17:28:09 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May  6 17:28:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12562d56

dev-python/dash-table: add to tree

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

 dev-python/dash-table/Manifest                 |  1 +
 dev-python/dash-table/dash-table-4.11.3.ebuild | 20 ++++++++++++++++++++
 dev-python/dash-table/metadata.xml             | 11 +++++++++++
 3 files changed, 32 insertions(+)

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

diff --git a/dev-python/dash-table/dash-table-4.11.3.ebuild b/dev-python/dash-table/dash-table-4.11.3.ebuild
new file mode 100644
index 00000000000..54da85f007f
--- /dev/null
+++ b/dev-python/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/dev-python/dash-table/metadata.xml b/dev-python/dash-table/metadata.xml
new file mode 100644
index 00000000000..7badce779b4
--- /dev/null
+++ b/dev-python/dash-table/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dash-table/
@ 2021-05-09  9:36 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2021-05-09  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a5a184474517200a67d3481a806d03f4af5ea0e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 09:34:50 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  9 09:36:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a18447

Revert "dev-python/dash-table: add to tree"

This reverts commit 12562d56f50c5cf3b9bfd997eb78bcc0b04bb31a.

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

 dev-python/dash-table/Manifest                 |  1 -
 dev-python/dash-table/dash-table-4.11.3.ebuild | 20 --------------------
 dev-python/dash-table/metadata.xml             | 11 -----------
 3 files changed, 32 deletions(-)

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

diff --git a/dev-python/dash-table/dash-table-4.11.3.ebuild b/dev-python/dash-table/dash-table-4.11.3.ebuild
deleted file mode 100644
index 54da85f007f..00000000000
--- a/dev-python/dash-table/dash-table-4.11.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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/dev-python/dash-table/metadata.xml b/dev-python/dash-table/metadata.xml
deleted file mode 100644
index 7badce779b4..00000000000
--- a/dev-python/dash-table/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-	</maintainer>
-	<maintainer type="person">
-		<email>tupone@gentoo.org</email>
-		<name>Tupone Alfredo</name>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2021-05-09  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-06 17:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/dash-table/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2021-05-09  9:36 Michał Górny

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