diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-09 12:26:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-09 12:26:46 +0000 |
| commit | 1965c3674e370d2b162e5235dd415e4a6f6bdab4 (patch) | |
| tree | 76be5115fb11194a9374ea437e73802c8974968a /dev-python/plotly-geo | |
| parent | aa1ec1f5fa82ac013d1997cfd79b1e1ef84a66e7 (diff) | |
| download | baldeagleos-repo-1965c3674e370d2b162e5235dd415e4a6f6bdab4.tar.gz baldeagleos-repo-1965c3674e370d2b162e5235dd415e4a6f6bdab4.tar.xz baldeagleos-repo-1965c3674e370d2b162e5235dd415e4a6f6bdab4.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/plotly-geo')
| -rw-r--r-- | dev-python/plotly-geo/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/plotly-geo/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest new file mode 100644 index 000000000000..43ba51a2d31f --- /dev/null +++ b/dev-python/plotly-geo/Manifest @@ -0,0 +1 @@ +DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823 SHA512 977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a diff --git a/dev-python/plotly-geo/metadata.xml b/dev-python/plotly-geo/metadata.xml new file mode 100644 index 000000000000..5a026d9da025 --- /dev/null +++ b/dev-python/plotly-geo/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <longdescription lang="en"> + Python plotting library for collaborative, interactive, publication-quality + graphs. Plotly is an online collaborative data analysis and graphing tool. + </longdescription> + <upstream> + <remote-id type="pypi">plotly</remote-id> + <remote-id type="github">plotly/plotly.py</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild new file mode 100644 index 000000000000..05b72965915e --- /dev/null +++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plot.ly/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/plotly[${PYTHON_USEDEP}] +" |
