diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-25 06:52:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-25 06:52:42 +0000 |
| commit | 824b512aa29f4c29c549a66d5e8b8f5cceeefc59 (patch) | |
| tree | 03dc59a2690c54435d54afbb3067765beabd1504 /dev-python/plotly/plotly-5.2.2.ebuild | |
| parent | e11ebb5bbf570800df571f59a5357fefb4f1abac (diff) | |
| download | baldeagleos-repo-824b512aa29f4c29c549a66d5e8b8f5cceeefc59.tar.gz baldeagleos-repo-824b512aa29f4c29c549a66d5e8b8f5cceeefc59.tar.xz baldeagleos-repo-824b512aa29f4c29c549a66d5e8b8f5cceeefc59.zip | |
Adding metadata
Diffstat (limited to 'dev-python/plotly/plotly-5.2.2.ebuild')
| -rw-r--r-- | dev-python/plotly/plotly-5.2.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/plotly/plotly-5.2.2.ebuild b/dev-python/plotly/plotly-5.2.2.ebuild new file mode 100644 index 000000000000..758e34b7e83e --- /dev/null +++ b/dev-python/plotly/plotly-5.2.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plotly.com/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +# The GitHub tarball contains the tests, but it excludes other things which have +# to be fetched with npm and therefore it does not work in the network-sandbox. + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}] + >=dev-python/six-1.15.0[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + + mkdir -p "${ED}"/etc/ || die + mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die + rmdir "${ED}"/usr/etc || die +} |
