pkgsrc-WIP-changes archive

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

py-chemlab: avoid internet fetching.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Apr 24 15:42:22 2019 +0300
Changeset:	8c5f7eac23608352a3ad163e9e21a9fbab272b77

Modified Files:
	py-chemlab/Makefile
	py-chemlab/PLIST
	py-chemlab/distinfo
Added Files:
	py-chemlab/patches/patch-setup.py

Log Message:
py-chemlab: avoid internet fetching.

Unclear why the PLIST changed. make test does not succeed now.

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

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

diffstat:
 py-chemlab/Makefile               |   5 +-
 py-chemlab/PLIST                  | 454 +++++++++++++++++++-------------------
 py-chemlab/distinfo               |   1 +
 py-chemlab/patches/patch-setup.py |  14 ++
 4 files changed, 242 insertions(+), 232 deletions(-)

diffs:
diff --git a/py-chemlab/Makefile b/py-chemlab/Makefile
index 28e1f4188c..85747896f8 100644
--- a/py-chemlab/Makefile
+++ b/py-chemlab/Makefile
@@ -11,8 +11,11 @@ COMMENT=	The python chemistry library you were waiting for
 LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.4:../../devel/py-nose
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
-BROKEN=		"downloads during build (distribute_setup.py)"
+pre-configure:
+	# Verify that no fetching is done during build
+	${RM} ${WRKSRC}/distribute_setup.py
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff --git a/py-chemlab/PLIST b/py-chemlab/PLIST
index 4e3a673f5a..dff3be53cb 100644
--- a/py-chemlab/PLIST
+++ b/py-chemlab/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/10 23:14:45 jihbed Exp $
+@comment $NetBSD$
 bin/chemlab
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -6,80 +6,90 @@ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/chemlab/__init__.py
-${PYSITELIB}/chemlab/__init__.pyc
 ${PYSITELIB}/chemlab/__init__.pyo
+${PYSITELIB}/chemlab/__init__.pyc
+${PYSITELIB}/chemlab/ipython.pyo
+${PYSITELIB}/chemlab/ipython.pyc
 ${PYSITELIB}/chemlab/contrib/__init__.py
-${PYSITELIB}/chemlab/contrib/__init__.pyc
 ${PYSITELIB}/chemlab/contrib/__init__.pyo
-${PYSITELIB}/chemlab/contrib/gromacs.py
-${PYSITELIB}/chemlab/contrib/gromacs.pyc
+${PYSITELIB}/chemlab/contrib/__init__.pyc
 ${PYSITELIB}/chemlab/contrib/gromacs.pyo
+${PYSITELIB}/chemlab/contrib/gromacs.pyc
+${PYSITELIB}/chemlab/contrib/gromacs.py
 ${PYSITELIB}/chemlab/core/__init__.py
-${PYSITELIB}/chemlab/core/__init__.pyc
 ${PYSITELIB}/chemlab/core/__init__.pyo
-${PYSITELIB}/chemlab/core/attributes.py
-${PYSITELIB}/chemlab/core/attributes.pyc
+${PYSITELIB}/chemlab/core/__init__.pyc
 ${PYSITELIB}/chemlab/core/attributes.pyo
-${PYSITELIB}/chemlab/core/fields.py
-${PYSITELIB}/chemlab/core/fields.pyc
+${PYSITELIB}/chemlab/core/attributes.pyc
 ${PYSITELIB}/chemlab/core/fields.pyo
-${PYSITELIB}/chemlab/core/molecule.py
-${PYSITELIB}/chemlab/core/molecule.pyc
+${PYSITELIB}/chemlab/core/fields.pyc
 ${PYSITELIB}/chemlab/core/molecule.pyo
-${PYSITELIB}/chemlab/core/random.py
-${PYSITELIB}/chemlab/core/random.pyc
+${PYSITELIB}/chemlab/core/molecule.pyc
 ${PYSITELIB}/chemlab/core/random.pyo
-${PYSITELIB}/chemlab/core/serialization.py
-${PYSITELIB}/chemlab/core/serialization.pyc
+${PYSITELIB}/chemlab/core/random.pyc
 ${PYSITELIB}/chemlab/core/serialization.pyo
+${PYSITELIB}/chemlab/core/serialization.pyc
+${PYSITELIB}/chemlab/core/system.pyo
+${PYSITELIB}/chemlab/core/system.pyc
+${PYSITELIB}/chemlab/core/attributes.py
+${PYSITELIB}/chemlab/core/fields.py
+${PYSITELIB}/chemlab/core/molecule.py
+${PYSITELIB}/chemlab/core/random.py
+${PYSITELIB}/chemlab/core/serialization.py
 ${PYSITELIB}/chemlab/core/spacegroup/__init__.py
-${PYSITELIB}/chemlab/core/spacegroup/__init__.pyc
 ${PYSITELIB}/chemlab/core/spacegroup/__init__.pyo
-${PYSITELIB}/chemlab/core/spacegroup/cell.py
-${PYSITELIB}/chemlab/core/spacegroup/cell.pyc
+${PYSITELIB}/chemlab/core/spacegroup/__init__.pyc
 ${PYSITELIB}/chemlab/core/spacegroup/cell.pyo
-${PYSITELIB}/chemlab/core/spacegroup/crystal.py
-${PYSITELIB}/chemlab/core/spacegroup/crystal.pyc
+${PYSITELIB}/chemlab/core/spacegroup/cell.pyc
 ${PYSITELIB}/chemlab/core/spacegroup/crystal.pyo
