Skip to content

Commit

Permalink
sci-libs/Shapely: use GH mirror for docs
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Jul 15, 2020
1 parent 97688c0 commit 47bcf5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sci-libs/Shapely/Manifest
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions sci-libs/Shapely/Shapely-1.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 47bcf5f

Please sign in to comment.