diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2021-05-06 21:53:29 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2021-05-06 21:53:29 +0200 |
| commit | c97ea73bd44ebd1827e7e460a21f567fa83daabf (patch) | |
| tree | 31dbe59779aa515bb8d3c5fc68ff2251189b9c4c /dev-python | |
| parent | bb394f02284df729ae8ab6a945add82e390ac05b (diff) | |
| download | gentoo-c97ea73bd44ebd1827e7e460a21f567fa83daabf.tar.gz gentoo-c97ea73bd44ebd1827e7e460a21f567fa83daabf.tar.bz2 gentoo-c97ea73bd44ebd1827e7e460a21f567fa83daabf.zip | |
dev-python/dash: add to the tree
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/dash/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dash/dash-1.20.0.ebuild | 51 | ||||
| -rw-r--r-- | dev-python/dash/metadata.xml | 11 |
3 files changed, 63 insertions, 0 deletions
diff --git a/dev-python/dash/Manifest b/dev-python/dash/Manifest new file mode 100644 index 000000000000..6098a5f8d1a3 --- /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 000000000000..833cf9b2bf6f --- /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 000000000000..7badce779b42 --- /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> |