+${PYSITELIB}/chemlab/core/spacegroup/crystal.pyc
+${PYSITELIB}/chemlab/core/spacegroup/spacegroup.pyo
+${PYSITELIB}/chemlab/core/spacegroup/spacegroup.pyc
+${PYSITELIB}/chemlab/core/spacegroup/cell.py
+${PYSITELIB}/chemlab/core/spacegroup/crystal.py
 ${PYSITELIB}/chemlab/core/spacegroup/spacegroup.dat
 ${PYSITELIB}/chemlab/core/spacegroup/spacegroup.py
-${PYSITELIB}/chemlab/core/spacegroup/spacegroup.pyc
-${PYSITELIB}/chemlab/core/spacegroup/spacegroup.pyo
 ${PYSITELIB}/chemlab/core/system.py
-${PYSITELIB}/chemlab/core/system.pyc
-${PYSITELIB}/chemlab/core/system.pyo
 ${PYSITELIB}/chemlab/db/__init__.py
-${PYSITELIB}/chemlab/db/__init__.pyc
 ${PYSITELIB}/chemlab/db/__init__.pyo
-${PYSITELIB}/chemlab/db/base.py
-${PYSITELIB}/chemlab/db/base.pyc
+${PYSITELIB}/chemlab/db/__init__.pyc
 ${PYSITELIB}/chemlab/db/base.pyo
-${PYSITELIB}/chemlab/db/chemlabdb.py
-${PYSITELIB}/chemlab/db/chemlabdb.pyc
+${PYSITELIB}/chemlab/db/base.pyc
 ${PYSITELIB}/chemlab/db/chemlabdb.pyo
-${PYSITELIB}/chemlab/db/chemspiderdb.py
-${PYSITELIB}/chemlab/db/chemspiderdb.pyc
+${PYSITELIB}/chemlab/db/chemlabdb.pyc
 ${PYSITELIB}/chemlab/db/chemspiderdb.pyo
-${PYSITELIB}/chemlab/db/cirdb.py
-${PYSITELIB}/chemlab/db/cirdb.pyc
+${PYSITELIB}/chemlab/db/chemspiderdb.pyc
 ${PYSITELIB}/chemlab/db/cirdb.pyo
-${PYSITELIB}/chemlab/db/lj.py
-${PYSITELIB}/chemlab/db/lj.pyc
+${PYSITELIB}/chemlab/db/cirdb.pyc
 ${PYSITELIB}/chemlab/db/lj.pyo
-${PYSITELIB}/chemlab/db/local.py
-${PYSITELIB}/chemlab/db/local.pyc
+${PYSITELIB}/chemlab/db/lj.pyc
 ${PYSITELIB}/chemlab/db/local.pyo
+${PYSITELIB}/chemlab/db/local.pyc
+${PYSITELIB}/chemlab/db/rcsbdb.pyo
+${PYSITELIB}/chemlab/db/rcsbdb.pyc
+${PYSITELIB}/chemlab/db/toxnetdb.pyo
+${PYSITELIB}/chemlab/db/toxnetdb.pyc
+${PYSITELIB}/chemlab/db/units.pyo
+${PYSITELIB}/chemlab/db/units.pyc
+${PYSITELIB}/chemlab/db/utils.pyo
+${PYSITELIB}/chemlab/db/utils.pyc
+${PYSITELIB}/chemlab/db/base.py
+${PYSITELIB}/chemlab/db/chemlabdb.py
+${PYSITELIB}/chemlab/db/chemspiderdb.py
+${PYSITELIB}/chemlab/db/cirdb.py
+${PYSITELIB}/chemlab/db/lj.py
+${PYSITELIB}/chemlab/db/local.py
 ${PYSITELIB}/chemlab/db/localdb/__init__.py
-${PYSITELIB}/chemlab/db/localdb/__init__.pyc
 ${PYSITELIB}/chemlab/db/localdb/__init__.pyo
+${PYSITELIB}/chemlab/db/localdb/__init__.pyc
 ${PYSITELIB}/chemlab/db/localdb/data/__init__.py
-${PYSITELIB}/chemlab/db/localdb/data/__init__.pyc
 ${PYSITELIB}/chemlab/db/localdb/data/__init__.pyo
+${PYSITELIB}/chemlab/db/localdb/data/__init__.pyc
 ${PYSITELIB}/chemlab/db/localdb/data/covalent_radii.dat
 ${PYSITELIB}/chemlab/db/localdb/data/element.txt
 ${PYSITELIB}/chemlab/db/localdb/molecule/__init__.py
-${PYSITELIB}/chemlab/db/localdb/molecule/__init__.pyc
 ${PYSITELIB}/chemlab/db/localdb/molecule/__init__.pyo
+${PYSITELIB}/chemlab/db/localdb/molecule/__init__.pyc
 ${PYSITELIB}/chemlab/db/localdb/molecule/example.norbornene.json
 ${PYSITELIB}/chemlab/db/localdb/molecule/example.water.json
 ${PYSITELIB}/chemlab/db/localdb/molecule/gromacs.br-.json
@@ -89,62 +99,76 @@ ${PYSITELIB}/chemlab/db/localdb/molecule/gromacs.na+.json
 ${PYSITELIB}/chemlab/db/localdb/molecule/gromacs.spc.json
 ${PYSITELIB}/chemlab/db/localdb/molecule/gromacs.spce.json
 ${PYSITELIB}/chemlab/db/rcsbdb.py
-${PYSITELIB}/chemlab/db/rcsbdb.pyc
-${PYSITELIB}/chemlab/db/rcsbdb.pyo
 ${PYSITELIB}/chemlab/db/toxnetdb.py
-${PYSITELIB}/chemlab/db/toxnetdb.pyc
-${PYSITELIB}/chemlab/db/toxnetdb.pyo
 ${PYSITELIB}/chemlab/db/units.py
