pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc py-Scientific*: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d666735806
branches:  trunk
changeset: 372447:92d666735806
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 01:37:49 2022 +0000

description:
py-Scientific*: remove

Limited to python 2.7, but does not build.
No stable upstream release since 2010, development seems stopped.

diffstat:

 doc/CHANGES-2022                    |    4 +-
 doc/TODO                            |    3 +-
 math/Makefile                       |    4 +-
 math/py-Scientific-doc/DESCR        |   20 ---
 math/py-Scientific-doc/Makefile     |   30 ----
 math/py-Scientific-doc/PLIST        |   64 ----------
 math/py-Scientific-doc/distinfo     |    5 -
 math/py-Scientific/DESCR            |   20 ---
 math/py-Scientific/Makefile         |   40 ------
 math/py-Scientific/PLIST            |  230 ------------------------------------
 math/py-Scientific/distinfo         |    7 -
 math/py-Scientific/patches/patch-aa |   12 -
 math/py-Scientific/patches/patch-ab |   46 -------
 13 files changed, 5 insertions(+), 480 deletions(-)

diffs (truncated from 564 to 300 lines):

diff -r f8a3c0c69f68 -r 92d666735806 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Tue Jan 25 01:34:30 2022 +0000
+++ b/doc/CHANGES-2022  Tue Jan 25 01:37:49 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.420 2022/01/25 01:34:30 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.421 2022/01/25 01:37:49 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -567,3 +567,5 @@
        Updated math/py-pythran to 0.11.0 [adam 2022-01-24]
        Updated cad/klayout to 0.27.7 [mef 2022-01-24]
        Removed graphics/py-biggles [wiz 2022-01-25]
+       Removed math/py-Scientific-doc [wiz 2022-01-25]
+       Removed math/py-Scientific [wiz 2022-01-25]
diff -r f8a3c0c69f68 -r 92d666735806 doc/TODO
--- a/doc/TODO  Tue Jan 25 01:34:30 2022 +0000
+++ b/doc/TODO  Tue Jan 25 01:37:49 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.21461 2022/01/24 18:15:50 micha Exp $
+$NetBSD: TODO,v 1.21462 2022/01/25 01:37:49 wiz Exp $
 
 Suggested new packages
 ======================
@@ -1572,7 +1572,6 @@
        o py-MyHDL-0.11
        o py-OTXv2-1.5.2
        o py-Routes-2.5.1
-       o py-Scientific-doc-2.5.5
        o py-cares-3.1.1
        o py-cassa-1.11.0
        o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x]
diff -r f8a3c0c69f68 -r 92d666735806 math/Makefile
--- a/math/Makefile     Tue Jan 25 01:34:30 2022 +0000
+++ b/math/Makefile     Tue Jan 25 01:37:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.524 2022/01/17 10:01:35 wiz Exp $
+# $NetBSD: Makefile,v 1.525 2022/01/25 01:37:49 wiz Exp $
 
 COMMENT=       Mathematics
 
@@ -353,8 +353,6 @@
 SUBDIR+=       py-Keras-Applications
 SUBDIR+=       py-Keras-Preprocessing
 SUBDIR+=       py-Numeric
