diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2018-01-15 06:34:27 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-23 10:29:03 +0100 |
commit | c45460ed4450753f3615e23e6200a410dcd4a3de (patch) | |
tree | ad0c8eb990bce23a12009f9367f5a65593e65eb3 /dev-python/bottleneck/bottleneck-0.8.0.ebuild | |
parent | net-analyzer/suricata: version bump to 4.0.3 (diff) | |
download | gentoo-c45460ed4450753f3615e23e6200a410dcd4a3de.tar.gz gentoo-c45460ed4450753f3615e23e6200a410dcd4a3de.tar.bz2 gentoo-c45460ed4450753f3615e23e6200a410dcd4a3de.zip |
dev-python/bottleneck: update HOMEPAGE.
Closes: https://bugs.gentoo.org/639268
Closes: https://github.com/gentoo/gentoo/pull/6863
Diffstat (limited to 'dev-python/bottleneck/bottleneck-0.8.0.ebuild')
-rw-r--r-- | dev-python/bottleneck/bottleneck-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bottleneck/bottleneck-0.8.0.ebuild b/dev-python/bottleneck/bottleneck-0.8.0.ebuild index c23ccfffde69..122f38004509 100644 --- a/dev-python/bottleneck/bottleneck-0.8.0.ebuild +++ b/dev-python/bottleneck/bottleneck-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_PN="Bottleneck" MY_P="${MY_PN}-${PV}" DESCRIPTION="Fast NumPy array functions written in Cython" -HOMEPAGE="http://berkeleyanalytics.com/bottleneck" +HOMEPAGE="https://pypi.python.org/pypi/Bottleneck" SRC_URI="mirror://pypi/B/${MY_PN}/${MY_P}.tar.gz" SLOT="0" |