diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-python/plotly-geo | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-python/plotly-geo')
-rw-r--r-- | dev-python/plotly-geo/Manifest | 4 | ||||
-rw-r--r-- | dev-python/plotly-geo/metadata.xml | 4 | ||||
-rw-r--r-- | dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest index 3852df17167a..289695229895 100644 --- a/dev-python/plotly-geo/Manifest +++ b/dev-python/plotly-geo/Manifest @@ -1,3 +1,3 @@ DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823 SHA512 977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a -EBUILD plotly-geo-1.0.0.ebuild 409 BLAKE2B e70d1c143f50e9d96ffe68ecd75a351ec5adcf2ead863527b5c88066926f9aa908e3d473719ea72a1bfe0b739357c468acf1cc1de3359c623126ae94e987ca07 SHA512 be035039e8005cee4988609b817c68f1aed4bd2d9c839e96a0484e962b6e87f614de31dcff98e0e8c048c43eb6c2e6208728300105bf1464cddb6c78785cc249 -MISC metadata.xml 729 BLAKE2B db7b8774226c08fc2b5cf64c4249b214b695376324e7edbc964e793af296c3cc0fa5fb716c059b8583e05eb7803d31d2f52488fd763773fac0aefcc725ce5b30 SHA512 06586763b58856b1514996cbeb2788e8be050a7da0e70d3e81009544571fb4be9cb2847c1ea04e980072c48e56f5fe205db7585cc357defbde53a1f6feb7fe02 +EBUILD plotly-geo-1.0.0.ebuild 410 BLAKE2B 59b915ee25b92504abdb3af7234057fcd6fecab1aa4f81e4e767a8d0c43973ca8eae0baa7b4654c95d96aa4ff11d289b0955731baf2b79428ac8711bd0aaace1 SHA512 9a71b0d88c050385cd88074178f3d28950a5bd00776fbaef0b85af3c50fda162d237f13b98d8bf149e5eec663b3a1bcfd6c077204b3b341e77dac7c1f8dd1020 +MISC metadata.xml 606 BLAKE2B f750ac826d136a2ecd74b197686de4736a9caa8df6fc68dc526e3e0180e41874054e2ac6334910fc46588638ce5bc9c8c81af89265d8c6f19e1c52f332c5dd04 SHA512 3141ed25994bda29d72cbd0e6c2dee2b07d1d651379c75051b08b82de7f3463eab35ebc201dec642c75cb213bf6021985df0eaaa1d1357083ed41330e1d953bc diff --git a/dev-python/plotly-geo/metadata.xml b/dev-python/plotly-geo/metadata.xml index a7df6b6ace9f..e8716648e0b3 100644 --- a/dev-python/plotly-geo/metadata.xml +++ b/dev-python/plotly-geo/metadata.xml @@ -5,10 +5,6 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> - <maintainer type="person" proxied="yes"> - <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. diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild index 4a402df42089..046e184a245c 100644 --- a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild +++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |