pkgsrc-WIP-changes archive

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

*: remove py-gnuplot dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Jan 25 02:47:24 2022 +0100
Changeset:	575de3a3a0eefbf49d63b4b382b7550a8d1c6324

Modified Files:
	Makefile
Removed Files:
	py-bip/DESCR
	py-bip/Makefile
	py-bip/PLIST
	py-bip/distinfo
	py-fipy/DESCR
	py-fipy/Makefile
	py-fipy/PLIST
	py-fipy/distinfo
	py-liveplots/DESCR
	py-liveplots/Makefile
	py-liveplots/PLIST
	py-liveplots/distinfo

Log Message:
*: remove py-gnuplot dependencies

The package was removed from pkgsrc

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

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

diffstat:
 Makefile              |   3 -
 py-bip/DESCR          |   1 -
 py-bip/Makefile       |  32 ---
 py-bip/PLIST          | 137 ----------
 py-bip/distinfo       |   5 -
 py-fipy/DESCR         |   1 -
 py-fipy/Makefile      |  28 --
 py-fipy/PLIST         | 723 --------------------------------------------------
 py-fipy/distinfo      |   5 -
 py-liveplots/DESCR    |   1 -
 py-liveplots/Makefile |  21 --
 py-liveplots/PLIST    |  22 --
 py-liveplots/distinfo |   5 -
 13 files changed, 984 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f8ab6f2367..cdcbb69ea7 100644
--- a/Makefile
+++ b/Makefile
@@ -3455,7 +3455,6 @@ SUBDIR+=	py-bidict
 SUBDIR+=	py-bigfloat
 SUBDIR+=	py-biofrills
 SUBDIR+=	py-biopython
-SUBDIR+=	py-bip
 SUBDIR+=	py-bitsets
 SUBDIR+=	py-blake2
 SUBDIR+=	py-blaze
@@ -3778,7 +3777,6 @@ SUBDIR+=	py-figleaf
 SUBDIR+=	py-fileinspector
 SUBDIR+=	py-filelock
 SUBDIR+=	py-fiona
-SUBDIR+=	py-fipy
 SUBDIR+=	py-firehose
 SUBDIR+=	py-fix-yahoo-finance
 SUBDIR+=	py-fjd
@@ -4041,7 +4039,6 @@ SUBDIR+=	py-linearalgebra
 SUBDIR+=	py-lingpy
 SUBDIR+=	py-linop
 SUBDIR+=	py-lire
-SUBDIR+=	py-liveplots
 SUBDIR+=	py-llfuse
 SUBDIR+=	py-locky
 SUBDIR+=	py-locustio
