Skip to content
Snippets Groups Projects
Commit 7a381695 authored by Wen Heping's avatar Wen Heping
Browse files

science/py-scipy: Update to 1.9.2

Use the HTML format doc of 1.9.2, instead of PDF format file of 1.8.x
  (there is no PDF doc file since 1.9.0)
PR:		267084
Reported by:	wen@
Exp-run by:	antoine@
parent 0f9f67fb
No related branches found
No related tags found
No related merge requests found
PORTNAME= scipy
DISTVERSION= 1.9.1
DISTVERSION= 1.9.2
CATEGORIES= science python
MASTER_SITES= https://docs.scipy.org/doc/scipy-1.8.1/:doc \
MASTER_SITES= https://docs.scipy.org/doc/${PORTNAME}-${DISTVERSION}/:doc \
CHEESESHOP:source \
SF:source
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \
scipy-ref-1.8.1.pdf:doc
scipy-html-${DISTVERSION}.zip:doc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= python@FreeBSD.org
......@@ -19,7 +19,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran@${PY_FLAVOR} \
unzip>0:archivers/unzip
LIB_DEPENDS= libblas.so:math/blas \
libopenblas.so:math/openblas
RUN_DEPENDS= ${PYNUMPY}
......@@ -32,7 +33,7 @@ LDFLAGS+= -shared
PYDISTUTILS_BUILDARGS= --fcompiler=gnu95
PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95
PORTDOCS= scipy-ref-1.8.1.pdf
PORTDOCS= *
OPTIONS_DEFINE= DOCS
......@@ -41,7 +42,8 @@ post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
@${UNZIP_CMD} -d ${STAGEDIR}${DOCSDIR} ${DISTDIR}/scipy-html-${DISTVERSION}.zip
@${RM} ${STAGEDIR}${PREFIX}/share/doc/py39-scipy/.buildinfo
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} runtests.py
......
TIMESTAMP = 1662765133
SHA256 (scipy-1.9.1.tar.gz) = 26d28c468900e6d5fdb37d2812ab46db0ccd22c63baa095057871faa3a498bc9
SIZE (scipy-1.9.1.tar.gz) = 42019478
SHA256 (scipy-ref-1.8.1.pdf) = b7cb6a203a7bafc97bd643122ad7d23d7b7f9df9d9634ba2156d0c7256d81c88
SIZE (scipy-ref-1.8.1.pdf) = 35035765
TIMESTAMP = 1665585025
SHA256 (scipy-1.9.2.tar.gz) = 99e7720caefb8bca6ebf05c7d96078ed202881f61e0c68bd9e0f3e8097d6f794
SIZE (scipy-1.9.2.tar.gz) = 42068300
SHA256 (scipy-html-1.9.2.zip) = b1d9d438e5b9e46c288a132a1f050947a78807e065528535d54060ddd4f369e0
SIZE (scipy-html-1.9.2.zip) = 59128418
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment