Date: Fri, 29 Jun 2018 08:34:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473533 - in head/science: . py-ScientificPython Message-ID: <201806290834.w5T8YITP008139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Jun 29 08:34:18 2018 New Revision: 473533 URL: https://svnweb.freebsd.org/changeset/ports/473533 Log: New port: science/py-ScientificPython: Various Python modules for scientific computing Added: head/science/py-ScientificPython/ head/science/py-ScientificPython/Makefile (contents, props changed) head/science/py-ScientificPython/distinfo (contents, props changed) head/science/py-ScientificPython/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri Jun 29 08:06:50 2018 (r473532) +++ head/science/Makefile Fri Jun 29 08:34:18 2018 (r473533) @@ -168,6 +168,7 @@ SUBDIR += py-MDAnalysisTests SUBDIR += py-OpenFermion SUBDIR += py-PyQuante + SUBDIR += py-ScientificPython SUBDIR += py-SimpleSpectral SUBDIR += py-abipy SUBDIR += py-cdo Added: head/science/py-ScientificPython/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-ScientificPython/Makefile Fri Jun 29 08:34:18 2018 (r473533) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ScientificPython +DISTVERSION= 2.9.4 +CATEGORIES= science python +MASTER_SITES= https://sourcesup.renater.fr/frs/download.php/file/4570/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Various Python modules for scientific computing + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} +LIB_DEPENDS= libnetcdf.so:science/netcdf +RUN_DEPENDS= ${PYNUMPY} + +USES= python:2.7 +USE_PYTHON= distutils cython concurrent autoplist + +MAKE_ENV= COMPILE_CYTHON=1 + +.include <bsd.port.mk> Added: head/science/py-ScientificPython/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-ScientificPython/distinfo Fri Jun 29 08:34:18 2018 (r473533) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530259842 +SHA256 (ScientificPython-2.9.4.tar.gz) = c397fedf76500dc4c010785a82204a45ee51a04a54fabfb6142d594de14f8639 +SIZE (ScientificPython-2.9.4.tar.gz) = 688704 Added: head/science/py-ScientificPython/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-ScientificPython/pkg-descr Fri Jun 29 08:34:18 2018 (r473533) @@ -0,0 +1,9 @@ +ScientificPython is a collection of Python modules that are useful for +scientific computing. In this collection you will find modules that cover +basic geometry (vectors, tensors, transformations, vector and tensor fields), +quaternions, automatic derivatives, (linear) interpolation, polynomials, +elementary statistics, nonlinear least-squares fits, unit calculations, +Fortran-compatible text formatting, 3D visualization via VRML, and two Tk +widgets for simple line plots and 3D wireframe models. + +WWW: https://pypi.org/project/ScientificPython/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806290834.w5T8YITP008139>