From 6dfd9c39ab68bbc917ffc374b2fa515f676f891f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2022 20:08:29 +0000 Subject: gentoo auto-resync : 26:12:2022 - 20:08:29 --- sci-visualization/dash/dash-2.0.0.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sci-visualization/dash/dash-2.0.0.ebuild (limited to 'sci-visualization/dash/dash-2.0.0.ebuild') diff --git a/sci-visualization/dash/dash-2.0.0.ebuild b/sci-visualization/dash/dash-2.0.0.ebuild new file mode 100644 index 000000000000..f8f2e13614d1 --- /dev/null +++ b/sci-visualization/dash/dash-2.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools +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" +# Test need some packages not yet in the tree +# flask_talisman +# percy +# ... +RESTRICT="test" + +RDEPEND=" + dev-python/plotly[${PYTHON_USEDEP}] + dev-python/flask-compress[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/beautifulsoup4 )" +BDEPEND="" + +distutils_enable_tests pytest -- cgit v1.2.3