-${PYSITELIB}/chemlab/db/units.pyc
-${PYSITELIB}/chemlab/db/units.pyo
 ${PYSITELIB}/chemlab/db/utils.py
-${PYSITELIB}/chemlab/db/utils.pyc
-${PYSITELIB}/chemlab/db/utils.pyo
 ${PYSITELIB}/chemlab/graphics/__init__.py
-${PYSITELIB}/chemlab/graphics/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/__init__.pyo
-${PYSITELIB}/chemlab/graphics/buffers.py
-${PYSITELIB}/chemlab/graphics/buffers.pyc
+${PYSITELIB}/chemlab/graphics/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/buffers.pyo
-${PYSITELIB}/chemlab/graphics/camera.py
-${PYSITELIB}/chemlab/graphics/camera.pyc
+${PYSITELIB}/chemlab/graphics/buffers.pyc
 ${PYSITELIB}/chemlab/graphics/camera.pyo
-${PYSITELIB}/chemlab/graphics/colors.py
-${PYSITELIB}/chemlab/graphics/colors.pyc
+${PYSITELIB}/chemlab/graphics/camera.pyc
 ${PYSITELIB}/chemlab/graphics/colors.pyo
-${PYSITELIB}/chemlab/graphics/events.py
-${PYSITELIB}/chemlab/graphics/events.pyc
+${PYSITELIB}/chemlab/graphics/colors.pyc
 ${PYSITELIB}/chemlab/graphics/events.pyo
-${PYSITELIB}/chemlab/graphics/octree.py
-${PYSITELIB}/chemlab/graphics/octree.pyc
+${PYSITELIB}/chemlab/graphics/events.pyc
 ${PYSITELIB}/chemlab/graphics/octree.pyo
-${PYSITELIB}/chemlab/graphics/pickers.py
-${PYSITELIB}/chemlab/graphics/pickers.pyc
+${PYSITELIB}/chemlab/graphics/octree.pyc
 ${PYSITELIB}/chemlab/graphics/pickers.pyo
+${PYSITELIB}/chemlab/graphics/pickers.pyc
+${PYSITELIB}/chemlab/graphics/processviewer.pyo
+${PYSITELIB}/chemlab/graphics/processviewer.pyc
+${PYSITELIB}/chemlab/graphics/qchemlabwidget.pyo
+${PYSITELIB}/chemlab/graphics/qchemlabwidget.pyc
+${PYSITELIB}/chemlab/graphics/qtmolecularviewer.pyo
+${PYSITELIB}/chemlab/graphics/qtmolecularviewer.pyc
+${PYSITELIB}/chemlab/graphics/qttrajectory.pyo
+${PYSITELIB}/chemlab/graphics/qttrajectory.pyc
+${PYSITELIB}/chemlab/graphics/qtviewer.pyo
+${PYSITELIB}/chemlab/graphics/qtviewer.pyc
+${PYSITELIB}/chemlab/graphics/shaders.pyo
+${PYSITELIB}/chemlab/graphics/shaders.pyc
+${PYSITELIB}/chemlab/graphics/shapes.pyo
+${PYSITELIB}/chemlab/graphics/shapes.pyc
+${PYSITELIB}/chemlab/graphics/textures.pyo
+${PYSITELIB}/chemlab/graphics/textures.pyc
+${PYSITELIB}/chemlab/graphics/transformations.pyo
+${PYSITELIB}/chemlab/graphics/transformations.pyc
+${PYSITELIB}/chemlab/graphics/uis.pyo
+${PYSITELIB}/chemlab/graphics/uis.pyc
+${PYSITELIB}/chemlab/graphics/buffers.py
+${PYSITELIB}/chemlab/graphics/camera.py
+${PYSITELIB}/chemlab/graphics/colors.py
+${PYSITELIB}/chemlab/graphics/events.py
+${PYSITELIB}/chemlab/graphics/octree.py
+${PYSITELIB}/chemlab/graphics/pickers.py
 ${PYSITELIB}/chemlab/graphics/postprocessing/__init__.py
-${PYSITELIB}/chemlab/graphics/postprocessing/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/__init__.pyo
-${PYSITELIB}/chemlab/graphics/postprocessing/base.py
-${PYSITELIB}/chemlab/graphics/postprocessing/base.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/base.pyo
-${PYSITELIB}/chemlab/graphics/postprocessing/fxaa.py
-${PYSITELIB}/chemlab/graphics/postprocessing/fxaa.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/base.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/fxaa.pyo
-${PYSITELIB}/chemlab/graphics/postprocessing/gamma.py
-${PYSITELIB}/chemlab/graphics/postprocessing/gamma.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/fxaa.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/gamma.pyo
-${PYSITELIB}/chemlab/graphics/postprocessing/glow.py
-${PYSITELIB}/chemlab/graphics/postprocessing/glow.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/gamma.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/glow.pyo
-${PYSITELIB}/chemlab/graphics/postprocessing/noeffect.py
-${PYSITELIB}/chemlab/graphics/postprocessing/noeffect.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/glow.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/noeffect.pyo
-${PYSITELIB}/chemlab/graphics/postprocessing/outline.py
-${PYSITELIB}/chemlab/graphics/postprocessing/outline.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/noeffect.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/outline.pyo
+${PYSITELIB}/chemlab/graphics/postprocessing/outline.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/ssao.pyo
+${PYSITELIB}/chemlab/graphics/postprocessing/ssao.pyc
+${PYSITELIB}/chemlab/graphics/postprocessing/base.py
+${PYSITELIB}/chemlab/graphics/postprocessing/fxaa.py
+${PYSITELIB}/chemlab/graphics/postprocessing/gamma.py
+${PYSITELIB}/chemlab/graphics/postprocessing/glow.py
+${PYSITELIB}/chemlab/graphics/postprocessing/noeffect.py
+${PYSITELIB}/chemlab/graphics/postprocessing/outline.py
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/__init__.py
-${PYSITELIB}/chemlab/graphics/postprocessing/shaders/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/__init__.pyo
+${PYSITELIB}/chemlab/graphics/postprocessing/shaders/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/fxaa.frag
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/gamma.frag
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/glow1.frag
@@ -156,59 +180,55 @@ ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/outline.frag
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/ssao.frag
 ${PYSITELIB}/chemlab/graphics/postprocessing/shaders/ssao_blur.frag
 ${PYSITELIB}/chemlab/graphics/postprocessing/ssao.py
