summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-07-15 11:02:40 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-07-15 11:06:38 +0300
commit47bcf5faa7601dc271a3c49e28bff7627778ee37 (patch)
tree2b7b5b1d0a46f32ebc818eb59f5f6fdc3b717901
parentsci-libs/Shapely-1.7.0: removed python 3.9 (diff)
downloadgentoo-47bcf5faa7601dc271a3c49e28bff7627778ee37.tar.gz
gentoo-47bcf5faa7601dc271a3c49e28bff7627778ee37.tar.bz2
gentoo-47bcf5faa7601dc271a3c49e28bff7627778ee37.zip
sci-libs/Shapely: use GH mirror for docs
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sci-libs/Shapely/Manifest2
-rw-r--r--sci-libs/Shapely/Shapely-1.7.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/Shapely/Manifest b/sci-libs/Shapely/Manifest
index d651fc47bbeb..4fab9715505e 100644
--- a/sci-libs/Shapely/Manifest
+++ b/sci-libs/Shapely/Manifest
@@ -1,2 +1,2 @@
DIST Shapely-1.6.4.post2.tar.gz 225745 BLAKE2B 96e995db6dd1464bac7c2562efdc7f298a5f23c388e44f334db685b1cfa1025ff403db870e11328977a267483726504e03b6d7c47fe4234a3a5966a13b2b7311 SHA512 027c816ef2104f654569ca658b52b87c60e5ba6a45927fcc51c23dd1922f3f9f7fdcea3601160b0a999e39611617142833ccac790777093be8b96a0d9083f78f
-DIST Shapely-1.7.0.tar.gz 349089 BLAKE2B da2cb377334ea49c863cff1e22d3551a1015c6eb7284b8bb87743159050e279429728671a994f4858433ca8543b66504244203e1fd24811063f4f86365e04532 SHA512 ff7a14f20c05e3949c1e689175b80ec1f8248a0f45370a6313dbf4319ec018a8fafcfd171efbaa81bd8ceaab9c54488feca61bb03067e22a275da2b8663dc8bc
+DIST Shapely-1.7.0.tar.gz 281419 BLAKE2B 1a4e84104f21d2f5a5eb810883a89deb20fd47cf146efed884994786364b29bb5a194b063a50ae21842c07c335cbbee0c3d1a1e4ff4e43e0d083080fe33815ac SHA512 4d944fc6727e11d004ef7ba0325c159aa5ae03043f17b029ab0a399d6dcd361c4d299ad864a045a99b0229e333d5b42634bc6fd1ed94b914b7cf58fb886af2de
diff --git a/sci-libs/Shapely/Shapely-1.7.0.ebuild b/sci-libs/Shapely/Shapely-1.7.0.ebuild
index 90f6454fe778..83aed726c948 100644
--- a/sci-libs/Shapely/Shapely-1.7.0.ebuild
+++ b/sci-libs/Shapely/Shapely-1.7.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="Geometric objects, predicates, and operations"
-HOMEPAGE="https://pypi.org/project/Shapely/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+HOMEPAGE="https://pypi.org/project/Shapely/ https://github.com/Toblerity/Shapely"
+SRC_URI="https://github.com/Toblerity/Shapely/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -26,7 +26,7 @@ BDEPEND="${RDEPEND}
distutils_enable_tests pytest
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs dev-python/matplotlib
python_test() {
distutils_install_for_testing