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

commit:     c97ea73bd44ebd1827e7e460a21f567fa83daabf
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 19:53:29 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May  6 19:53:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97ea73b

dev-python/dash: add to the tree

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

 dev-python/dash/Manifest           |  1 +
 dev-python/dash/dash-1.20.0.ebuild | 51 ++++++++++++++++++++++++++++++++++++++
 dev-python/dash/metadata.xml       | 11 ++++++++
 3 files changed, 63 insertions(+)

diff --git a/dev-python/dash/Manifest b/dev-python/dash/Manifest
new file mode 100644
index 00000000000..6098a5f8d1a
--- /dev/null
+++ b/dev-python/dash/Manifest
@@ -0,0 +1 @@
+DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff

diff --git a/dev-python/dash/dash-1.20.0.ebuild b/dev-python/dash/dash-1.20.0.ebuild
new file mode 100644
index 00000000000..833cf9b2bf6
--- /dev/null
+++ b/dev-python/dash/dash-1.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python framework for building ML & data science web apps"
+HOMEPAGE="https://github.com/plotly/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}
+	dev-python/future[${PYTHON_USEDEP}]
+	dev-python/dash-table[${PYTHON_USEDEP}]
+	dev-python/dash-html-components[${PYTHON_USEDEP}]
+	dev-python/dash-core-components[${PYTHON_USEDEP}]
+	dev-python/plotly[${PYTHON_USEDEP}]
+	dev-python/flask-compress[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+src_prepare() {
+	distutils-r1_src_prepare
+	cd dash-renderer
+	distutils-r1_src_prepare
+}
+
+src_configure() {
+	distutils-r1_src_configure
+	cd dash-renderer
+	distutils-r1_src_configure
+}
+
+src_compile() {
+	distutils-r1_src_compile
+	cd dash-renderer
+	distutils-r1_src_compile
+}
+
+src_install() {
+	distutils-r1_src_install
+	cd dash-renderer
+	distutils-r1_src_install
+}

diff --git a/dev-python/dash/metadata.xml b/dev-python/dash/metadata.xml
new file mode 100644
index 00000000000..7badce779b4
--- /dev/null
+++ b/dev-python/dash/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/
@ 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:     10a358b77ef74a5cf221df311f36f4466233948b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 09:34:43 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  9 09:36:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a358b7

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

This reverts commit c97ea73bd44ebd1827e7e460a21f567fa83daabf.

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

 dev-python/dash/Manifest           |  1 -
 dev-python/dash/dash-1.20.0.ebuild | 51 --------------------------------------
 dev-python/dash/metadata.xml       | 11 --------
 3 files changed, 63 deletions(-)

diff --git a/dev-python/dash/Manifest b/dev-python/dash/Manifest
deleted file mode 100644
index 6098a5f8d1a..00000000000
--- a/dev-python/dash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff

diff --git a/dev-python/dash/dash-1.20.0.ebuild b/dev-python/dash/dash-1.20.0.ebuild
deleted file mode 100644
index 833cf9b2bf6..00000000000
--- a/dev-python/dash/dash-1.20.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Python framework for building ML & data science web apps"
-HOMEPAGE="https://github.com/plotly/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}
-	dev-python/future[${PYTHON_USEDEP}]
-	dev-python/dash-table[${PYTHON_USEDEP}]
-	dev-python/dash-html-components[${PYTHON_USEDEP}]
-	dev-python/dash-core-components[${PYTHON_USEDEP}]
-	dev-python/plotly[${PYTHON_USEDEP}]
-	dev-python/flask-compress[${PYTHON_USEDEP}]"
-BDEPEND=""
-
-src_prepare() {
-	distutils-r1_src_prepare
-	cd dash-renderer
-	distutils-r1_src_prepare
-}
-
-src_configure() {
-	distutils-r1_src_configure
-	cd dash-renderer
-	distutils-r1_src_configure
-}
-
-src_compile() {
-	distutils-r1_src_compile
-	cd dash-renderer
-	distutils-r1_src_compile
-}
-
-src_install() {
-	distutils-r1_src_install
-	cd dash-renderer
-	distutils-r1_src_install
-}

diff --git a/dev-python/dash/metadata.xml b/dev-python/dash/metadata.xml
deleted file mode 100644
index 7badce779b4..00000000000
--- a/dev-python/dash/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-09  9:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/dash/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-05-06 19:53 Alfredo Tupone

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