-${PYSITELIB}/chemlab/graphics/postprocessing/ssao.pyc
-${PYSITELIB}/chemlab/graphics/postprocessing/ssao.pyo
 ${PYSITELIB}/chemlab/graphics/processviewer.py
-${PYSITELIB}/chemlab/graphics/processviewer.pyc
-${PYSITELIB}/chemlab/graphics/processviewer.pyo
 ${PYSITELIB}/chemlab/graphics/qchemlabwidget.py
-${PYSITELIB}/chemlab/graphics/qchemlabwidget.pyc
-${PYSITELIB}/chemlab/graphics/qchemlabwidget.pyo
 ${PYSITELIB}/chemlab/graphics/qtmolecularviewer.py
-${PYSITELIB}/chemlab/graphics/qtmolecularviewer.pyc
-${PYSITELIB}/chemlab/graphics/qtmolecularviewer.pyo
 ${PYSITELIB}/chemlab/graphics/qttrajectory.py
-${PYSITELIB}/chemlab/graphics/qttrajectory.pyc
-${PYSITELIB}/chemlab/graphics/qttrajectory.pyo
 ${PYSITELIB}/chemlab/graphics/qtviewer.py
-${PYSITELIB}/chemlab/graphics/qtviewer.pyc
-${PYSITELIB}/chemlab/graphics/qtviewer.pyo
 ${PYSITELIB}/chemlab/graphics/renderers/__init__.py
-${PYSITELIB}/chemlab/graphics/renderers/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/__init__.pyo
-${PYSITELIB}/chemlab/graphics/renderers/arrow.py
-${PYSITELIB}/chemlab/graphics/renderers/arrow.pyc
+${PYSITELIB}/chemlab/graphics/renderers/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/arrow.pyo
-${PYSITELIB}/chemlab/graphics/renderers/atom.py
-${PYSITELIB}/chemlab/graphics/renderers/atom.pyc
+${PYSITELIB}/chemlab/graphics/renderers/arrow.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/atom.pyo
-${PYSITELIB}/chemlab/graphics/renderers/ballandstick.py
-${PYSITELIB}/chemlab/graphics/renderers/ballandstick.pyc
+${PYSITELIB}/chemlab/graphics/renderers/atom.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/ballandstick.pyo
-${PYSITELIB}/chemlab/graphics/renderers/base.py
-${PYSITELIB}/chemlab/graphics/renderers/base.pyc
+${PYSITELIB}/chemlab/graphics/renderers/ballandstick.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/base.pyo
-${PYSITELIB}/chemlab/graphics/renderers/bond.py
-${PYSITELIB}/chemlab/graphics/renderers/bond.pyc
+${PYSITELIB}/chemlab/graphics/renderers/base.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/bond.pyo
-${PYSITELIB}/chemlab/graphics/renderers/box.py
-${PYSITELIB}/chemlab/graphics/renderers/box.pyc
+${PYSITELIB}/chemlab/graphics/renderers/bond.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/box.pyo
-${PYSITELIB}/chemlab/graphics/renderers/cylinder.py
-${PYSITELIB}/chemlab/graphics/renderers/cylinder.pyc
+${PYSITELIB}/chemlab/graphics/renderers/box.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/cylinder.pyo
-${PYSITELIB}/chemlab/graphics/renderers/cylinder_imp.py
-${PYSITELIB}/chemlab/graphics/renderers/cylinder_imp.pyc
+${PYSITELIB}/chemlab/graphics/renderers/cylinder.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/cylinder_imp.pyo
-${PYSITELIB}/chemlab/graphics/renderers/line.py
-${PYSITELIB}/chemlab/graphics/renderers/line.pyc
+${PYSITELIB}/chemlab/graphics/renderers/cylinder_imp.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/line.pyo
-${PYSITELIB}/chemlab/graphics/renderers/point.py
-${PYSITELIB}/chemlab/graphics/renderers/point.pyc
+${PYSITELIB}/chemlab/graphics/renderers/line.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/point.pyo
+${PYSITELIB}/chemlab/graphics/renderers/point.pyc
+${PYSITELIB}/chemlab/graphics/renderers/sphere.pyo
+${PYSITELIB}/chemlab/graphics/renderers/sphere.pyc
+${PYSITELIB}/chemlab/graphics/renderers/sphere_imp.pyo
+${PYSITELIB}/chemlab/graphics/renderers/sphere_imp.pyc
+${PYSITELIB}/chemlab/graphics/renderers/triangles.pyo
+${PYSITELIB}/chemlab/graphics/renderers/triangles.pyc
+${PYSITELIB}/chemlab/graphics/renderers/wireframe.pyo
+${PYSITELIB}/chemlab/graphics/renderers/wireframe.pyc
+${PYSITELIB}/chemlab/graphics/renderers/arrow.py
+${PYSITELIB}/chemlab/graphics/renderers/atom.py
+${PYSITELIB}/chemlab/graphics/renderers/ballandstick.py
+${PYSITELIB}/chemlab/graphics/renderers/base.py
+${PYSITELIB}/chemlab/graphics/renderers/bond.py
+${PYSITELIB}/chemlab/graphics/renderers/box.py
+${PYSITELIB}/chemlab/graphics/renderers/cylinder.py
+${PYSITELIB}/chemlab/graphics/renderers/cylinder_imp.py
+${PYSITELIB}/chemlab/graphics/renderers/line.py
+${PYSITELIB}/chemlab/graphics/renderers/point.py
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/__init__.py
-${PYSITELIB}/chemlab/graphics/renderers/shaders/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/__init__.pyo
+${PYSITELIB}/chemlab/graphics/renderers/shaders/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/cylinderimp.frag
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/cylinderimp.vert
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/default_light.frag
@@ -218,132 +238,112 @@ ${PYSITELIB}/chemlab/graphics/renderers/shaders/sphereimp.frag
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/sphereimp.vert
 ${PYSITELIB}/chemlab/graphics/renderers/shaders/sphereimp_writenormal.frag
 ${PYSITELIB}/chemlab/graphics/renderers/sphere.py