-SUBDIR+=       py-Scientific
-SUBDIR+=       py-Scientific-doc
 SUBDIR+=       py-Theano
 SUBDIR+=       py-abcpmc
 SUBDIR+=       py-almost
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific-doc/DESCR
--- a/math/py-Scientific-doc/DESCR      Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +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.
-
-The netCDF interface module, until now distributed separately, has
-been integrated into this package as well. It is now called
-Scientific.IO.NetCDF.
-
-The module Scientific.MPI provides an object-oriented interface to the
-Message Passing Interface, an industry standard library for
-interprocess communication on parallel computers.
-
-All of these modules are in the public domain; do with them whatever
-you wish. However, there is no warranty of any kind; you use the code
-at your own risk.
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific-doc/Makefile
--- a/math/py-Scientific-doc/Makefile   Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2017/09/03 08:36:56 wiz Exp $
-
-DISTNAME=      ScientificPython-2.4.5
-PKGNAME=       py-${DISTNAME:S/Python/-doc/}
-PKGREVISION=   1
-CATEGORIES=    math python
-MASTER_SITES=  http://starship.python.net/crew/hinsen/ScientificPython/
-MASTER_SITES+= http://dirac.cnrs-orleans.fr/programs/ScientificPython/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://starship.python.net/crew/hinsen/scientific.html
-COMMENT=       Python modules for scientific computing
-
-CONFLICTS+=    py-Scientific-*
-
-NO_BUILD=      yes
-USE_TOOLS+=    pax
-AUTO_MKDIRS=   yes
-
-EGDIR=         ${PREFIX}/share/examples/py-Scientific
-DOCDIR=                ${PREFIX}/share/doc/py-Scientific
-HTMLDIR=       ${PREFIX}/share/doc/py-Scientific/HTML
-
-do-install:
-       cd ${WRKSRC} && ${INSTALL_DATA} README LICENSE                  \
-               Doc/PDF/manual.pdf ${DESTDIR}${DOCDIR}
-       cd ${WRKSRC}/Doc/HTML && pax -rw -pp -pm . ${DESTDIR}${HTMLDIR}
-       cd ${WRKSRC}/Examples && pax -rw -pp -pm . ${DESTDIR}${EGDIR}
-
-.include "../../mk/bsd.pkg.mk"
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific-doc/PLIST
--- a/math/py-Scientific-doc/PLIST      Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2016/07/24 20:44:51 rillig Exp $
-share/doc/py-Scientific/HTML/Scientific.html
-share/doc/py-Scientific/HTML/Scientific_1.html
-share/doc/py-Scientific/HTML/Scientific_10.html
-share/doc/py-Scientific/HTML/Scientific_11.html
-share/doc/py-Scientific/HTML/Scientific_12.html
-share/doc/py-Scientific/HTML/Scientific_13.html
-share/doc/py-Scientific/HTML/Scientific_14.html
-share/doc/py-Scientific/HTML/Scientific_15.html
-share/doc/py-Scientific/HTML/Scientific_16.html
-share/doc/py-Scientific/HTML/Scientific_17.html
-share/doc/py-Scientific/HTML/Scientific_18.html
-share/doc/py-Scientific/HTML/Scientific_19.html
-share/doc/py-Scientific/HTML/Scientific_2.html
-share/doc/py-Scientific/HTML/Scientific_20.html
-share/doc/py-Scientific/HTML/Scientific_21.html
-share/doc/py-Scientific/HTML/Scientific_22.html
-share/doc/py-Scientific/HTML/Scientific_23.html
-share/doc/py-Scientific/HTML/Scientific_24.html
-share/doc/py-Scientific/HTML/Scientific_25.html
-share/doc/py-Scientific/HTML/Scientific_26.html
-share/doc/py-Scientific/HTML/Scientific_27.html
-share/doc/py-Scientific/HTML/Scientific_28.html
-share/doc/py-Scientific/HTML/Scientific_29.html
-share/doc/py-Scientific/HTML/Scientific_3.html
-share/doc/py-Scientific/HTML/Scientific_30.html
-share/doc/py-Scientific/HTML/Scientific_31.html
-share/doc/py-Scientific/HTML/Scientific_32.html
-share/doc/py-Scientific/HTML/Scientific_33.html
-share/doc/py-Scientific/HTML/Scientific_34.html
-share/doc/py-Scientific/HTML/Scientific_35.html
-share/doc/py-Scientific/HTML/Scientific_36.html
-share/doc/py-Scientific/HTML/Scientific_37.html
-share/doc/py-Scientific/HTML/Scientific_38.html
-share/doc/py-Scientific/HTML/Scientific_39.html
-share/doc/py-Scientific/HTML/Scientific_4.html
-share/doc/py-Scientific/HTML/Scientific_40.html
-share/doc/py-Scientific/HTML/Scientific_41.html
-share/doc/py-Scientific/HTML/Scientific_42.html
-share/doc/py-Scientific/HTML/Scientific_43.html
-share/doc/py-Scientific/HTML/Scientific_44.html
-share/doc/py-Scientific/HTML/Scientific_45.html
-share/doc/py-Scientific/HTML/Scientific_46.html
-share/doc/py-Scientific/HTML/Scientific_47.html
-share/doc/py-Scientific/HTML/Scientific_48.html
-share/doc/py-Scientific/HTML/Scientific_5.html
-share/doc/py-Scientific/HTML/Scientific_6.html
-share/doc/py-Scientific/HTML/Scientific_7.html
-share/doc/py-Scientific/HTML/Scientific_8.html
-share/doc/py-Scientific/HTML/Scientific_9.html
-share/doc/py-Scientific/LICENSE
-share/doc/py-Scientific/README
-share/doc/py-Scientific/manual.pdf
-share/examples/py-Scientific/BSP/example1.py
-share/examples/py-Scientific/BSP/example1_array.py
-share/examples/py-Scientific/BSP/example2.py
-share/examples/py-Scientific/BSP/example3.py
-share/examples/py-Scientific/BSP/example4.py
-share/examples/py-Scientific/README
-share/examples/py-Scientific/Setup.template
-share/examples/py-Scientific/compile.py
-share/examples/py-Scientific/demomodule.c
-share/examples/py-Scientific/mpi.py
-share/examples/py-Scientific/netcdf_demo.py
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific-doc/distinfo
--- a/math/py-Scientific-doc/distinfo   Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:55:59 nia Exp $
-
-BLAKE2s (ScientificPython-2.4.5.tar.gz) = 74997627cb1f5e84794a3e2eaefdc4f35fb831e1513e8bd90c9a8f231bea83e5
-SHA512 (ScientificPython-2.4.5.tar.gz) = 5fd0bbff90ac63aa2f9c4a494a6950327c925e03b0f82e9e2647008aa21a8a35d5ddc349aeb3f2f7290c01005c11449983a3f950c45713c6bb0337c03aa7b512
-Size (ScientificPython-2.4.5.tar.gz) = 487379 bytes
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific/DESCR
--- a/math/py-Scientific/DESCR  Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +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.
-
-The netCDF interface module, until now distributed separately, has
-been integrated into this package as well. It is now called
-Scientific.IO.NetCDF.
-
-The module Scientific.MPI provides an object-oriented interface to the
-Message Passing Interface, an industry standard library for
-interprocess communication on parallel computers.
-
-All of these modules are in the public domain; do with them whatever
-you wish. However, there is no warranty of any kind; you use the code
-at your own risk.
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific/Makefile
--- a/math/py-Scientific/Makefile       Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.72 2022/01/10 23:46:49 wiz Exp $
-
-DISTNAME=      ScientificPython-2.8.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Python//}
-PKGREVISION=   22
-CATEGORIES=    math python
-MASTER_SITES=  http://sourcesup.cru.fr/frs/download.php/4411/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://dirac.cnrs-orleans.fr/ScientificPython/
-COMMENT=       Python modules for scientific computing
-LICENSE=       cecill-2.1
-
-CONFLICTS+=    py-Scientific-[0-9]*
-
-MAKE_ENV+=     NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf}
-
-PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 2.8.1
-
-.include "../../lang/python/pyversion.mk"
-
-PYPLAT_CMD=    ${PYTHONBIN} -c "import sys; print sys.platform"
-PLIST_SUBST+=  PYPLAT=${PYPLAT_CMD:sh}
-
-INSTALLATION_DIRS=     bin
-
-post-build:
-       ${RUN} cd ${WRKSRC}/Src/MPI && ${SETENV} CFLAGS=${CFLAGS:Q} \
-         LDFLAGS="${LDFLAGS} ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" ${PYTHONBIN} compile.py
-
-post-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/Src/MPI/mpipython \
-               ${DESTDIR}${PREFIX}/bin/mpipython${PYVERSSUFFIX}
-
-.include "../../devel/netcdf/buildlink3.mk"
-.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../mk/mpi.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f8a3c0c69f68 -r 92d666735806 math/py-Scientific/PLIST
--- a/math/py-Scientific/PLIST  Tue Jan 25 01:34:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,230 +0,0 @@
-@comment $NetBSD: PLIST,v 1.11 2019/03/28 14:44:52 bacon Exp $
-bin/bsp_virtual
-bin/mpipython${PYVERSSUFFIX}
-bin/task_manager
-${PYINC}/Scientific/PyBSP_API.h
-${PYINC}/Scientific/PyMPI_API.h
-${PYINC}/Scientific/arrayobject.h
-${PYINC}/Scientific/bspmodule.h
-${PYINC}/Scientific/mpimodule.h
-${PYINC}/Scientific/netcdf.h
-${PYINC}/Scientific/netcdfmodule.h
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/Scientific/BSP/Console.py
-${PYSITELIB}/Scientific/BSP/Console.pyc
-${PYSITELIB}/Scientific/BSP/Console.pyo
-${PYSITELIB}/Scientific/BSP/IO.py
-${PYSITELIB}/Scientific/BSP/IO.pyc
-${PYSITELIB}/Scientific/BSP/IO.pyo
-${PYSITELIB}/Scientific/BSP/RemoteObjects.py
-${PYSITELIB}/Scientific/BSP/RemoteObjects.pyc
-${PYSITELIB}/Scientific/BSP/RemoteObjects.pyo
-${PYSITELIB}/Scientific/BSP/__init__.py
-${PYSITELIB}/Scientific/BSP/__init__.pyc
-${PYSITELIB}/Scientific/BSP/__init__.pyo
-${PYSITELIB}/Scientific/BSP/core.py
-${PYSITELIB}/Scientific/BSP/core.pyc
-${PYSITELIB}/Scientific/BSP/core.pyo
-${PYSITELIB}/Scientific/Clustering/AffinityPropagation.py
-${PYSITELIB}/Scientific/Clustering/AffinityPropagation.pyc
-${PYSITELIB}/Scientific/Clustering/AffinityPropagation.pyo
-${PYSITELIB}/Scientific/Clustering/__init__.py
-${PYSITELIB}/Scientific/Clustering/__init__.pyc
-${PYSITELIB}/Scientific/Clustering/__init__.pyo
-${PYSITELIB}/Scientific/DictWithDefault.py
-${PYSITELIB}/Scientific/DictWithDefault.pyc
-${PYSITELIB}/Scientific/DictWithDefault.pyo
-${PYSITELIB}/Scientific/DistributedComputing/MasterSlave.py
-${PYSITELIB}/Scientific/DistributedComputing/MasterSlave.pyc
-${PYSITELIB}/Scientific/DistributedComputing/MasterSlave.pyo
-${PYSITELIB}/Scientific/DistributedComputing/TaskManager.py
-${PYSITELIB}/Scientific/DistributedComputing/TaskManager.pyc
-${PYSITELIB}/Scientific/DistributedComputing/TaskManager.pyo
-${PYSITELIB}/Scientific/DistributedComputing/__init__.py



Home | Main Index | Thread Index | Old Index