Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 17:46:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 245243] math/py-numpy port makefile tries to fetch wrong documentation version
Message-ID:  <bug-245243-21822-H7T5FCjjNl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245243-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245243-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245243

Andy Mender <andymenderunix@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andymenderunix@gmail.com

--- Comment #1 from Andy Mender <andymenderunix@gmail.com> ---
I checked the doc URLs and there are also links to documents for an earlier
version of numpy (1.16.0):
https://docs.scipy.org/doc/numpy-1.16.0/numpy-ref-1.16.0.pdf
https://docs.scipy.org/doc/numpy-1.16.1/numpy-user-1.16.1.pdf

And docs without the point version from numpy.org (currently, at 1.16.6, wh=
ich
is more recent than what scipy.org seems to offer!):
https://numpy.org/doc/1.16/numpy-ref.pdf
https://numpy.org/doc/1.16/numpy-user.pdf

I don't think hard-coding the version is a good idea, especially that
PORTVERSION makes it more convenient when updating the port. If the missing
DISTFILES are an issue, one can modify MASTER_SITES in the following way:
MASTER_SITES=3D   CHEESESHOP \
                https://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:R}.1/:=
doc

Or switch to the numpy.org docs. This properly downloads the documentation.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245243-21822-H7T5FCjjNl>