-${PYSITELIB}/chemlab/graphics/renderers/sphere.pyc
-${PYSITELIB}/chemlab/graphics/renderers/sphere.pyo
 ${PYSITELIB}/chemlab/graphics/renderers/sphere_imp.py
-${PYSITELIB}/chemlab/graphics/renderers/sphere_imp.pyc
-${PYSITELIB}/chemlab/graphics/renderers/sphere_imp.pyo
 ${PYSITELIB}/chemlab/graphics/renderers/triangles.py
-${PYSITELIB}/chemlab/graphics/renderers/triangles.pyc
-${PYSITELIB}/chemlab/graphics/renderers/triangles.pyo
 ${PYSITELIB}/chemlab/graphics/renderers/utils.so
 ${PYSITELIB}/chemlab/graphics/renderers/wireframe.py
-${PYSITELIB}/chemlab/graphics/renderers/wireframe.pyc
-${PYSITELIB}/chemlab/graphics/renderers/wireframe.pyo
 ${PYSITELIB}/chemlab/graphics/representations/__init__.py
-${PYSITELIB}/chemlab/graphics/representations/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/representations/__init__.pyo
-${PYSITELIB}/chemlab/graphics/representations/ballandstick.py
-${PYSITELIB}/chemlab/graphics/representations/ballandstick.pyc
+${PYSITELIB}/chemlab/graphics/representations/__init__.pyc
 ${PYSITELIB}/chemlab/graphics/representations/ballandstick.pyo
-${PYSITELIB}/chemlab/graphics/representations/state.py
-${PYSITELIB}/chemlab/graphics/representations/state.pyc
+${PYSITELIB}/chemlab/graphics/representations/ballandstick.pyc
 ${PYSITELIB}/chemlab/graphics/representations/state.pyo
-${PYSITELIB}/chemlab/graphics/representations/vdw.py
-${PYSITELIB}/chemlab/graphics/representations/vdw.pyc
+${PYSITELIB}/chemlab/graphics/representations/state.pyc
 ${PYSITELIB}/chemlab/graphics/representations/vdw.pyo
+${PYSITELIB}/chemlab/graphics/representations/vdw.pyc
+${PYSITELIB}/chemlab/graphics/representations/ballandstick.py
+${PYSITELIB}/chemlab/graphics/representations/state.py
+${PYSITELIB}/chemlab/graphics/representations/vdw.py
 ${PYSITELIB}/chemlab/graphics/shaders.py
-${PYSITELIB}/chemlab/graphics/shaders.pyc
-${PYSITELIB}/chemlab/graphics/shaders.pyo
 ${PYSITELIB}/chemlab/graphics/shapes.py
-${PYSITELIB}/chemlab/graphics/shapes.pyc
-${PYSITELIB}/chemlab/graphics/shapes.pyo
 ${PYSITELIB}/chemlab/graphics/textures.py
-${PYSITELIB}/chemlab/graphics/textures.pyc
-${PYSITELIB}/chemlab/graphics/textures.pyo
 ${PYSITELIB}/chemlab/graphics/transformations.py
-${PYSITELIB}/chemlab/graphics/transformations.pyc
-${PYSITELIB}/chemlab/graphics/transformations.pyo
 ${PYSITELIB}/chemlab/graphics/uis.py
-${PYSITELIB}/chemlab/graphics/uis.pyc
-${PYSITELIB}/chemlab/graphics/uis.pyo
 ${PYSITELIB}/chemlab/io/__init__.py
-${PYSITELIB}/chemlab/io/__init__.pyc
 ${PYSITELIB}/chemlab/io/__init__.pyo
-${PYSITELIB}/chemlab/io/datafile.py
-${PYSITELIB}/chemlab/io/datafile.pyc
+${PYSITELIB}/chemlab/io/__init__.pyc
 ${PYSITELIB}/chemlab/io/datafile.pyo
+${PYSITELIB}/chemlab/io/datafile.pyc
+${PYSITELIB}/chemlab/io/textutils.pyo
+${PYSITELIB}/chemlab/io/textutils.pyc
+${PYSITELIB}/chemlab/io/trajectory.pyo
+${PYSITELIB}/chemlab/io/trajectory.pyc
+${PYSITELIB}/chemlab/io/datafile.py
 ${PYSITELIB}/chemlab/io/handlers/__init__.py
-${PYSITELIB}/chemlab/io/handlers/__init__.pyc
 ${PYSITELIB}/chemlab/io/handlers/__init__.pyo
-${PYSITELIB}/chemlab/io/handlers/base.py
-${PYSITELIB}/chemlab/io/handlers/base.pyc
+${PYSITELIB}/chemlab/io/handlers/__init__.pyc
 ${PYSITELIB}/chemlab/io/handlers/base.pyo
