diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-12-26 15:21:39 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-12-26 15:21:39 +0100 |
commit | 886e3d975346a4c1923b468a7ffc39f8c8b407ad (patch) | |
tree | 4157eb60753270f6f5e6c1c9c3fe51ce240918d1 /sci-visualization/dash-core-components | |
parent | sci-visualization/dash: add 2.0.0, drop 1.21.0-r1 (diff) | |
download | gentoo-886e3d975346a4c1923b468a7ffc39f8c8b407ad.tar.gz gentoo-886e3d975346a4c1923b468a7ffc39f8c8b407ad.tar.bz2 gentoo-886e3d975346a4c1923b468a7ffc39f8c8b407ad.zip |
sci-visualization/*: dash components included in dash
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization/dash-core-components')
4 files changed, 0 insertions, 64 deletions
diff --git a/sci-visualization/dash-core-components/Manifest b/sci-visualization/dash-core-components/Manifest deleted file mode 100644 index debb2d58bb3a..000000000000 --- a/sci-visualization/dash-core-components/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197 -DIST dash-core-components-1.17.1.tar.gz 14597459 BLAKE2B ed2931e34c5c92f4cbef72df929162496e35080e4460fb470532c2f1d54fb0c1ed71ef1173f48b88eb6aca0d8d81e4b15bf2bd62ed876c9597464aab0513f768 SHA512 d3b76c9deb7ec7cd09e70b5cd7e89b02b800667cf2807f9f119f5d45fd162e256389fd66b3e55e220302b6913d8bcffe845a4c25c62f46ee76c4b34de231f746 diff --git a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild deleted file mode 100644 index 373d06e99ac6..000000000000 --- a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -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" -# 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="" diff --git a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild deleted file mode 100644 index 373d06e99ac6..000000000000 --- a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -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" -# 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="" diff --git a/sci-visualization/dash-core-components/metadata.xml b/sci-visualization/dash-core-components/metadata.xml deleted file mode 100644 index d8adcd3fef52..000000000000 --- a/sci-visualization/dash-core-components/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tupone@gentoo.org</email> - <name>Tupone Alfredo</name> - </maintainer> - <longdescription lang="en"> - Dash ships with supercharged components for interactive user - interfaces. A core set of components, written and maintained by - the Dash team, is available in the dash-core-components library. - </longdescription> - <upstream> - <remote-id type="github">plotly/dash-core-components</remote-id> - </upstream> -</pkgmetadata> |