* [gentoo-commits] repo/gentoo:master commit in: dev-python/dash-core-components/
@ 2021-05-06 13:02 Alfredo Tupone
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2021-05-06 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 91c269a2384a5bc3c627b8bdf623ce1ee38de223
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 6 13:01:55 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 6 13:01:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c269a2
dev-python/dash-core-components: 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-core-components/Manifest | 1 +
.../dash-core-components-1.16.0.ebuild | 20 ++++++++++++++++++++
dev-python/dash-core-components/metadata.xml | 11 +++++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-python/dash-core-components/Manifest b/dev-python/dash-core-components/Manifest
new file mode 100644
index 00000000000..e770719e06f
--- /dev/null
+++ b/dev-python/dash-core-components/Manifest
@@ -0,0 +1 @@
+DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
diff --git a/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild b/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild
new file mode 100644
index 00000000000..ec2940e44a0
--- /dev/null
+++ b/dev-python/dash-core-components/dash-core-components-1.16.0.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="Core components suite 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-core-components/metadata.xml b/dev-python/dash-core-components/metadata.xml
new file mode 100644
index 00000000000..7badce779b4
--- /dev/null
+++ b/dev-python/dash-core-components/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-core-components/
@ 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: 201aed1978743bc0e1d6b84ae4ea6598b76122e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 09:35:12 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 9 09:36:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201aed19
Revert "dev-python/dash-core-components: add to the tree"
This reverts commit 91c269a2384a5bc3c627b8bdf623ce1ee38de223.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dash-core-components/Manifest | 1 -
.../dash-core-components-1.16.0.ebuild | 20 --------------------
dev-python/dash-core-components/metadata.xml | 11 -----------
3 files changed, 32 deletions(-)
diff --git a/dev-python/dash-core-components/Manifest b/dev-python/dash-core-components/Manifest
deleted file mode 100644
index e770719e06f..00000000000
--- a/dev-python/dash-core-components/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
diff --git a/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild b/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild
deleted file mode 100644
index ec2940e44a0..00000000000
--- a/dev-python/dash-core-components/dash-core-components-1.16.0.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="Core components suite 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-core-components/metadata.xml b/dev-python/dash-core-components/metadata.xml
deleted file mode 100644
index 7badce779b4..00000000000
--- a/dev-python/dash-core-components/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-core-components/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-05-06 13:02 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox