pkgsrc-WIP-changes archive

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

py-se: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Jun 7 12:32:29 2022 +0200
Changeset:	dda7fc5914659ce46d9ae112afe87a3749f0e186

Modified Files:
	Makefile
Removed Files:
	py-se/DESCR
	py-se/Makefile
	py-se/PLIST
	py-se/distinfo

Log Message:
py-se: remove

Dead upstream, homepage mentions 'python 2.4'; no development since
2005.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dda7fc5914659ce46d9ae112afe87a3749f0e186

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 -
 py-se/DESCR    |  3 ---
 py-se/Makefile | 25 -------------------------
 py-se/PLIST    | 43 -------------------------------------------
 py-se/distinfo |  5 -----
 5 files changed, 77 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index da2e2ac7da..694bc977c3 100644
--- a/Makefile
+++ b/Makefile
@@ -4608,7 +4608,6 @@ SUBDIR+=	py-scs
 SUBDIR+=	py-sdeint
 SUBDIR+=	py-sdnotify
 SUBDIR+=	py-sdt_metrics
-SUBDIR+=	py-se
 SUBDIR+=	py-secretpy
 SUBDIR+=	py-secretstorage
 SUBDIR+=	py-seeds
diff --git a/py-se/DESCR b/py-se/DESCR
deleted file mode 100644
index e5ac096da5..0000000000
--- a/py-se/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-PySE is an environemnt written in Python for solving partial differnetial
-equations using the finite difference method. It is heavily based on
-the 'Stencil' concept in FDM methods.
diff --git a/py-se/Makefile b/py-se/Makefile
deleted file mode 100644
index 7043cd57b3..0000000000
--- a/py-se/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:38:49 thomasklausner Exp $
-
-DISTNAME=	pyse-0.3.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=	1
-CATEGORIES=	math python
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=pyfdm/}
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://pyfdm.sourceforge.net/
-COMMENT=	Framework for solving PDEs with FDM using Python
-LICENSE=	gnu-gpl-v3
-
-PYTHON_VERSIONED_DEPENDENCIES=	Pmw
-PYTHON_VERSIONS_ACCEPTED=	27 # py-Numeric, py-numarray
-
-USE_LANGUAGES=	c c++
-
-PYDISTUTILSPKG=	yes
-
-.include "../../lang/python/extension.mk"
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../math/py-Numeric/buildlink3.mk"
-.include "../../math/py-numarray/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-se/PLIST b/py-se/PLIST
deleted file mode 100644
index 09c8397304..0000000000
--- a/py-se/PLIST
+++ /dev/null
@@ -1,43 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/23 10:21:01 jihbed Exp $
-${PYSITELIB}/pyFDM/ConjGrad.py
-${PYSITELIB}/pyFDM/ConjGrad.pyc
-${PYSITELIB}/pyFDM/ConjGrad.pyo
-${PYSITELIB}/pyFDM/Field.py
-${PYSITELIB}/pyFDM/Field.pyc
-${PYSITELIB}/pyFDM/Field.pyo
-${PYSITELIB}/pyFDM/Grid.py
-${PYSITELIB}/pyFDM/Grid.pyc
-${PYSITELIB}/pyFDM/Grid.pyo
-${PYSITELIB}/pyFDM/ImplementedStencils.py
-${PYSITELIB}/pyFDM/ImplementedStencils.pyc
-${PYSITELIB}/pyFDM/ImplementedStencils.pyo
-${PYSITELIB}/pyFDM/Jacobi.py
-${PYSITELIB}/pyFDM/Jacobi.pyc
-${PYSITELIB}/pyFDM/Jacobi.pyo
-${PYSITELIB}/pyFDM/NeumanBoundary.py
-${PYSITELIB}/pyFDM/NeumanBoundary.pyc
-${PYSITELIB}/pyFDM/NeumanBoundary.pyo
-${PYSITELIB}/pyFDM/Stencil.py
-${PYSITELIB}/pyFDM/Stencil.pyc
-${PYSITELIB}/pyFDM/Stencil.pyo
-${PYSITELIB}/pyFDM/StencilList.py
-${PYSITELIB}/pyFDM/StencilList.pyc
-${PYSITELIB}/pyFDM/StencilList.pyo
-${PYSITELIB}/pyFDM/Utils.py
-${PYSITELIB}/pyFDM/Utils.pyc
-${PYSITELIB}/pyFDM/Utils.pyo
-${PYSITELIB}/pyFDM/__init__.py
-${PYSITELIB}/pyFDM/__init__.pyc
-${PYSITELIB}/pyFDM/__init__.pyo
-${PYSITELIB}/pyFDM/pyfdmcutils.so
-${PYSITELIB}/pyPDE/VizCurve.py
-${PYSITELIB}/pyPDE/VizSurface.py
-${PYSITELIB}/pyPDE/__init__.py
-${PYSITELIB}/pyPDE/__init__.pyc
-${PYSITELIB}/pyPDE/__init__.pyo
-${PYSITELIB}/pyPDE/numpytools.py
-${PYSITELIB}/pyPDE/numpytools.pyc
-${PYSITELIB}/pyPDE/numpytools.pyo
-${PYSITELIB}/pyPDE/plot_utils.py
-${PYSITELIB}/pyPDE/plot_utils.pyc
-${PYSITELIB}/pyPDE/plot_utils.pyo
diff --git a/py-se/distinfo b/py-se/distinfo
deleted file mode 100644
index bd97e2e560..0000000000
--- a/py-se/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/23 10:21:01 jihbed Exp $
-
-RMD160 (pyse-0.3.1.tar.gz) = 9f2c2a20ff03cea07d8c25f76261c435520c9a30
-SHA512 (pyse-0.3.1.tar.gz) = 3098795bf2ecb8888233d2d23a92a3921d2d98c9f62a3a0f70d7eaef5208541db9308db25dfd8740a13265135c323a66c17c4e5649fe21fa346cf04d6e82c9f3
-Size (pyse-0.3.1.tar.gz) = 95066 bytes


Home | Main Index | Thread Index | Old Index