-${PYSITELIB}/chemlab/io/handlers/cml.py
-${PYSITELIB}/chemlab/io/handlers/cml.pyc
+${PYSITELIB}/chemlab/io/handlers/base.pyc
 ${PYSITELIB}/chemlab/io/handlers/cml.pyo
-${PYSITELIB}/chemlab/io/handlers/edr.py
-${PYSITELIB}/chemlab/io/handlers/edr.pyc
+${PYSITELIB}/chemlab/io/handlers/cml.pyc
 ${PYSITELIB}/chemlab/io/handlers/edr.pyo
-${PYSITELIB}/chemlab/io/handlers/gamess.py
-${PYSITELIB}/chemlab/io/handlers/gamess.pyc
+${PYSITELIB}/chemlab/io/handlers/edr.pyc
 ${PYSITELIB}/chemlab/io/handlers/gamess.pyo
-${PYSITELIB}/chemlab/io/handlers/gro.py
-${PYSITELIB}/chemlab/io/handlers/gro.pyc
+${PYSITELIB}/chemlab/io/handlers/gamess.pyc
 ${PYSITELIB}/chemlab/io/handlers/gro.pyo
-${PYSITELIB}/chemlab/io/handlers/gro_map.py
-${PYSITELIB}/chemlab/io/handlers/gro_map.pyc
+${PYSITELIB}/chemlab/io/handlers/gro.pyc
 ${PYSITELIB}/chemlab/io/handlers/gro_map.pyo
-${PYSITELIB}/chemlab/io/handlers/mol.py
-${PYSITELIB}/chemlab/io/handlers/mol.pyc
+${PYSITELIB}/chemlab/io/handlers/gro_map.pyc
 ${PYSITELIB}/chemlab/io/handlers/mol.pyo
-${PYSITELIB}/chemlab/io/handlers/pdb.py
-${PYSITELIB}/chemlab/io/handlers/pdb.pyc
+${PYSITELIB}/chemlab/io/handlers/mol.pyc
 ${PYSITELIB}/chemlab/io/handlers/pdb.pyo
-${PYSITELIB}/chemlab/io/handlers/tinker.py
-${PYSITELIB}/chemlab/io/handlers/tinker.pyc
+${PYSITELIB}/chemlab/io/handlers/pdb.pyc
 ${PYSITELIB}/chemlab/io/handlers/tinker.pyo
-${PYSITELIB}/chemlab/io/handlers/xtctrr.py
-${PYSITELIB}/chemlab/io/handlers/xtctrr.pyc
+${PYSITELIB}/chemlab/io/handlers/tinker.pyc
 ${PYSITELIB}/chemlab/io/handlers/xtctrr.pyo
-${PYSITELIB}/chemlab/io/handlers/xyz.py
-${PYSITELIB}/chemlab/io/handlers/xyz.pyc
+${PYSITELIB}/chemlab/io/handlers/xtctrr.pyc
 ${PYSITELIB}/chemlab/io/handlers/xyz.pyo
+${PYSITELIB}/chemlab/io/handlers/xyz.pyc
+${PYSITELIB}/chemlab/io/handlers/base.py
+${PYSITELIB}/chemlab/io/handlers/cml.py
+${PYSITELIB}/chemlab/io/handlers/edr.py
+${PYSITELIB}/chemlab/io/handlers/gamess.py
+${PYSITELIB}/chemlab/io/handlers/gro.py
+${PYSITELIB}/chemlab/io/handlers/gro_map.py
+${PYSITELIB}/chemlab/io/handlers/mol.py
+${PYSITELIB}/chemlab/io/handlers/pdb.py
+${PYSITELIB}/chemlab/io/handlers/tinker.py
+${PYSITELIB}/chemlab/io/handlers/xtctrr.py
+${PYSITELIB}/chemlab/io/handlers/xyz.py
 ${PYSITELIB}/chemlab/io/textutils.py
-${PYSITELIB}/chemlab/io/textutils.pyc
-${PYSITELIB}/chemlab/io/textutils.pyo
 ${PYSITELIB}/chemlab/io/trajectory.py
-${PYSITELIB}/chemlab/io/trajectory.pyc
-${PYSITELIB}/chemlab/io/trajectory.pyo
 ${PYSITELIB}/chemlab/ipython.py
-${PYSITELIB}/chemlab/ipython.pyc
-${PYSITELIB}/chemlab/ipython.pyo
 ${PYSITELIB}/chemlab/libs/__init__.py
-${PYSITELIB}/chemlab/libs/__init__.pyc
 ${PYSITELIB}/chemlab/libs/__init__.pyo
-${PYSITELIB}/chemlab/libs/chemspipy.py
-${PYSITELIB}/chemlab/libs/chemspipy.pyc
+${PYSITELIB}/chemlab/libs/__init__.pyc
 ${PYSITELIB}/chemlab/libs/chemspipy.pyo
-${PYSITELIB}/chemlab/libs/cirpy.py
-${PYSITELIB}/chemlab/libs/cirpy.pyc
+${PYSITELIB}/chemlab/libs/chemspipy.pyc
 ${PYSITELIB}/chemlab/libs/cirpy.pyo
+${PYSITELIB}/chemlab/libs/cirpy.pyc
+${PYSITELIB}/chemlab/libs/termcolor.pyo
+${PYSITELIB}/chemlab/libs/termcolor.pyc
+${PYSITELIB}/chemlab/libs/chemspipy.py
+${PYSITELIB}/chemlab/libs/cirpy.py
 ${PYSITELIB}/chemlab/libs/ckdtree.so
 ${PYSITELIB}/chemlab/libs/pyxdr/__init__.py