diff --git a/py-bip/DESCR b/py-bip/DESCR
deleted file mode 100644
index 16ceea22a4..0000000000
--- a/py-bip/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Python package for object-oriented bayesian inference
diff --git a/py-bip/Makefile b/py-bip/Makefile
deleted file mode 100644
index b2b8e588d7..0000000000
--- a/py-bip/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2014/05/09 07:38:45 thomasklausner Exp $
-
-DISTNAME=	BIP-0.5.4
-EGG_NAME=	${DISTNAME}
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/BIP/bip/}
-PKGREVISION=	2
-CATEGORIES=	math python
-MASTER_SITES=	${MASTER_SITE_PYPI:=B/BIP/}
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://code.google.com/p/bayesian-inference/
-COMMENT=	Python package for object-oriented bayesian inference
-LICENSE=	gnu-gpl-v3
-
-DEPENDS+=	${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
-DEPENDS+=	${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-liveplots>=0.7.1:../../wip/py-liveplots
-DEPENDS+=	${PYPKGPREFIX}-openopt>=0.31:../../wip/py-openopt
-
-USE_LANGUAGES=	# none
-
-INSTALLATION_DIRS=		share/doc/py-bip/html
-PYTHON_VERSIONS_ACCEPTED=	27 # py-multiprocess and py-gnuplot via py-liveplots
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/html/* ${DESTDIR}${PREFIX}/share/doc/py-bip/html
-
-.include "../../devel/py-cython/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pynumpy+=	${PYPKGPREFIX}-numpy>=1.0
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-bip/PLIST b/py-bip/PLIST
deleted file mode 100644
index 484bb9ffa3..0000000000
--- a/py-bip/PLIST
+++ /dev/null
@@ -1,137 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2012/02/12 19:58:28 noud4 Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO.before_restore_2010-04-21_14.39.58.289369
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/BIP/Bayes/Melding.py
-${PYSITELIB}/BIP/Bayes/Melding.pyc
-${PYSITELIB}/BIP/Bayes/Melding.pyo
-${PYSITELIB}/BIP/Bayes/PlotMeld.py
-${PYSITELIB}/BIP/Bayes/PlotMeld.pyc
-${PYSITELIB}/BIP/Bayes/PlotMeld.pyo
-${PYSITELIB}/BIP/Bayes/Samplers/MCMC.py
-${PYSITELIB}/BIP/Bayes/Samplers/MCMC.pyc
-${PYSITELIB}/BIP/Bayes/Samplers/MCMC.pyo
-${PYSITELIB}/BIP/Bayes/Samplers/__init__.py
-${PYSITELIB}/BIP/Bayes/Samplers/__init__.pyc
-${PYSITELIB}/BIP/Bayes/Samplers/__init__.pyo
-${PYSITELIB}/BIP/Bayes/__init__.py
-${PYSITELIB}/BIP/Bayes/__init__.pyc
-${PYSITELIB}/BIP/Bayes/__init__.pyo
-${PYSITELIB}/BIP/Bayes/conjugate_priors.py.py
-${PYSITELIB}/BIP/Bayes/conjugate_priors.py.pyc
-${PYSITELIB}/BIP/Bayes/conjugate_priors.py.pyo
-${PYSITELIB}/BIP/Bayes/general/__init__.py
-${PYSITELIB}/BIP/Bayes/general/__init__.pyc
-${PYSITELIB}/BIP/Bayes/general/__init__.pyo
-${PYSITELIB}/BIP/Bayes/general/bvariables.py
-${PYSITELIB}/BIP/Bayes/general/bvariables.pyc
-${PYSITELIB}/BIP/Bayes/general/bvariables.pyo
-${PYSITELIB}/BIP/Bayes/lhs.py
-${PYSITELIB}/BIP/Bayes/lhs.pyc
-${PYSITELIB}/BIP/Bayes/lhs.pyo
-${PYSITELIB}/BIP/Bayes/like.py
-${PYSITELIB}/BIP/Bayes/like.pyc
-${PYSITELIB}/BIP/Bayes/like.pyo
-${PYSITELIB}/BIP/SDE/__init__.py
-${PYSITELIB}/BIP/SDE/__init__.pyc
-${PYSITELIB}/BIP/SDE/__init__.pyo
-${PYSITELIB}/BIP/SDE/example.py
-${PYSITELIB}/BIP/SDE/example.pyc
-${PYSITELIB}/BIP/SDE/example.pyo
-${PYSITELIB}/BIP/SDE/gillespie.py
-${PYSITELIB}/BIP/SDE/gillespie.pyc
-${PYSITELIB}/BIP/SDE/gillespie.pyo
-${PYSITELIB}/BIP/SMC/__init__.py
-${PYSITELIB}/BIP/SMC/__init__.pyc
-${PYSITELIB}/BIP/SMC/__init__.pyo
-${PYSITELIB}/BIP/SMC/condensation.py
-${PYSITELIB}/BIP/SMC/condensation.pyc
-${PYSITELIB}/BIP/SMC/condensation.pyo
-${PYSITELIB}/BIP/Viz/__init__.py
-${PYSITELIB}/BIP/Viz/__init__.pyc
-${PYSITELIB}/BIP/Viz/__init__.pyo
-${PYSITELIB}/BIP/Viz/ascii.py
-${PYSITELIB}/BIP/Viz/ascii.pyc
-${PYSITELIB}/BIP/Viz/ascii.pyo
-${PYSITELIB}/BIP/Viz/asciihist.py
-${PYSITELIB}/BIP/Viz/asciihist.pyc
-${PYSITELIB}/BIP/Viz/asciihist.pyo
-${PYSITELIB}/BIP/Viz/realtime.py
-${PYSITELIB}/BIP/Viz/realtime.pyc
-${PYSITELIB}/BIP/Viz/realtime.pyo
-${PYSITELIB}/BIP/__init__.py
-${PYSITELIB}/BIP/__init__.pyc
-${PYSITELIB}/BIP/__init__.pyo
-${PYSITELIB}/BIP/__version__.py
-${PYSITELIB}/BIP/__version__.pyc
-${PYSITELIB}/BIP/__version__.pyo
-${PYSITELIB}/BIP/logsetup.py
-${PYSITELIB}/BIP/logsetup.pyc
-${PYSITELIB}/BIP/logsetup.pyo
-share/doc/py-bip/html/BIP-module.html
-share/doc/py-bip/html/BIP-pysrc.html
-share/doc/py-bip/html/BIP.Bayes-module.html
-share/doc/py-bip/html/BIP.Bayes-pysrc.html
-share/doc/py-bip/html/BIP.Bayes.Melding-module.html
-share/doc/py-bip/html/BIP.Bayes.Melding-pysrc.html
-share/doc/py-bip/html/BIP.Bayes.Melding.Meld-class.html
-share/doc/py-bip/html/BIP.Bayes.conjugate-module.html
-share/doc/py-bip/html/BIP.Bayes.conjugate-pysrc.html
-share/doc/py-bip/html/BIP.Bayes.general-module.html
-share/doc/py-bip/html/BIP.Bayes.general-pysrc.html
-share/doc/py-bip/html/BIP.Bayes.general.Bayes-module.html
-share/doc/py-bip/html/BIP.Bayes.general.Bayes-pysrc.html
-share/doc/py-bip/html/BIP.Bayes.general.Bayes._BayesVar-class.html
-share/doc/py-bip/html/BIP.Bayes.general.Bayes.__BayesC-class.html
-share/doc/py-bip/html/BIP.Bayes.general.Bayes.__BayesD-class.html
-share/doc/py-bip/html/BIP.Bayes.general.like-module.html
-share/doc/py-bip/html/BIP.Bayes.lhs-module.html
-share/doc/py-bip/html/BIP.Bayes.lhs-pysrc.html
-share/doc/py-bip/html/BIP.Bayes.like-module.html
-share/doc/py-bip/html/BIP.Bayes.like-pysrc.html
-share/doc/py-bip/html/BIP.SDE-module.html
-share/doc/py-bip/html/BIP.SDE-pysrc.html
-share/doc/py-bip/html/BIP.SDE.example-module.html
-share/doc/py-bip/html/BIP.SDE.example-pysrc.html
-share/doc/py-bip/html/BIP.SDE.gillespie-module.html
-share/doc/py-bip/html/BIP.SDE.gillespie-pysrc.html
-share/doc/py-bip/html/BIP.SDE.gillespie.Model-class.html
-share/doc/py-bip/html/BIP.SMC-module.html
-share/doc/py-bip/html/BIP.SMC-pysrc.html
-share/doc/py-bip/html/BIP.SMC.condensation-module.html
-share/doc/py-bip/html/BIP.SMC.condensation-pysrc.html
-share/doc/py-bip/html/BIP.SMC.condensation.Condensation-class.html
-share/doc/py-bip/html/BIP.SMC.condensation.GlobalData-class.html
-share/doc/py-bip/html/BIP.SMC.condensation.IterationData-class.html
-share/doc/py-bip/html/BIP.SMC.condensation.Model-class.html
-share/doc/py-bip/html/api-objects.txt
-share/doc/py-bip/html/class-tree.html
-share/doc/py-bip/html/crarr.png
-share/doc/py-bip/html/epydoc.css
-share/doc/py-bip/html/epydoc.js
-share/doc/py-bip/html/frames.html
-share/doc/py-bip/html/help.html
-share/doc/py-bip/html/identifier-index.html
-share/doc/py-bip/html/index.html
-share/doc/py-bip/html/module-tree.html
-share/doc/py-bip/html/redirect.html
-share/doc/py-bip/html/toc-BIP-module.html
-share/doc/py-bip/html/toc-BIP.Bayes-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.Melding-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.conjugate-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.general-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.general.Bayes-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.general.like-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.lhs-module.html
-share/doc/py-bip/html/toc-BIP.Bayes.like-module.html
-share/doc/py-bip/html/toc-BIP.SDE-module.html
-share/doc/py-bip/html/toc-BIP.SDE.example-module.html
-share/doc/py-bip/html/toc-BIP.SDE.gillespie-module.html
-share/doc/py-bip/html/toc-BIP.SMC-module.html
-share/doc/py-bip/html/toc-BIP.SMC.condensation-module.html
-share/doc/py-bip/html/toc-everything.html
-share/doc/py-bip/html/toc.html
diff --git a/py-bip/distinfo b/py-bip/distinfo
deleted file mode 100644
index 2793433f02..0000000000
--- a/py-bip/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/04/02 22:40:52 jihbed Exp $
-
-RMD160 (BIP-0.5.4.tar.gz) = a96c2be0a6e919d14124804bd680703b9f46e864
-SHA512 (BIP-0.5.4.tar.gz) = e76094ff536eb0d769278484f5a2d7c385d6e994a985b9c2da488314cdfbea48602cd657c7e9c9aea8ff24dafc2ad53095935cba57e02a9dcc36cb360ee2c711
-Size (BIP-0.5.4.tar.gz) = 361835 bytes
diff --git a/py-fipy/DESCR b/py-fipy/DESCR
deleted file mode 100644
index 363b9afe26..0000000000
--- a/py-fipy/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Finite volume PDE solver in Python
diff --git a/py-fipy/Makefile b/py-fipy/Makefile
deleted file mode 100644
index 28e166f8e4..0000000000
--- a/py-fipy/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/05/09 07:38:47 thomasklausner Exp $
-
-DISTNAME=	FiPy-2.1.2
-EGG_NAME=	${DISTNAME}
-PKGNAME=	${PYPKGPREFIX}-fipy-2.1.2
-CATEGORIES=	math
-MASTER_SITES=	${MASTER_SITE_PYPI:=F/FiPy/}
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	https://www.ctcms.nist.gov/fipy/
-COMMENT=	Finite volume PDE solver in Python
-LICENSE=	public-domain
-
-DEPENDS+=	${PYPKGPREFIX}-gnuplot>=1.8:../../graphics/py-gnuplot
-DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-DEPENDS+=	${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-sphinx>=1.0.4:../../textproc/py-sphinx
-#DEPENDS+=	${PYPKGPREFIX}-gist>=1.5.28:../../wip/py-gist
-
-PYTHON_VERSIONS_ACCEPTED=	27 # py-gnuplot, py-sphinx
-
-USE_LANGUAGES=	# none
-
-do-test:
-	${RUN} cd ${WRKSRC}/fipy; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-fipy/PLIST b/py-fipy/PLIST
deleted file mode 100644
index b3a2e5f7cf..0000000000
--- a/py-fipy/PLIST
+++ /dev/null
@@ -1,723 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/09 20:30:19 jihbed Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/fipy/__init__.py
-${PYSITELIB}/fipy/__init__.pyc
-${PYSITELIB}/fipy/__init__.pyo
-${PYSITELIB}/fipy/boundaryConditions/__init__.py
-${PYSITELIB}/fipy/boundaryConditions/__init__.pyc
-${PYSITELIB}/fipy/boundaryConditions/__init__.pyo
-${PYSITELIB}/fipy/boundaryConditions/boundaryCondition.py
-${PYSITELIB}/fipy/boundaryConditions/boundaryCondition.pyc
-${PYSITELIB}/fipy/boundaryConditions/boundaryCondition.pyo
-${PYSITELIB}/fipy/boundaryConditions/fixedFlux.py
-${PYSITELIB}/fipy/boundaryConditions/fixedFlux.pyc
-${PYSITELIB}/fipy/boundaryConditions/fixedFlux.pyo
-${PYSITELIB}/fipy/boundaryConditions/fixedValue.py
-${PYSITELIB}/fipy/boundaryConditions/fixedValue.pyc
-${PYSITELIB}/fipy/boundaryConditions/fixedValue.pyo
-${PYSITELIB}/fipy/boundaryConditions/nthOrderBoundaryCondition.py
-${PYSITELIB}/fipy/boundaryConditions/nthOrderBoundaryCondition.pyc
-${PYSITELIB}/fipy/boundaryConditions/nthOrderBoundaryCondition.pyo
-${PYSITELIB}/fipy/boundaryConditions/test.py
-${PYSITELIB}/fipy/boundaryConditions/test.pyc
-${PYSITELIB}/fipy/boundaryConditions/test.pyo
-${PYSITELIB}/fipy/matrices/__init__.py
-${PYSITELIB}/fipy/matrices/__init__.pyc
-${PYSITELIB}/fipy/matrices/__init__.pyo
-${PYSITELIB}/fipy/matrices/pysparseMatrix.py
-${PYSITELIB}/fipy/matrices/pysparseMatrix.pyc
-${PYSITELIB}/fipy/matrices/pysparseMatrix.pyo
-${PYSITELIB}/fipy/matrices/sparseMatrix.py
-${PYSITELIB}/fipy/matrices/sparseMatrix.pyc
-${PYSITELIB}/fipy/matrices/sparseMatrix.pyo
-${PYSITELIB}/fipy/matrices/test.py
-${PYSITELIB}/fipy/matrices/test.pyc
-${PYSITELIB}/fipy/matrices/test.pyo
-${PYSITELIB}/fipy/matrices/trilinosMatrix.py
-${PYSITELIB}/fipy/matrices/trilinosMatrix.pyc
-${PYSITELIB}/fipy/matrices/trilinosMatrix.pyo
-${PYSITELIB}/fipy/meshes/__init__.py
-${PYSITELIB}/fipy/meshes/__init__.pyc
-${PYSITELIB}/fipy/meshes/__init__.pyo
-${PYSITELIB}/fipy/meshes/common/__init__.py
-${PYSITELIB}/fipy/meshes/common/__init__.pyc
-${PYSITELIB}/fipy/meshes/common/__init__.pyo
-${PYSITELIB}/fipy/meshes/common/mesh.py
-${PYSITELIB}/fipy/meshes/common/mesh.pyc
-${PYSITELIB}/fipy/meshes/common/mesh.pyo
-${PYSITELIB}/fipy/meshes/cylindricalGrid1D.py
-${PYSITELIB}/fipy/meshes/cylindricalGrid1D.pyc
-${PYSITELIB}/fipy/meshes/cylindricalGrid1D.pyo
-${PYSITELIB}/fipy/meshes/cylindricalGrid2D.py
-${PYSITELIB}/fipy/meshes/cylindricalGrid2D.pyc
-${PYSITELIB}/fipy/meshes/cylindricalGrid2D.pyo
-${PYSITELIB}/fipy/meshes/gmshExport.py
-${PYSITELIB}/fipy/meshes/gmshExport.pyc
-${PYSITELIB}/fipy/meshes/gmshExport.pyo
-${PYSITELIB}/fipy/meshes/gmshImport.py
-${PYSITELIB}/fipy/meshes/gmshImport.pyc
-${PYSITELIB}/fipy/meshes/gmshImport.pyo
-${PYSITELIB}/fipy/meshes/grid1D.py
-${PYSITELIB}/fipy/meshes/grid1D.pyc
-${PYSITELIB}/fipy/meshes/grid1D.pyo
-${PYSITELIB}/fipy/meshes/grid2D.py
-${PYSITELIB}/fipy/meshes/grid2D.pyc
-${PYSITELIB}/fipy/meshes/grid2D.pyo
-${PYSITELIB}/fipy/meshes/grid3D.py
-${PYSITELIB}/fipy/meshes/grid3D.pyc
-${PYSITELIB}/fipy/meshes/grid3D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/__init__.py
-${PYSITELIB}/fipy/meshes/numMesh/__init__.pyc
-${PYSITELIB}/fipy/meshes/numMesh/__init__.pyo
-${PYSITELIB}/fipy/meshes/numMesh/cell.py
-${PYSITELIB}/fipy/meshes/numMesh/cell.pyc
-${PYSITELIB}/fipy/meshes/numMesh/cell.pyo
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalGrid1D.py
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalGrid1D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalGrid1D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalGrid2D.py
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalGrid2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalGrid2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalUniformGrid1D.py
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalUniformGrid1D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalUniformGrid1D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalUniformGrid2D.py
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalUniformGrid2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/cylindricalUniformGrid2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/face.py
-${PYSITELIB}/fipy/meshes/numMesh/face.pyc
-${PYSITELIB}/fipy/meshes/numMesh/face.pyo
-${PYSITELIB}/fipy/meshes/numMesh/gmshExport.py
-${PYSITELIB}/fipy/meshes/numMesh/gmshExport.pyc
-${PYSITELIB}/fipy/meshes/numMesh/gmshExport.pyo
-${PYSITELIB}/fipy/meshes/numMesh/gmshImport.py
-${PYSITELIB}/fipy/meshes/numMesh/gmshImport.pyc
-${PYSITELIB}/fipy/meshes/numMesh/gmshImport.pyo
-${PYSITELIB}/fipy/meshes/numMesh/grid1D.py
-${PYSITELIB}/fipy/meshes/numMesh/grid1D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/grid1D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/grid2D.py
-${PYSITELIB}/fipy/meshes/numMesh/grid2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/grid2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/grid3D.py
-${PYSITELIB}/fipy/meshes/numMesh/grid3D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/grid3D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/mesh.py
-${PYSITELIB}/fipy/meshes/numMesh/mesh.pyc
-${PYSITELIB}/fipy/meshes/numMesh/mesh.pyo
-${PYSITELIB}/fipy/meshes/numMesh/mesh1D.py
-${PYSITELIB}/fipy/meshes/numMesh/mesh1D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/mesh1D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/mesh2D.py
-${PYSITELIB}/fipy/meshes/numMesh/mesh2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/mesh2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/periodicGrid1D.py
-${PYSITELIB}/fipy/meshes/numMesh/periodicGrid1D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/periodicGrid1D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/periodicGrid2D.py
-${PYSITELIB}/fipy/meshes/numMesh/periodicGrid2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/periodicGrid2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/skewedGrid2D.py
-${PYSITELIB}/fipy/meshes/numMesh/skewedGrid2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/skewedGrid2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/test.py
-${PYSITELIB}/fipy/meshes/numMesh/test.pyc
-${PYSITELIB}/fipy/meshes/numMesh/test.pyo
-${PYSITELIB}/fipy/meshes/numMesh/tri2D.py
-${PYSITELIB}/fipy/meshes/numMesh/tri2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/tri2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid1D.py
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid1D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid1D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid2D.py
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid2D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid2D.pyo
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid3D.py
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid3D.pyc
-${PYSITELIB}/fipy/meshes/numMesh/uniformGrid3D.pyo
-${PYSITELIB}/fipy/meshes/periodicGrid1D.py
-${PYSITELIB}/fipy/meshes/periodicGrid1D.pyc
-${PYSITELIB}/fipy/meshes/periodicGrid1D.pyo
-${PYSITELIB}/fipy/meshes/periodicGrid2D.py
-${PYSITELIB}/fipy/meshes/periodicGrid2D.pyc
-${PYSITELIB}/fipy/meshes/periodicGrid2D.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/__init__.py
-${PYSITELIB}/fipy/meshes/pyMesh/__init__.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/__init__.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/cell.py
-${PYSITELIB}/fipy/meshes/pyMesh/cell.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/cell.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/face.py
-${PYSITELIB}/fipy/meshes/pyMesh/face.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/face.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/face2D.py
-${PYSITELIB}/fipy/meshes/pyMesh/face2D.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/face2D.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/grid2D.py
-${PYSITELIB}/fipy/meshes/pyMesh/grid2D.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/grid2D.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/mesh.py
-${PYSITELIB}/fipy/meshes/pyMesh/mesh.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/mesh.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/test.py
-${PYSITELIB}/fipy/meshes/pyMesh/test.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/test.pyo
-${PYSITELIB}/fipy/meshes/pyMesh/vertex.py
-${PYSITELIB}/fipy/meshes/pyMesh/vertex.pyc
-${PYSITELIB}/fipy/meshes/pyMesh/vertex.pyo
-${PYSITELIB}/fipy/meshes/skewedGrid2D.py
-${PYSITELIB}/fipy/meshes/skewedGrid2D.pyc
-${PYSITELIB}/fipy/meshes/skewedGrid2D.pyo
-${PYSITELIB}/fipy/meshes/test.py
-${PYSITELIB}/fipy/meshes/test.pyc
-${PYSITELIB}/fipy/meshes/test.pyo
-${PYSITELIB}/fipy/meshes/tri2D.py
-${PYSITELIB}/fipy/meshes/tri2D.pyc
-${PYSITELIB}/fipy/meshes/tri2D.pyo
-${PYSITELIB}/fipy/models/__init__.py
-${PYSITELIB}/fipy/models/__init__.pyc
-${PYSITELIB}/fipy/models/__init__.pyo
-${PYSITELIB}/fipy/models/levelSet/__init__.py
-${PYSITELIB}/fipy/models/levelSet/__init__.pyc
-${PYSITELIB}/fipy/models/levelSet/__init__.pyo
-${PYSITELIB}/fipy/models/levelSet/advection/__init__.py
-${PYSITELIB}/fipy/models/levelSet/advection/__init__.pyc
-${PYSITELIB}/fipy/models/levelSet/advection/__init__.pyo
-${PYSITELIB}/fipy/models/levelSet/advection/advectionEquation.py
-${PYSITELIB}/fipy/models/levelSet/advection/advectionEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/advection/advectionEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/advection/advectionTerm.py
-${PYSITELIB}/fipy/models/levelSet/advection/advectionTerm.pyc
-${PYSITELIB}/fipy/models/levelSet/advection/advectionTerm.pyo
-${PYSITELIB}/fipy/models/levelSet/advection/higherOrderAdvectionEquation.py
-${PYSITELIB}/fipy/models/levelSet/advection/higherOrderAdvectionEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/advection/higherOrderAdvectionEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/advection/higherOrderAdvectionTerm.py
-${PYSITELIB}/fipy/models/levelSet/advection/higherOrderAdvectionTerm.pyc
-${PYSITELIB}/fipy/models/levelSet/advection/higherOrderAdvectionTerm.pyo
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/__init__.py
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/__init__.pyc
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/__init__.pyo
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/distanceVariable.py
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/distanceVariable.pyc
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/distanceVariable.pyo
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/levelSetDiffusionEquation.py
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/levelSetDiffusionEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/levelSetDiffusionEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/levelSetDiffusionVariable.py
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/levelSetDiffusionVariable.pyc
-${PYSITELIB}/fipy/models/levelSet/distanceFunction/levelSetDiffusionVariable.pyo
-${PYSITELIB}/fipy/models/levelSet/electroChem/__init__.py
-${PYSITELIB}/fipy/models/levelSet/electroChem/__init__.pyc
-${PYSITELIB}/fipy/models/levelSet/electroChem/__init__.pyo
-${PYSITELIB}/fipy/models/levelSet/electroChem/gapFillMesh.py
-${PYSITELIB}/fipy/models/levelSet/electroChem/gapFillMesh.pyc
-${PYSITELIB}/fipy/models/levelSet/electroChem/gapFillMesh.pyo
-${PYSITELIB}/fipy/models/levelSet/electroChem/metalIonDiffusionEquation.py
-${PYSITELIB}/fipy/models/levelSet/electroChem/metalIonDiffusionEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/electroChem/metalIonDiffusionEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/electroChem/metalIonSourceVariable.py
-${PYSITELIB}/fipy/models/levelSet/electroChem/metalIonSourceVariable.pyc
-${PYSITELIB}/fipy/models/levelSet/electroChem/metalIonSourceVariable.pyo
-${PYSITELIB}/fipy/models/levelSet/electroChem/test.py
-${PYSITELIB}/fipy/models/levelSet/electroChem/test.pyc
-${PYSITELIB}/fipy/models/levelSet/electroChem/test.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/__init__.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/__init__.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/__init__.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/adsorbingSurfactantEquation.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/adsorbingSurfactantEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/adsorbingSurfactantEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/convectionCoeff.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/convectionCoeff.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/convectionCoeff.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/lines.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/lines.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/lines.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/matplotlibSurfactantViewer.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/matplotlibSurfactantViewer.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/matplotlibSurfactantViewer.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/mayaviSurfactantViewer.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/mayaviSurfactantViewer.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/mayaviSurfactantViewer.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantBulkDiffusionEquation.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantBulkDiffusionEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantBulkDiffusionEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantEquation.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantEquation.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantEquation.pyo
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantVariable.py
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantVariable.pyc
-${PYSITELIB}/fipy/models/levelSet/surfactant/surfactantVariable.pyo
-${PYSITELIB}/fipy/models/levelSet/test.py
-${PYSITELIB}/fipy/models/levelSet/test.pyc
-${PYSITELIB}/fipy/models/levelSet/test.pyo
-${PYSITELIB}/fipy/models/test.py
-${PYSITELIB}/fipy/models/test.pyc
-${PYSITELIB}/fipy/models/test.pyo
-${PYSITELIB}/fipy/solvers/__init__.py
-${PYSITELIB}/fipy/solvers/__init__.pyc
-${PYSITELIB}/fipy/solvers/__init__.pyo
-${PYSITELIB}/fipy/solvers/pysparse/__init__.py
-${PYSITELIB}/fipy/solvers/pysparse/__init__.pyc
-${PYSITELIB}/fipy/solvers/pysparse/__init__.pyo
-${PYSITELIB}/fipy/solvers/pysparse/linearCGSSolver.py
-${PYSITELIB}/fipy/solvers/pysparse/linearCGSSolver.pyc
-${PYSITELIB}/fipy/solvers/pysparse/linearCGSSolver.pyo
-${PYSITELIB}/fipy/solvers/pysparse/linearGMRESSolver.py
-${PYSITELIB}/fipy/solvers/pysparse/linearGMRESSolver.pyc
-${PYSITELIB}/fipy/solvers/pysparse/linearGMRESSolver.pyo
-${PYSITELIB}/fipy/solvers/pysparse/linearJORSolver.py
-${PYSITELIB}/fipy/solvers/pysparse/linearJORSolver.pyc
-${PYSITELIB}/fipy/solvers/pysparse/linearJORSolver.pyo
-${PYSITELIB}/fipy/solvers/pysparse/linearLUSolver.py
-${PYSITELIB}/fipy/solvers/pysparse/linearLUSolver.pyc
-${PYSITELIB}/fipy/solvers/pysparse/linearLUSolver.pyo
-${PYSITELIB}/fipy/solvers/pysparse/linearPCGSolver.py
-${PYSITELIB}/fipy/solvers/pysparse/linearPCGSolver.pyc
-${PYSITELIB}/fipy/solvers/pysparse/linearPCGSolver.pyo
-${PYSITELIB}/fipy/solvers/pysparse/pysparseSolver.py
-${PYSITELIB}/fipy/solvers/pysparse/pysparseSolver.pyc
-${PYSITELIB}/fipy/solvers/pysparse/pysparseSolver.pyo
-${PYSITELIB}/fipy/solvers/solver.py
-${PYSITELIB}/fipy/solvers/solver.pyc
-${PYSITELIB}/fipy/solvers/solver.pyo
-${PYSITELIB}/fipy/solvers/test.py
-${PYSITELIB}/fipy/solvers/test.pyc
-${PYSITELIB}/fipy/solvers/test.pyo
-${PYSITELIB}/fipy/solvers/trilinos/__init__.py
-${PYSITELIB}/fipy/solvers/trilinos/__init__.pyc
-${PYSITELIB}/fipy/solvers/trilinos/__init__.pyo
-${PYSITELIB}/fipy/solvers/trilinos/linearBicgstabSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/linearBicgstabSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/linearBicgstabSolver.pyo
-${PYSITELIB}/fipy/solvers/trilinos/linearCGSSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/linearCGSSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/linearCGSSolver.pyo
-${PYSITELIB}/fipy/solvers/trilinos/linearGMRESSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/linearGMRESSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/linearGMRESSolver.pyo
-${PYSITELIB}/fipy/solvers/trilinos/linearLUSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/linearLUSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/linearLUSolver.pyo
-${PYSITELIB}/fipy/solvers/trilinos/linearPCGSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/linearPCGSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/linearPCGSolver.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/__init__.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/__init__.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/__init__.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/icPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/icPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/icPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/preconditioner.py
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/preconditioner.pyc
-${PYSITELIB}/fipy/solvers/trilinos/preconditioners/preconditioner.pyo
-${PYSITELIB}/fipy/solvers/trilinos/trilinosAztecOOSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/trilinosAztecOOSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/trilinosAztecOOSolver.pyo
-${PYSITELIB}/fipy/solvers/trilinos/trilinosMLTest.py
-${PYSITELIB}/fipy/solvers/trilinos/trilinosMLTest.pyc
-${PYSITELIB}/fipy/solvers/trilinos/trilinosMLTest.pyo
-${PYSITELIB}/fipy/solvers/trilinos/trilinosSolver.py
-${PYSITELIB}/fipy/solvers/trilinos/trilinosSolver.pyc
-${PYSITELIB}/fipy/solvers/trilinos/trilinosSolver.pyo
-${PYSITELIB}/fipy/steppers/__init__.py
-${PYSITELIB}/fipy/steppers/__init__.pyc
-${PYSITELIB}/fipy/steppers/__init__.pyo
-${PYSITELIB}/fipy/steppers/pidStepper.py
-${PYSITELIB}/fipy/steppers/pidStepper.pyc
-${PYSITELIB}/fipy/steppers/pidStepper.pyo
-${PYSITELIB}/fipy/steppers/pseudoRKQSStepper.py
-${PYSITELIB}/fipy/steppers/pseudoRKQSStepper.pyc
-${PYSITELIB}/fipy/steppers/pseudoRKQSStepper.pyo
-${PYSITELIB}/fipy/steppers/stepper.py
-${PYSITELIB}/fipy/steppers/stepper.pyc
-${PYSITELIB}/fipy/steppers/stepper.pyo
-${PYSITELIB}/fipy/terms/__init__.py
-${PYSITELIB}/fipy/terms/__init__.pyc
-${PYSITELIB}/fipy/terms/__init__.pyo
-${PYSITELIB}/fipy/terms/cellTerm.py
-${PYSITELIB}/fipy/terms/cellTerm.pyc
-${PYSITELIB}/fipy/terms/cellTerm.pyo
-${PYSITELIB}/fipy/terms/centralDiffConvectionTerm.py
-${PYSITELIB}/fipy/terms/centralDiffConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/centralDiffConvectionTerm.pyo
-${PYSITELIB}/fipy/terms/collectedDiffusionTerm.py
-${PYSITELIB}/fipy/terms/collectedDiffusionTerm.pyc
-${PYSITELIB}/fipy/terms/collectedDiffusionTerm.pyo
-${PYSITELIB}/fipy/terms/convectionTerm.py
-${PYSITELIB}/fipy/terms/convectionTerm.pyc
-${PYSITELIB}/fipy/terms/convectionTerm.pyo
-${PYSITELIB}/fipy/terms/diffusionTerm.py
-${PYSITELIB}/fipy/terms/diffusionTerm.pyc
-${PYSITELIB}/fipy/terms/diffusionTerm.pyo
-${PYSITELIB}/fipy/terms/equation.py
-${PYSITELIB}/fipy/terms/equation.pyc
-${PYSITELIB}/fipy/terms/equation.pyo
-${PYSITELIB}/fipy/terms/explicitDiffusionTerm.py
-${PYSITELIB}/fipy/terms/explicitDiffusionTerm.pyc
-${PYSITELIB}/fipy/terms/explicitDiffusionTerm.pyo
-${PYSITELIB}/fipy/terms/explicitSourceTerm.py
-${PYSITELIB}/fipy/terms/explicitSourceTerm.pyc
-${PYSITELIB}/fipy/terms/explicitSourceTerm.pyo
-${PYSITELIB}/fipy/terms/explicitUpwindConvectionTerm.py
-${PYSITELIB}/fipy/terms/explicitUpwindConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/explicitUpwindConvectionTerm.pyo
-${PYSITELIB}/fipy/terms/exponentialConvectionTerm.py
-${PYSITELIB}/fipy/terms/exponentialConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/exponentialConvectionTerm.pyo
-${PYSITELIB}/fipy/terms/faceTerm.py
-${PYSITELIB}/fipy/terms/faceTerm.pyc
-${PYSITELIB}/fipy/terms/faceTerm.pyo
-${PYSITELIB}/fipy/terms/hybridConvectionTerm.py
-${PYSITELIB}/fipy/terms/hybridConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/hybridConvectionTerm.pyo
-${PYSITELIB}/fipy/terms/implicitDiffusionTerm.py
-${PYSITELIB}/fipy/terms/implicitDiffusionTerm.pyc
-${PYSITELIB}/fipy/terms/implicitDiffusionTerm.pyo
-${PYSITELIB}/fipy/terms/implicitSourceTerm.py
-${PYSITELIB}/fipy/terms/implicitSourceTerm.pyc
-${PYSITELIB}/fipy/terms/implicitSourceTerm.pyo
-${PYSITELIB}/fipy/terms/mulTerm.py
-${PYSITELIB}/fipy/terms/mulTerm.pyc
-${PYSITELIB}/fipy/terms/mulTerm.pyo
-${PYSITELIB}/fipy/terms/nthOrderDiffusionTerm.py
-${PYSITELIB}/fipy/terms/nthOrderDiffusionTerm.pyc
-${PYSITELIB}/fipy/terms/nthOrderDiffusionTerm.pyo
-${PYSITELIB}/fipy/terms/powerLawConvectionTerm.py
-${PYSITELIB}/fipy/terms/powerLawConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/powerLawConvectionTerm.pyo
-${PYSITELIB}/fipy/terms/sourceTerm.py
-${PYSITELIB}/fipy/terms/sourceTerm.pyc
-${PYSITELIB}/fipy/terms/sourceTerm.pyo
-${PYSITELIB}/fipy/terms/term.py
-${PYSITELIB}/fipy/terms/term.pyc
-${PYSITELIB}/fipy/terms/term.pyo
-${PYSITELIB}/fipy/terms/test.py
-${PYSITELIB}/fipy/terms/test.pyc
-${PYSITELIB}/fipy/terms/test.pyo
-${PYSITELIB}/fipy/terms/transientTerm.py
-${PYSITELIB}/fipy/terms/transientTerm.pyc
-${PYSITELIB}/fipy/terms/transientTerm.pyo
-${PYSITELIB}/fipy/terms/upwindConvectionTerm.py
-${PYSITELIB}/fipy/terms/upwindConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/upwindConvectionTerm.pyo
-${PYSITELIB}/fipy/terms/vanLeerConvectionTerm.py
-${PYSITELIB}/fipy/terms/vanLeerConvectionTerm.pyc
-${PYSITELIB}/fipy/terms/vanLeerConvectionTerm.pyo
-${PYSITELIB}/fipy/test.py
-${PYSITELIB}/fipy/test.pyc
-${PYSITELIB}/fipy/test.pyo
-${PYSITELIB}/fipy/tests/__init__.py
-${PYSITELIB}/fipy/tests/__init__.pyc
-${PYSITELIB}/fipy/tests/__init__.pyo
-${PYSITELIB}/fipy/tests/doctestPlus.py
-${PYSITELIB}/fipy/tests/doctestPlus.pyc
-${PYSITELIB}/fipy/tests/doctestPlus.pyo
-${PYSITELIB}/fipy/tests/lateImportTest.py
-${PYSITELIB}/fipy/tests/lateImportTest.pyc
-${PYSITELIB}/fipy/tests/lateImportTest.pyo
-${PYSITELIB}/fipy/tests/testBase.py
-${PYSITELIB}/fipy/tests/testBase.pyc
-${PYSITELIB}/fipy/tests/testBase.pyo
-${PYSITELIB}/fipy/tests/testProgram.py
-${PYSITELIB}/fipy/tests/testProgram.pyc
-${PYSITELIB}/fipy/tests/testProgram.pyo
-${PYSITELIB}/fipy/tools/__init__.py
-${PYSITELIB}/fipy/tools/__init__.pyc
-${PYSITELIB}/fipy/tools/__init__.pyo
-${PYSITELIB}/fipy/tools/commWrapper.py
-${PYSITELIB}/fipy/tools/commWrapper.pyc
-${PYSITELIB}/fipy/tools/commWrapper.pyo
-${PYSITELIB}/fipy/tools/debug.py
-${PYSITELIB}/fipy/tools/debug.pyc
-${PYSITELIB}/fipy/tools/debug.pyo
-${PYSITELIB}/fipy/tools/dimensions/DictWithDefault.py
-${PYSITELIB}/fipy/tools/dimensions/DictWithDefault.pyc
-${PYSITELIB}/fipy/tools/dimensions/DictWithDefault.pyo
-${PYSITELIB}/fipy/tools/dimensions/NumberDict.py
-${PYSITELIB}/fipy/tools/dimensions/NumberDict.pyc
-${PYSITELIB}/fipy/tools/dimensions/NumberDict.pyo
-${PYSITELIB}/fipy/tools/dimensions/__init__.py
-${PYSITELIB}/fipy/tools/dimensions/__init__.pyc
-${PYSITELIB}/fipy/tools/dimensions/__init__.pyo
-${PYSITELIB}/fipy/tools/dimensions/physicalField.py
-${PYSITELIB}/fipy/tools/dimensions/physicalField.pyc
-${PYSITELIB}/fipy/tools/dimensions/physicalField.pyo
-${PYSITELIB}/fipy/tools/dummyComm.py
-${PYSITELIB}/fipy/tools/dummyComm.pyc
-${PYSITELIB}/fipy/tools/dummyComm.pyo
-${PYSITELIB}/fipy/tools/dump.py
-${PYSITELIB}/fipy/tools/dump.pyc
-${PYSITELIB}/fipy/tools/dump.pyo
-${PYSITELIB}/fipy/tools/inline.py
-${PYSITELIB}/fipy/tools/inline.pyc
-${PYSITELIB}/fipy/tools/inline.pyo
-${PYSITELIB}/fipy/tools/memoryLeak.py
-${PYSITELIB}/fipy/tools/memoryLeak.pyc
-${PYSITELIB}/fipy/tools/memoryLeak.pyo
-${PYSITELIB}/fipy/tools/memoryLogger.py
-${PYSITELIB}/fipy/tools/memoryLogger.pyc
-${PYSITELIB}/fipy/tools/memoryLogger.pyo
-${PYSITELIB}/fipy/tools/memoryUsage.py
-${PYSITELIB}/fipy/tools/memoryUsage.pyc
-${PYSITELIB}/fipy/tools/memoryUsage.pyo
-${PYSITELIB}/fipy/tools/mpi4pyCommWrapper.py
-${PYSITELIB}/fipy/tools/mpi4pyCommWrapper.pyc
-${PYSITELIB}/fipy/tools/mpi4pyCommWrapper.pyo
-${PYSITELIB}/fipy/tools/numerix.py
-${PYSITELIB}/fipy/tools/numerix.pyc
-${PYSITELIB}/fipy/tools/numerix.pyo
-${PYSITELIB}/fipy/tools/parser.py
-${PYSITELIB}/fipy/tools/parser.pyc
-${PYSITELIB}/fipy/tools/parser.pyo
-${PYSITELIB}/fipy/tools/serialCommWrapper.py
-${PYSITELIB}/fipy/tools/serialCommWrapper.pyc
-${PYSITELIB}/fipy/tools/serialCommWrapper.pyo
-${PYSITELIB}/fipy/tools/test.py
-${PYSITELIB}/fipy/tools/test.pyc
-${PYSITELIB}/fipy/tools/test.pyo
-${PYSITELIB}/fipy/tools/vector.py
-${PYSITELIB}/fipy/tools/vector.pyc
-${PYSITELIB}/fipy/tools/vector.pyo
-${PYSITELIB}/fipy/tools/vitals.py
-${PYSITELIB}/fipy/tools/vitals.pyc
-${PYSITELIB}/fipy/tools/vitals.pyo
-${PYSITELIB}/fipy/variables/__init__.py
-${PYSITELIB}/fipy/variables/__init__.pyc
-${PYSITELIB}/fipy/variables/__init__.pyo
-${PYSITELIB}/fipy/variables/addOverFacesVariable.py
-${PYSITELIB}/fipy/variables/addOverFacesVariable.pyc
-${PYSITELIB}/fipy/variables/addOverFacesVariable.pyo
-${PYSITELIB}/fipy/variables/arithmeticCellToFaceVariable.py
-${PYSITELIB}/fipy/variables/arithmeticCellToFaceVariable.pyc
-${PYSITELIB}/fipy/variables/arithmeticCellToFaceVariable.pyo
-${PYSITELIB}/fipy/variables/betaNoiseVariable.py
-${PYSITELIB}/fipy/variables/betaNoiseVariable.pyc
-${PYSITELIB}/fipy/variables/betaNoiseVariable.pyo
-${PYSITELIB}/fipy/variables/binaryOperatorVariable.py
-${PYSITELIB}/fipy/variables/binaryOperatorVariable.pyc
-${PYSITELIB}/fipy/variables/binaryOperatorVariable.pyo
-${PYSITELIB}/fipy/variables/cellToFaceVariable.py
-${PYSITELIB}/fipy/variables/cellToFaceVariable.pyc
-${PYSITELIB}/fipy/variables/cellToFaceVariable.pyo
-${PYSITELIB}/fipy/variables/cellVariable.py
-${PYSITELIB}/fipy/variables/cellVariable.pyc
-${PYSITELIB}/fipy/variables/cellVariable.pyo
-${PYSITELIB}/fipy/variables/cellVolumeAverageVariable.py
-${PYSITELIB}/fipy/variables/cellVolumeAverageVariable.pyc
-${PYSITELIB}/fipy/variables/cellVolumeAverageVariable.pyo
-${PYSITELIB}/fipy/variables/constant.py
-${PYSITELIB}/fipy/variables/constant.pyc
-${PYSITELIB}/fipy/variables/constant.pyo
-${PYSITELIB}/fipy/variables/exponentialNoiseVariable.py
-${PYSITELIB}/fipy/variables/exponentialNoiseVariable.pyc
-${PYSITELIB}/fipy/variables/exponentialNoiseVariable.pyo
-${PYSITELIB}/fipy/variables/faceGradContributionsVariable.py
-${PYSITELIB}/fipy/variables/faceGradContributionsVariable.pyc
-${PYSITELIB}/fipy/variables/faceGradContributionsVariable.pyo
-${PYSITELIB}/fipy/variables/faceGradVariable.py
-${PYSITELIB}/fipy/variables/faceGradVariable.pyc
-${PYSITELIB}/fipy/variables/faceGradVariable.pyo
-${PYSITELIB}/fipy/variables/faceVariable.py
-${PYSITELIB}/fipy/variables/faceVariable.pyc
-${PYSITELIB}/fipy/variables/faceVariable.pyo
-${PYSITELIB}/fipy/variables/fixedBCFaceGradVariable.py
-${PYSITELIB}/fipy/variables/fixedBCFaceGradVariable.pyc
-${PYSITELIB}/fipy/variables/fixedBCFaceGradVariable.pyo
-${PYSITELIB}/fipy/variables/gammaNoiseVariable.py
-${PYSITELIB}/fipy/variables/gammaNoiseVariable.pyc
-${PYSITELIB}/fipy/variables/gammaNoiseVariable.pyo
-${PYSITELIB}/fipy/variables/gaussCellGradVariable.py
-${PYSITELIB}/fipy/variables/gaussCellGradVariable.pyc
-${PYSITELIB}/fipy/variables/gaussCellGradVariable.pyo
-${PYSITELIB}/fipy/variables/gaussianNoiseVariable.py
-${PYSITELIB}/fipy/variables/gaussianNoiseVariable.pyc
-${PYSITELIB}/fipy/variables/gaussianNoiseVariable.pyo
-${PYSITELIB}/fipy/variables/harmonicCellToFaceVariable.py
-${PYSITELIB}/fipy/variables/harmonicCellToFaceVariable.pyc
-${PYSITELIB}/fipy/variables/harmonicCellToFaceVariable.pyo
-${PYSITELIB}/fipy/variables/histogramVariable.py
-${PYSITELIB}/fipy/variables/histogramVariable.pyc
-${PYSITELIB}/fipy/variables/histogramVariable.pyo
-${PYSITELIB}/fipy/variables/leastSquaresCellGradVariable.py
-${PYSITELIB}/fipy/variables/leastSquaresCellGradVariable.pyc
-${PYSITELIB}/fipy/variables/leastSquaresCellGradVariable.pyo
-${PYSITELIB}/fipy/variables/meshVariable.py
-${PYSITELIB}/fipy/variables/meshVariable.pyc
-${PYSITELIB}/fipy/variables/meshVariable.pyo
-${PYSITELIB}/fipy/variables/minmodCellToFaceVariable.py
-${PYSITELIB}/fipy/variables/minmodCellToFaceVariable.pyc
-${PYSITELIB}/fipy/variables/minmodCellToFaceVariable.pyo
-${PYSITELIB}/fipy/variables/modCellGradVariable.py
-${PYSITELIB}/fipy/variables/modCellGradVariable.pyc
-${PYSITELIB}/fipy/variables/modCellGradVariable.pyo
-${PYSITELIB}/fipy/variables/modCellToFaceVariable.py
-${PYSITELIB}/fipy/variables/modCellToFaceVariable.pyc
-${PYSITELIB}/fipy/variables/modCellToFaceVariable.pyo
-${PYSITELIB}/fipy/variables/modFaceGradVariable.py
-${PYSITELIB}/fipy/variables/modFaceGradVariable.pyc
-${PYSITELIB}/fipy/variables/modFaceGradVariable.pyo
-${PYSITELIB}/fipy/variables/modPhysicalField.py
-${PYSITELIB}/fipy/variables/modPhysicalField.pyc
-${PYSITELIB}/fipy/variables/modPhysicalField.pyo
-${PYSITELIB}/fipy/variables/modularVariable.py
-${PYSITELIB}/fipy/variables/modularVariable.pyc
-${PYSITELIB}/fipy/variables/modularVariable.pyo
-${PYSITELIB}/fipy/variables/noiseVariable.py
-${PYSITELIB}/fipy/variables/noiseVariable.pyc
-${PYSITELIB}/fipy/variables/noiseVariable.pyo
-${PYSITELIB}/fipy/variables/operatorVariable.py
-${PYSITELIB}/fipy/variables/operatorVariable.pyc
-${PYSITELIB}/fipy/variables/operatorVariable.pyo
-${PYSITELIB}/fipy/variables/scharfetterGummelFaceVariable.py
-${PYSITELIB}/fipy/variables/scharfetterGummelFaceVariable.pyc
-${PYSITELIB}/fipy/variables/scharfetterGummelFaceVariable.pyo
-${PYSITELIB}/fipy/variables/test.py
-${PYSITELIB}/fipy/variables/test.pyc
-${PYSITELIB}/fipy/variables/test.pyo
-${PYSITELIB}/fipy/variables/unaryOperatorVariable.py
-${PYSITELIB}/fipy/variables/unaryOperatorVariable.pyc
-${PYSITELIB}/fipy/variables/unaryOperatorVariable.pyo
-${PYSITELIB}/fipy/variables/uniformNoiseVariable.py
-${PYSITELIB}/fipy/variables/uniformNoiseVariable.pyc
-${PYSITELIB}/fipy/variables/uniformNoiseVariable.pyo
-${PYSITELIB}/fipy/variables/variable.py
-${PYSITELIB}/fipy/variables/variable.pyc
-${PYSITELIB}/fipy/variables/variable.pyo
-${PYSITELIB}/fipy/viewers/__init__.py
-${PYSITELIB}/fipy/viewers/__init__.pyc
-${PYSITELIB}/fipy/viewers/__init__.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/__init__.py
-${PYSITELIB}/fipy/viewers/gistViewer/__init__.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/__init__.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/colorbar.py
-${PYSITELIB}/fipy/viewers/gistViewer/colorbar.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/colorbar.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/gist1DViewer.py
-${PYSITELIB}/fipy/viewers/gistViewer/gist1DViewer.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/gist1DViewer.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/gist2DViewer.py
-${PYSITELIB}/fipy/viewers/gistViewer/gist2DViewer.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/gist2DViewer.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/gistVectorViewer.py
-${PYSITELIB}/fipy/viewers/gistViewer/gistVectorViewer.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/gistVectorViewer.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/gistViewer.py
-${PYSITELIB}/fipy/viewers/gistViewer/gistViewer.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/gistViewer.pyo
-${PYSITELIB}/fipy/viewers/gistViewer/test.py
-${PYSITELIB}/fipy/viewers/gistViewer/test.pyc
-${PYSITELIB}/fipy/viewers/gistViewer/test.pyo
-${PYSITELIB}/fipy/viewers/gnuplotViewer/__init__.py
-${PYSITELIB}/fipy/viewers/gnuplotViewer/__init__.pyc
-${PYSITELIB}/fipy/viewers/gnuplotViewer/__init__.pyo
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplot1DViewer.py
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplot1DViewer.pyc
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplot1DViewer.pyo
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplot2DViewer.py
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplot2DViewer.pyc
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplot2DViewer.pyo
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplotViewer.py
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplotViewer.pyc
-${PYSITELIB}/fipy/viewers/gnuplotViewer/gnuplotViewer.pyo
-${PYSITELIB}/fipy/viewers/gnuplotViewer/test.py
-${PYSITELIB}/fipy/viewers/gnuplotViewer/test.pyc
-${PYSITELIB}/fipy/viewers/gnuplotViewer/test.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/__init__.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/__init__.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/__init__.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib1DViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib1DViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib1DViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlib2DViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibViewer.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibViewer.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/matplotlibViewer.pyo
-${PYSITELIB}/fipy/viewers/matplotlibViewer/test.py
-${PYSITELIB}/fipy/viewers/matplotlibViewer/test.pyc
-${PYSITELIB}/fipy/viewers/matplotlibViewer/test.pyo
-${PYSITELIB}/fipy/viewers/mayaviViewer/__init__.py
-${PYSITELIB}/fipy/viewers/mayaviViewer/__init__.pyc
-${PYSITELIB}/fipy/viewers/mayaviViewer/__init__.pyo
-${PYSITELIB}/fipy/viewers/mayaviViewer/mayaviClient.py
-${PYSITELIB}/fipy/viewers/mayaviViewer/mayaviClient.pyc
-${PYSITELIB}/fipy/viewers/mayaviViewer/mayaviClient.pyo
-${PYSITELIB}/fipy/viewers/mayaviViewer/mayaviDaemon.py
-${PYSITELIB}/fipy/viewers/mayaviViewer/mayaviDaemon.pyc
-${PYSITELIB}/fipy/viewers/mayaviViewer/mayaviDaemon.pyo
-${PYSITELIB}/fipy/viewers/mayaviViewer/test.py
-${PYSITELIB}/fipy/viewers/mayaviViewer/test.pyc
-${PYSITELIB}/fipy/viewers/mayaviViewer/test.pyo
-${PYSITELIB}/fipy/viewers/multiViewer.py
-${PYSITELIB}/fipy/viewers/multiViewer.pyc
-${PYSITELIB}/fipy/viewers/multiViewer.pyo
-${PYSITELIB}/fipy/viewers/test.py
-${PYSITELIB}/fipy/viewers/test.pyc
-${PYSITELIB}/fipy/viewers/test.pyo
-${PYSITELIB}/fipy/viewers/testinteractive.py
-${PYSITELIB}/fipy/viewers/testinteractive.pyc
-${PYSITELIB}/fipy/viewers/testinteractive.pyo
-${PYSITELIB}/fipy/viewers/tsvViewer.py
-${PYSITELIB}/fipy/viewers/tsvViewer.pyc
-${PYSITELIB}/fipy/viewers/tsvViewer.pyo
-${PYSITELIB}/fipy/viewers/viewer.py
-${PYSITELIB}/fipy/viewers/viewer.pyc
-${PYSITELIB}/fipy/viewers/viewer.pyo
-${PYSITELIB}/fipy/viewers/vtkViewer/__init__.py
-${PYSITELIB}/fipy/viewers/vtkViewer/__init__.pyc
-${PYSITELIB}/fipy/viewers/vtkViewer/__init__.pyo
-${PYSITELIB}/fipy/viewers/vtkViewer/test.py
-${PYSITELIB}/fipy/viewers/vtkViewer/test.pyc
-${PYSITELIB}/fipy/viewers/vtkViewer/test.pyo
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkCellViewer.py
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkCellViewer.pyc
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkCellViewer.pyo
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkFaceViewer.py
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkFaceViewer.pyc
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkFaceViewer.pyo
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkViewer.py
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkViewer.pyc
-${PYSITELIB}/fipy/viewers/vtkViewer/vtkViewer.pyo
diff --git a/py-fipy/distinfo b/py-fipy/distinfo
deleted file mode 100644
index 1a2fe80039..0000000000
--- a/py-fipy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/05/09 20:30:19 jihbed Exp $
-
-RMD160 (FiPy-2.1.2.tar.gz) = 48164723f53ad71c2347969f3361bbe0a0ba7e5d
-SHA512 (FiPy-2.1.2.tar.gz) = 70882ed5432510bb5350b9278fd04e6f135ac0f6a849797c67b3e476ca5f40ad05e841cdd7d7acd350fc2a69a29a1b53050d9a5c34d25f78536b1ef6913aec60
-Size (FiPy-2.1.2.tar.gz) = 2384704 bytes
diff --git a/py-liveplots/DESCR b/py-liveplots/DESCR
deleted file mode 100644
index 9898339489..0000000000
--- a/py-liveplots/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Real-time plot server
diff --git a/py-liveplots/Makefile b/py-liveplots/Makefile
deleted file mode 100644
index 9b2ca5f8b8..0000000000
--- a/py-liveplots/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/05/09 07:38:48 thomasklausner Exp $
-
-DISTNAME=	liveplots-0.7.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	graphics math python
-MASTER_SITES=	${MASTER_SITE_PYPI:=l/liveplots/}
-
-MAINTAINER=	kamel.derouiche%gmail.com@localhost
-HOMEPAGE=	http://code.google.com/p/liveplots/
-COMMENT=	Real-time live plot server
-LICENSE=	gnu-gpl-v3
-
-DEPENDS+=	${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_ACCEPTED=	27 # py-gnuplot
-
-.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-liveplots/PLIST b/py-liveplots/PLIST
deleted file mode 100644
index f7a29cb9c8..0000000000
--- a/py-liveplots/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/20 21:43:34 jihbed Exp $
-${PYSITELIB}/graphserver/__init__.py
-${PYSITELIB}/graphserver/__init__.pyc
-${PYSITELIB}/graphserver/__init__.pyo
-${PYSITELIB}/graphserver/xmlrpc.py
-${PYSITELIB}/graphserver/xmlrpc.pyc
-${PYSITELIB}/graphserver/xmlrpc.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/liveplots/__init__.py
-${PYSITELIB}/liveplots/__init__.pyc
-${PYSITELIB}/liveplots/__init__.pyo
-${PYSITELIB}/liveplots/filemonitor.py
-${PYSITELIB}/liveplots/filemonitor.pyc
-${PYSITELIB}/liveplots/filemonitor.pyo
-${PYSITELIB}/liveplots/xmlrpcserver.py
-${PYSITELIB}/liveplots/xmlrpcserver.pyc
-${PYSITELIB}/liveplots/xmlrpcserver.pyo
diff --git a/py-liveplots/distinfo b/py-liveplots/distinfo
deleted file mode 100644
index 48354624be..0000000000
--- a/py-liveplots/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/20 21:43:34 jihbed Exp $
-
-RMD160 (liveplots-0.7.1.tar.gz) = d973408ca0aebfeb9020919c2adbb4d6b602c369
-SHA512 (liveplots-0.7.1.tar.gz) = 273f8e72d13a00ef28dddc12d22fe95666f292bf09fb65262570eb787b50cc89bb6dfeaa93fa8560f93dab856c1799dcc2dc047afba73ed581a40f6ac54ef293
-Size (liveplots-0.7.1.tar.gz) = 4982 bytes


Home | Main Index | Thread Index | Old Index