summaryrefslogtreecommitdiff
path: root/dev-python/plotly-geo
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-16 19:25:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-16 19:25:16 +0000
commit79a31323451038e0452003af29d2240edd194c4f (patch)
tree75a791aa2e895d221f82f4b1de83978c36aaa9a2 /dev-python/plotly-geo
parent43e1dc69f85f5ed897e5e803d319da4b3186e2fc (diff)
downloadbaldeagleos-repo-79a31323451038e0452003af29d2240edd194c4f.tar.gz
baldeagleos-repo-79a31323451038e0452003af29d2240edd194c4f.tar.xz
baldeagleos-repo-79a31323451038e0452003af29d2240edd194c4f.zip
Adding metadata
Diffstat (limited to 'dev-python/plotly-geo')
-rw-r--r--dev-python/plotly-geo/Manifest1
-rw-r--r--dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest
index f0757ea63b2a..967b53769804 100644
--- a/dev-python/plotly-geo/Manifest
+++ b/dev-python/plotly-geo/Manifest
@@ -1,2 +1 @@
-DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823 SHA512 977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a
DIST plotly.py-5.13.0.gh.tar.gz 30683340 BLAKE2B 0e2c5638c766e5da6e2067d7be270576afed984b45deec0955fa10698d37bd082f3ebc568a8290c17554c672ef9e31cee81b0fae18b9f3249591fe62510ce5fd SHA512 c874b46ac43520519951aad55f93bfcfe03910873fd273f283fe16ae2a4150cfa35104be422c21b65785c77f468f084847278f76bce3d9179cc2a339809c42e3
diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild
deleted file mode 100644
index 009466c26a80..000000000000
--- a/dev-python/plotly-geo/plotly-geo-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-
-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}]
-"