-${PYSITELIB}/chemlab/libs/pyxdr/__init__.pyc
 ${PYSITELIB}/chemlab/libs/pyxdr/__init__.pyo
+${PYSITELIB}/chemlab/libs/pyxdr/__init__.pyc
 ${PYSITELIB}/chemlab/libs/pyxdr/_xdrfile.so
 ${PYSITELIB}/chemlab/libs/termcolor.py
-${PYSITELIB}/chemlab/libs/termcolor.pyc
-${PYSITELIB}/chemlab/libs/termcolor.pyo
 ${PYSITELIB}/chemlab/molsim/__init__.py
-${PYSITELIB}/chemlab/molsim/__init__.pyc
 ${PYSITELIB}/chemlab/molsim/__init__.pyo
-${PYSITELIB}/chemlab/molsim/analysis.py
-${PYSITELIB}/chemlab/molsim/analysis.pyc
+${PYSITELIB}/chemlab/molsim/__init__.pyc
 ${PYSITELIB}/chemlab/molsim/analysis.pyo
-${PYSITELIB}/chemlab/molsim/energy.py
-${PYSITELIB}/chemlab/molsim/energy.pyc
+${PYSITELIB}/chemlab/molsim/analysis.pyc
 ${PYSITELIB}/chemlab/molsim/energy.pyo
-${PYSITELIB}/chemlab/molsim/forces.py
-${PYSITELIB}/chemlab/molsim/forces.pyc
+${PYSITELIB}/chemlab/molsim/energy.pyc
 ${PYSITELIB}/chemlab/molsim/forces.pyo
-${PYSITELIB}/chemlab/molsim/integrators.py
-${PYSITELIB}/chemlab/molsim/integrators.pyc
+${PYSITELIB}/chemlab/molsim/forces.pyc
 ${PYSITELIB}/chemlab/molsim/integrators.pyo
+${PYSITELIB}/chemlab/molsim/integrators.pyc
+${PYSITELIB}/chemlab/molsim/analysis.py
+${PYSITELIB}/chemlab/molsim/energy.py
+${PYSITELIB}/chemlab/molsim/forces.py
+${PYSITELIB}/chemlab/molsim/integrators.py
 ${PYSITELIB}/chemlab/molsim/rdf.so
 ${PYSITELIB}/chemlab/resources/__init__.py
-${PYSITELIB}/chemlab/resources/__init__.pyc
 ${PYSITELIB}/chemlab/resources/__init__.pyo
+${PYSITELIB}/chemlab/resources/__init__.pyc
 ${PYSITELIB}/chemlab/resources/hide_icon.svg
 ${PYSITELIB}/chemlab/resources/pause_icon.svg
 ${PYSITELIB}/chemlab/resources/play_icon.svg
@@ -352,79 +352,71 @@ ${PYSITELIB}/chemlab/resources/select_molecules.svg
 ${PYSITELIB}/chemlab/resources/settings_icon.svg
 ${PYSITELIB}/chemlab/resources/show_icon.svg
 ${PYSITELIB}/chemlab/utils/__init__.py
-${PYSITELIB}/chemlab/utils/__init__.pyc
 ${PYSITELIB}/chemlab/utils/__init__.pyo
+${PYSITELIB}/chemlab/utils/__init__.pyc
+${PYSITELIB}/chemlab/utils/distances.pyo
+${PYSITELIB}/chemlab/utils/distances.pyc
+${PYSITELIB}/chemlab/utils/progressbar.pyo
+${PYSITELIB}/chemlab/utils/progressbar.pyc
 ${PYSITELIB}/chemlab/utils/cdist.so
 ${PYSITELIB}/chemlab/utils/celllinkedlist.so
 ${PYSITELIB}/chemlab/utils/distances.py
-${PYSITELIB}/chemlab/utils/distances.pyc
-${PYSITELIB}/chemlab/utils/distances.pyo
 ${PYSITELIB}/chemlab/utils/pexpect.py
-${PYSITELIB}/chemlab/utils/pexpect.pyc
-${PYSITELIB}/chemlab/utils/pexpect.pyo
 ${PYSITELIB}/chemlab/utils/progressbar.py
-${PYSITELIB}/chemlab/utils/progressbar.pyc
-${PYSITELIB}/chemlab/utils/progressbar.pyo
 ${PYSITELIB}/examples/__init__.py
-${PYSITELIB}/examples/__init__.pyc
 ${PYSITELIB}/examples/__init__.pyo
-${PYSITELIB}/examples/offline_rendering.py
-${PYSITELIB}/examples/offline_rendering.pyc
+${PYSITELIB}/examples/__init__.pyc
 ${PYSITELIB}/examples/offline_rendering.pyo
-${PYSITELIB}/examples/tetrahedra_tutorial.py
-${PYSITELIB}/examples/tetrahedra_tutorial.pyc
+${PYSITELIB}/examples/offline_rendering.pyc
 ${PYSITELIB}/examples/tetrahedra_tutorial.pyo
-${PYSITELIB}/examples/view_trajectory.py
-${PYSITELIB}/examples/view_trajectory.pyc
+${PYSITELIB}/examples/tetrahedra_tutorial.pyc
 ${PYSITELIB}/examples/view_trajectory.pyo
