diff options
Diffstat (limited to 'science/py-ScientificPython')
-rw-r--r-- | science/py-ScientificPython/Makefile | 29 | ||||
-rw-r--r-- | science/py-ScientificPython/distinfo | 3 | ||||
-rw-r--r-- | science/py-ScientificPython/pkg-descr | 9 |
3 files changed, 0 insertions, 41 deletions
diff --git a/science/py-ScientificPython/Makefile b/science/py-ScientificPython/Makefile deleted file mode 100644 index c91c9d90b91e..000000000000 --- a/science/py-ScientificPython/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ScientificPython -DISTVERSION= 2.9.4 -PORTREVISION= 4 -CATEGORIES= science python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Various Python modules for scientific computing - -BROKEN= unfetchable -DEPRECATED= Broken, uses EOLed python27 -EXPIRATION_DATE= 2020-02-19 - -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> diff --git a/science/py-ScientificPython/distinfo b/science/py-ScientificPython/distinfo deleted file mode 100644 index d5768447845b..000000000000 --- a/science/py-ScientificPython/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1530259842 -SHA256 (ScientificPython-2.9.4.tar.gz) = c397fedf76500dc4c010785a82204a45ee51a04a54fabfb6142d594de14f8639 -SIZE (ScientificPython-2.9.4.tar.gz) = 688704 diff --git a/science/py-ScientificPython/pkg-descr b/science/py-ScientificPython/pkg-descr deleted file mode 100644 index 1cb974e7dfbb..000000000000 --- a/science/py-ScientificPython/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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: http://dirac.cnrs-orleans.fr/ScientificPython/ |