+${PYSITELIB}/examples/view_trajectory.pyc
+${PYSITELIB}/examples/offline_rendering.py
+${PYSITELIB}/examples/tetrahedra_tutorial.py
+${PYSITELIB}/examples/view_trajectory.py
 ${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
 ${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/mock.py
-${PYSITELIB}/tests/mock.pyc
+${PYSITELIB}/tests/__init__.pyc
 ${PYSITELIB}/tests/mock.pyo
+${PYSITELIB}/tests/mock.pyc
+${PYSITELIB}/tests/test_analysis.pyo
+${PYSITELIB}/tests/test_analysis.pyc
+${PYSITELIB}/tests/test_conservation.pyo
+${PYSITELIB}/tests/test_conservation.pyc
+${PYSITELIB}/tests/test_core.pyo
+${PYSITELIB}/tests/test_core.pyc
+${PYSITELIB}/tests/test_db.pyo
+${PYSITELIB}/tests/test_db.pyc
+${PYSITELIB}/tests/test_gamess.pyo
+${PYSITELIB}/tests/test_gamess.pyc
+${PYSITELIB}/tests/test_graphics.pyo
+${PYSITELIB}/tests/test_graphics.pyc
+${PYSITELIB}/tests/test_integrator.pyo
+${PYSITELIB}/tests/test_integrator.pyc
+${PYSITELIB}/tests/test_io.pyo
+${PYSITELIB}/tests/test_io.pyc
+${PYSITELIB}/tests/mock.py
 ${PYSITELIB}/tests/nose_parameterized/__init__.py
-${PYSITELIB}/tests/nose_parameterized/__init__.pyc
 ${PYSITELIB}/tests/nose_parameterized/__init__.pyo
-${PYSITELIB}/tests/nose_parameterized/parameterized.py
-${PYSITELIB}/tests/nose_parameterized/parameterized.pyc
+${PYSITELIB}/tests/nose_parameterized/__init__.pyc
 ${PYSITELIB}/tests/nose_parameterized/parameterized.pyo
-${PYSITELIB}/tests/nose_parameterized/six.py
-${PYSITELIB}/tests/nose_parameterized/six.pyc
+${PYSITELIB}/tests/nose_parameterized/parameterized.pyc
 ${PYSITELIB}/tests/nose_parameterized/six.pyo
-${PYSITELIB}/tests/nose_parameterized/test.py
-${PYSITELIB}/tests/nose_parameterized/test.pyc
+${PYSITELIB}/tests/nose_parameterized/six.pyc
 ${PYSITELIB}/tests/nose_parameterized/test.pyo
+${PYSITELIB}/tests/nose_parameterized/test.pyc
+${PYSITELIB}/tests/nose_parameterized/parameterized.py
+${PYSITELIB}/tests/nose_parameterized/six.py
+${PYSITELIB}/tests/nose_parameterized/test.py
 ${PYSITELIB}/tests/test_analysis.py
-${PYSITELIB}/tests/test_analysis.pyc
-${PYSITELIB}/tests/test_analysis.pyo
 ${PYSITELIB}/tests/test_conservation.py
-${PYSITELIB}/tests/test_conservation.pyc
-${PYSITELIB}/tests/test_conservation.pyo
 ${PYSITELIB}/tests/test_core.py
-${PYSITELIB}/tests/test_core.pyc
-${PYSITELIB}/tests/test_core.pyo
 ${PYSITELIB}/tests/test_db.py
-${PYSITELIB}/tests/test_db.pyc
-${PYSITELIB}/tests/test_db.pyo
 ${PYSITELIB}/tests/test_forces.py
-${PYSITELIB}/tests/test_forces.pyc
-${PYSITELIB}/tests/test_forces.pyo
 ${PYSITELIB}/tests/test_gamess.py
-${PYSITELIB}/tests/test_gamess.pyc
-${PYSITELIB}/tests/test_gamess.pyo
 ${PYSITELIB}/tests/test_graphics.py
-${PYSITELIB}/tests/test_graphics.pyc
-${PYSITELIB}/tests/test_graphics.pyo
 ${PYSITELIB}/tests/test_integrator.py
-${PYSITELIB}/tests/test_integrator.pyc
-${PYSITELIB}/tests/test_integrator.pyo
 ${PYSITELIB}/tests/test_io.py
-${PYSITELIB}/tests/test_io.pyc
-${PYSITELIB}/tests/test_io.pyo
 ${PYSITELIB}/tests/test_simul.py
-${PYSITELIB}/tests/test_simul.pyc
-${PYSITELIB}/tests/test_simul.pyo
 ${PYSITELIB}/tests/test_utils.py
-${PYSITELIB}/tests/test_utils.pyc
-${PYSITELIB}/tests/test_utils.pyo
diff --git a/py-chemlab/distinfo b/py-chemlab/distinfo
index 694863bd31..f6878b6cad 100644
--- a/py-chemlab/distinfo
+++ b/py-chemlab/distinfo
@@ -3,3 +3,4 @@ $NetBSD: distinfo,v 1.1 2015/06/10 23:14:45 jihbed Exp $
 SHA1 (chemlab-0.3.tar.gz) = 48b9c0380322570711c10529d3c3715894671864
 RMD160 (chemlab-0.3.tar.gz) = 65013eb01111c751ee1baeb58174c475aeb42411
 Size (chemlab-0.3.tar.gz) = 5242269 bytes
+SHA1 (patch-setup.py) = 8bf9315e653b66df763c61d69d068e4c53f41a24
diff --git a/py-chemlab/patches/patch-setup.py b/py-chemlab/patches/patch-setup.py
new file mode 100644
index 0000000000..14c8b03876
--- /dev/null
+++ b/py-chemlab/patches/patch-setup.py
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Avoid downloading during the build.
+
+--- setup.py.orig	2013-09-10 17:06:46.000000000 +0000
++++ setup.py
+@@ -1,5 +1,5 @@
+-from distribute_setup import use_setuptools
+-use_setuptools()
++#from distribute_setup import use_setuptools
++#use_setuptools()
+ from setuptools import setup, find_packages, Extension
+ from Cython.Distutils import build_ext
+ import numpy as np


Home | Main Index | Thread Index | Old Index