pkgsrc-WIP-changes archive

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

wip/py-mol: import py-mol-2.5.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Feb 17 10:34:20 2022 +0100
Changeset:	846733226a379ee418882f1df9d2220af0e542e3

Added Files:
	py-mol/DESCR
	py-mol/Makefile
	py-mol/PLIST
	py-mol/TODO
	py-mol/distinfo

Log Message:
wip/py-mol: import py-mol-2.5.0

This package does not build yet. If you're interested in this, please
finish it.

PyMOL is a molecular visualization program. It excels at 3D
visualization of proteins, small molecules, density, surfaces, and
trajectories. It also includes molecular editing, ray tracing, and
movies.

TODO:

Fix compilation problem:

c++ -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-check -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/python3.10 -g -I/usr/pkg/include/netlib -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/python3.10 -std=c++11 -fPIC -D_PYMOL_LIBPNG -D_PYMOL_FREETYPE -DPYMOL_OPENMP -D_PYMOL_VMD_PLUGINS -D_HAVE_LIBXML -D_PYMOL_NO_MSGPACKC -D_PYMOL_NO_MAIN -D_PYMOL_NUMPY -Iinclude -Icontrib/uiuc/plugins/include -Iov/src -Ilayer0 -Ilaye
r1 -Ilayer2 -Ilayer3 -Ilayer4 -Ilayer5 -Ibuild/generated -Icontrib/uiuc/plugins/molfile_plugin/src -I/usr/pkg/lib/python3.10/site-packages/numpy/core/include -I/usr/include -I/usr/pkg/include/python3.10 -c -MMD layer1/COLLADA.cpp -o build/temp.netbsd-9.99.93-amd64-3.10/layer1/COLLADA.o -Werror=return-type -Wunused-variable -Wno-switch -Wno-narrowing -Wno-char-subscripts -O3 -fopenmp                                                        layer1/COLLADA.cpp:16:10: fatal error: libxml/xmlwriter.h: No such file or directory                                                                  16 | #include <libxml/xmlwriter.h>                                                                                                                    |          ^~~~~~~~~~~~~~~~~~~~                                                                                                              compilation terminated.
...

Fix python problem:

error: command '/scratch/biology/py-mol/work/.cwrapper/bin/gcc' failed with exit code 1
Exception ignored in: <function Pool.__del__ at 0x7532caff7fd0>
Traceback (most recent call last):
  File "/usr/pkg/lib/python3.10/multiprocessing/pool.py", line 268, in __del__
  File "/usr/pkg/lib/python3.10/multiprocessing/queues.py", line 378, in put
  File "/usr/pkg/lib/python3.10/multiprocessing/connection.py", line 205, in send_bytes
  File "/usr/pkg/lib/python3.10/multiprocessing/connection.py", line 405, in _send_bytes
AttributeError: 'NoneType' object has no attribute 'pack'
*** Error code 1

Convert to py-qt* instead of py-Pmw.

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

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

diffstat:
 py-mol/DESCR    |   4 +
 py-mol/Makefile |  42 +++
 py-mol/PLIST    | 967 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-mol/TODO     |  20 ++
 py-mol/distinfo |   5 +
 5 files changed, 1038 insertions(+)

diffs:
diff --git a/py-mol/DESCR b/py-mol/DESCR
new file mode 100644
index 0000000000..4db4e9dc52
--- /dev/null
+++ b/py-mol/DESCR
@@ -0,0 +1,4 @@
+PyMOL is a molecular visualization program. It excels at 3D
+visualization of proteins, small molecules, density, surfaces, and
+trajectories. It also includes molecular editing, ray tracing, and
+movies.
diff --git a/py-mol/Makefile b/py-mol/Makefile
new file mode 100644
index 0000000000..2cd60d4a2e
--- /dev/null
+++ b/py-mol/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.39 2022/01/10 18:46:54 wiz Exp $
+
+DISTNAME=	pymol-2.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/pymol-/mol-/}
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_GITHUB:=schrodinger/}
+GITHUB_PROJECT=	pymol-open-source
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.pymol.org/
+COMMENT=	Molecular Visualization System
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-Pmw-[0-9]*:../../x11/py-Pmw
+
+CONFLICTS=		pymol-[0-9]*
+
+USE_LANGUAGES=	c c++11
+USE_TOOLS+=	pkg-config
+
+#INSTALLATION_DIRS=	bin
+
+# Gross hack
+#PYSETUPBUILDTARGET=	install ${_PYSETUPINSTALLARGS}
+
+#post-install:
+#	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} setup2.py install ${_PYSETUPINSTALLARGS}
+#	${INSTALL_SCRIPT} ${WRKSRC}/pymol ${DESTDIR}${PREFIX}/bin/pymol${PYVERSSUFFIX}
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/glew/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/egg.mk"
+.include "../../wip/glm/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mol/PLIST b/py-mol/PLIST
new file mode 100644
index 0000000000..4dd385e168
--- /dev/null
+++ b/py-mol/PLIST
@@ -0,0 +1,967 @@
+@comment $NetBSD: PLIST,v 1.7 2022/01/10 18:46:54 wiz Exp $
+bin/pymol${PYVERSSUFFIX}
+${PYSITELIB}/chempy/__init__.py
+${PYSITELIB}/chempy/__init__.pyc
+${PYSITELIB}/chempy/__init__.pyo
+${PYSITELIB}/chempy/arc.py
+${PYSITELIB}/chempy/arc.pyc
+${PYSITELIB}/chempy/arc.pyo
+${PYSITELIB}/chempy/bmin/__init__.py
+${PYSITELIB}/chempy/bmin/__init__.pyc
+${PYSITELIB}/chempy/bmin/__init__.pyo
+${PYSITELIB}/chempy/bmin/commands.py
+${PYSITELIB}/chempy/bmin/commands.pyc
+${PYSITELIB}/chempy/bmin/commands.pyo
+${PYSITELIB}/chempy/bmin/realtime.py
+${PYSITELIB}/chempy/bmin/realtime.pyc
+${PYSITELIB}/chempy/bmin/realtime.pyo
+${PYSITELIB}/chempy/bmin/state.py
+${PYSITELIB}/chempy/bmin/state.pyc
+${PYSITELIB}/chempy/bmin/state.pyo
+${PYSITELIB}/chempy/bmin/util.py
+${PYSITELIB}/chempy/bmin/util.pyc
+${PYSITELIB}/chempy/bmin/util.pyo
+${PYSITELIB}/chempy/bond_amber.py
+${PYSITELIB}/chempy/bond_amber.pyc
+${PYSITELIB}/chempy/bond_amber.pyo
+${PYSITELIB}/chempy/bond_mmff.py
+${PYSITELIB}/chempy/bond_mmff.pyc
+${PYSITELIB}/chempy/bond_mmff.pyo
+${PYSITELIB}/chempy/bonds.py
+${PYSITELIB}/chempy/bonds.pyc
+${PYSITELIB}/chempy/bonds.pyo
+${PYSITELIB}/chempy/brick.py
+${PYSITELIB}/chempy/brick.pyc
+${PYSITELIB}/chempy/brick.pyo
+${PYSITELIB}/chempy/cc1.py
+${PYSITELIB}/chempy/cc1.pyc
+${PYSITELIB}/chempy/cc1.pyo
+${PYSITELIB}/chempy/cex.py
+${PYSITELIB}/chempy/cex.pyc
+${PYSITELIB}/chempy/cex.pyo
+${PYSITELIB}/chempy/champ/__init__.py
+${PYSITELIB}/chempy/champ/__init__.pyc
+${PYSITELIB}/chempy/champ/__init__.pyo
+${PYSITELIB}/chempy/champ/_champ.so
+${PYSITELIB}/chempy/champ/amber99.py
+${PYSITELIB}/chempy/champ/amber99.pyc
+${PYSITELIB}/chempy/champ/amber99.pyo
+${PYSITELIB}/chempy/champ/assign.py
+${PYSITELIB}/chempy/champ/assign.pyc
+${PYSITELIB}/chempy/champ/assign.pyo
+${PYSITELIB}/chempy/champ/formal_charges.py
+${PYSITELIB}/chempy/champ/formal_charges.pyc
+${PYSITELIB}/chempy/champ/formal_charges.pyo
+${PYSITELIB}/chempy/charge.py
+${PYSITELIB}/chempy/charge.pyc
+${PYSITELIB}/chempy/charge.pyo
+${PYSITELIB}/chempy/cif.py
+${PYSITELIB}/chempy/cif.pyc
+${PYSITELIB}/chempy/cif.pyo
+${PYSITELIB}/chempy/cpv.py
+${PYSITELIB}/chempy/cpv.pyc
+${PYSITELIB}/chempy/cpv.pyo
+${PYSITELIB}/chempy/dictdb.py
+${PYSITELIB}/chempy/dictdb.pyc
+${PYSITELIB}/chempy/dictdb.pyo
+${PYSITELIB}/chempy/fast/__init__.py
+${PYSITELIB}/chempy/fast/__init__.pyc
+${PYSITELIB}/chempy/fast/__init__.pyo
+${PYSITELIB}/chempy/fragments/__init__.py
+${PYSITELIB}/chempy/fragments/__init__.pyc
+${PYSITELIB}/chempy/fragments/__init__.pyo
+${PYSITELIB}/chempy/gamess1.py
+${PYSITELIB}/chempy/gamess1.pyc
+${PYSITELIB}/chempy/gamess1.pyo
+${PYSITELIB}/chempy/gms.py
+${PYSITELIB}/chempy/gms.pyc
+${PYSITELIB}/chempy/gms.pyo
+${PYSITELIB}/chempy/hetatm.py
+${PYSITELIB}/chempy/hetatm.pyc
+${PYSITELIB}/chempy/hetatm.pyo
+${PYSITELIB}/chempy/io.py
+${PYSITELIB}/chempy/io.pyc
+${PYSITELIB}/chempy/io.pyo
+${PYSITELIB}/chempy/lst.py
+${PYSITELIB}/chempy/lst.pyc
+${PYSITELIB}/chempy/lst.pyo
+${PYSITELIB}/chempy/mae.py
+${PYSITELIB}/chempy/mae.pyc
+${PYSITELIB}/chempy/mae.pyo
+${PYSITELIB}/chempy/map.py
+${PYSITELIB}/chempy/map.pyc
+${PYSITELIB}/chempy/map.pyo
+${PYSITELIB}/chempy/mass.py
+${PYSITELIB}/chempy/mass.pyc
+${PYSITELIB}/chempy/mass.pyo
+${PYSITELIB}/chempy/mmd.py
+${PYSITELIB}/chempy/mmd.pyc
+${PYSITELIB}/chempy/mmd.pyo
+${PYSITELIB}/chempy/models.py
+${PYSITELIB}/chempy/models.pyc
+${PYSITELIB}/chempy/models.pyo
+${PYSITELIB}/chempy/mol.py
+${PYSITELIB}/chempy/mol.pyc
+${PYSITELIB}/chempy/mol.pyo
+${PYSITELIB}/chempy/mol2.py
+${PYSITELIB}/chempy/mol2.pyc
+${PYSITELIB}/chempy/mol2.pyo
+${PYSITELIB}/chempy/neighbor.py
+${PYSITELIB}/chempy/neighbor.pyc
+${PYSITELIB}/chempy/neighbor.pyo
+${PYSITELIB}/chempy/pdb.py
+${PYSITELIB}/chempy/pdb.pyc
+${PYSITELIB}/chempy/pdb.pyo
+${PYSITELIB}/chempy/pkl.py
+${PYSITELIB}/chempy/pkl.pyc
+${PYSITELIB}/chempy/pkl.pyo
+${PYSITELIB}/chempy/place.py
+${PYSITELIB}/chempy/place.pyc
+${PYSITELIB}/chempy/place.pyo
+${PYSITELIB}/chempy/protein.py
+${PYSITELIB}/chempy/protein.pyc
+${PYSITELIB}/chempy/protein.pyo
+${PYSITELIB}/chempy/protein_amber.py
+${PYSITELIB}/chempy/protein_amber.pyc
+${PYSITELIB}/chempy/protein_amber.pyo
+${PYSITELIB}/chempy/protein_amber99.py
+${PYSITELIB}/chempy/protein_amber99.pyc
+${PYSITELIB}/chempy/protein_amber99.pyo
+${PYSITELIB}/chempy/protein_mmff.py
+${PYSITELIB}/chempy/protein_mmff.pyc
+${PYSITELIB}/chempy/protein_mmff.pyo
+${PYSITELIB}/chempy/protein_residues.py
+${PYSITELIB}/chempy/protein_residues.pyc
+${PYSITELIB}/chempy/protein_residues.pyo
+${PYSITELIB}/chempy/sdf.py
+${PYSITELIB}/chempy/sdf.pyc
+${PYSITELIB}/chempy/sdf.pyo
+${PYSITELIB}/chempy/solvate.py
+${PYSITELIB}/chempy/solvate.pyc
+${PYSITELIB}/chempy/solvate.pyo
+${PYSITELIB}/chempy/tinker/__init__.py
+${PYSITELIB}/chempy/tinker/__init__.pyc
+${PYSITELIB}/chempy/tinker/__init__.pyo
+${PYSITELIB}/chempy/tinker/amber.py
+${PYSITELIB}/chempy/tinker/amber.pyc
+${PYSITELIB}/chempy/tinker/amber.pyo
+${PYSITELIB}/chempy/tinker/keyword.py
+${PYSITELIB}/chempy/tinker/keyword.pyc
+${PYSITELIB}/chempy/tinker/keyword.pyo
+${PYSITELIB}/chempy/tinker/realtime.py
+${PYSITELIB}/chempy/tinker/realtime.pyc
+${PYSITELIB}/chempy/tinker/realtime.pyo
+${PYSITELIB}/chempy/tinker/state.py
+${PYSITELIB}/chempy/tinker/state.pyc
+${PYSITELIB}/chempy/tinker/state.pyo
+${PYSITELIB}/chempy/water_amber.py
+${PYSITELIB}/chempy/water_amber.pyc
+${PYSITELIB}/chempy/water_amber.pyo
+${PYSITELIB}/chempy/water_residues.py
+${PYSITELIB}/chempy/water_residues.pyc
+${PYSITELIB}/chempy/water_residues.pyo
+${PYSITELIB}/chempy/xyz.py
+${PYSITELIB}/chempy/xyz.pyc
+${PYSITELIB}/chempy/xyz.pyo
+${PYSITELIB}/pmg_tk/ColorEditor.py
+${PYSITELIB}/pmg_tk/ColorEditor.pyc
+${PYSITELIB}/pmg_tk/ColorEditor.pyo
+${PYSITELIB}/pmg_tk/Demo.py
+${PYSITELIB}/pmg_tk/Demo.pyc
+${PYSITELIB}/pmg_tk/Demo.pyo
+${PYSITELIB}/pmg_tk/PMGApp.py
+${PYSITELIB}/pmg_tk/PMGApp.pyc
+${PYSITELIB}/pmg_tk/PMGApp.pyo
+${PYSITELIB}/pmg_tk/PyMOLMapLoad.py
+${PYSITELIB}/pmg_tk/PyMOLMapLoad.pyc
+${PYSITELIB}/pmg_tk/PyMOLMapLoad.pyo
+${PYSITELIB}/pmg_tk/SetEditor.py
+${PYSITELIB}/pmg_tk/SetEditor.pyc
+${PYSITELIB}/pmg_tk/SetEditor.pyo
+${PYSITELIB}/pmg_tk/Setting.py
+${PYSITELIB}/pmg_tk/Setting.pyc
+${PYSITELIB}/pmg_tk/Setting.pyo
+${PYSITELIB}/pmg_tk/__init__.py
+${PYSITELIB}/pmg_tk/__init__.pyc
+${PYSITELIB}/pmg_tk/__init__.pyo
+${PYSITELIB}/pmg_tk/skins/__init__.py
+${PYSITELIB}/pmg_tk/skins/__init__.pyc
+${PYSITELIB}/pmg_tk/skins/__init__.pyo
+${PYSITELIB}/pmg_tk/skins/normal/ColorMap.py
+${PYSITELIB}/pmg_tk/skins/normal/ColorMap.pyc
+${PYSITELIB}/pmg_tk/skins/normal/ColorMap.pyo
+${PYSITELIB}/pmg_tk/skins/normal/ColorRampModel.py
+${PYSITELIB}/pmg_tk/skins/normal/ColorRampModel.pyc
+${PYSITELIB}/pmg_tk/skins/normal/ColorRampModel.pyo
+${PYSITELIB}/pmg_tk/skins/normal/ModalWindow.py
+${PYSITELIB}/pmg_tk/skins/normal/ModalWindow.pyc
+${PYSITELIB}/pmg_tk/skins/normal/ModalWindow.pyo
+${PYSITELIB}/pmg_tk/skins/normal/SimpleColorChooser.py
+${PYSITELIB}/pmg_tk/skins/normal/SimpleColorChooser.pyc
+${PYSITELIB}/pmg_tk/skins/normal/SimpleColorChooser.pyo
+${PYSITELIB}/pmg_tk/skins/normal/__init__.py
+${PYSITELIB}/pmg_tk/skins/normal/__init__.pyc
+${PYSITELIB}/pmg_tk/skins/normal/__init__.pyo
+${PYSITELIB}/pmg_tk/skins/normal/builder.py
+${PYSITELIB}/pmg_tk/skins/normal/builder.pyc
+${PYSITELIB}/pmg_tk/skins/normal/builder.pyo
+${PYSITELIB}/pmg_tk/skins/normal/hist.py
+${PYSITELIB}/pmg_tk/skins/normal/hist.pyc
+${PYSITELIB}/pmg_tk/skins/normal/hist.pyo
+${PYSITELIB}/pmg_tk/skins/normal/volume.py
+${PYSITELIB}/pmg_tk/skins/normal/volume.pyc
+${PYSITELIB}/pmg_tk/skins/normal/volume.pyo
+${PYSITELIB}/pmg_tk/startup/__init__.py
+${PYSITELIB}/pmg_tk/startup/__init__.pyc
+${PYSITELIB}/pmg_tk/startup/__init__.pyo
+${PYSITELIB}/pmg_tk/startup/apbs_tools.py
+${PYSITELIB}/pmg_tk/startup/apbs_tools.pyc
+${PYSITELIB}/pmg_tk/startup/apbs_tools.pyo
+${PYSITELIB}/pmg_tk/startup/remote_pdb_load.py
+${PYSITELIB}/pmg_tk/startup/remote_pdb_load.pyc
+${PYSITELIB}/pmg_tk/startup/remote_pdb_load.pyo
+${PYSITELIB}/pmg_wx/__init__.py
+${PYSITELIB}/pmg_wx/__init__.pyc
+${PYSITELIB}/pmg_wx/__init__.pyo
+${PYSITELIB}/pymol/__init__.py
+${PYSITELIB}/pymol/__init__.pyc
+${PYSITELIB}/pymol/__init__.pyo
+${PYSITELIB}/pymol/_cmd.so
+${PYSITELIB}/pymol/api.py
+${PYSITELIB}/pymol/api.pyc
+${PYSITELIB}/pymol/api.pyo
+${PYSITELIB}/pymol/callback.py
+${PYSITELIB}/pymol/callback.pyc
+${PYSITELIB}/pymol/callback.pyo
+${PYSITELIB}/pymol/cgo.py
+${PYSITELIB}/pymol/cgo.pyc
+${PYSITELIB}/pymol/cgo.pyo
+${PYSITELIB}/pymol/checking.py
+${PYSITELIB}/pymol/checking.pyc
+${PYSITELIB}/pymol/checking.pyo
+${PYSITELIB}/pymol/cmd.py
+${PYSITELIB}/pymol/cmd.pyc
+${PYSITELIB}/pymol/cmd.pyo
+${PYSITELIB}/pymol/colorramping.py
+${PYSITELIB}/pymol/colorramping.pyc
+${PYSITELIB}/pymol/colorramping.pyo
+${PYSITELIB}/pymol/commanding.py
+${PYSITELIB}/pymol/commanding.pyc
+${PYSITELIB}/pymol/commanding.pyo
+${PYSITELIB}/pymol/completing.py
+${PYSITELIB}/pymol/completing.pyc
+${PYSITELIB}/pymol/completing.pyo
+${PYSITELIB}/pymol/computing.py
+${PYSITELIB}/pymol/computing.pyc
+${PYSITELIB}/pymol/computing.pyo
+${PYSITELIB}/pymol/constants.py
+${PYSITELIB}/pymol/constants.pyc
+${PYSITELIB}/pymol/constants.pyo
+${PYSITELIB}/pymol/constants_palette.py
+${PYSITELIB}/pymol/constants_palette.pyc
+${PYSITELIB}/pymol/constants_palette.pyo
+${PYSITELIB}/pymol/contrib/__init__.py
+${PYSITELIB}/pymol/contrib/__init__.pyc
+${PYSITELIB}/pymol/contrib/__init__.pyo
+${PYSITELIB}/pymol/controlling.py
+${PYSITELIB}/pymol/controlling.pyc
+${PYSITELIB}/pymol/controlling.pyo
+${PYSITELIB}/pymol/creating.py
+${PYSITELIB}/pymol/creating.pyc
+${PYSITELIB}/pymol/creating.pyo
+${PYSITELIB}/pymol/editing.py
+${PYSITELIB}/pymol/editing.pyc
+${PYSITELIB}/pymol/editing.pyo
+${PYSITELIB}/pymol/editor.py
+${PYSITELIB}/pymol/editor.pyc
+${PYSITELIB}/pymol/editor.pyo
+${PYSITELIB}/pymol/experimenting.py
+${PYSITELIB}/pymol/experimenting.pyc
+${PYSITELIB}/pymol/experimenting.pyo
+${PYSITELIB}/pymol/exporting.py
+${PYSITELIB}/pymol/exporting.pyc
+${PYSITELIB}/pymol/exporting.pyo
+${PYSITELIB}/pymol/externing.py
+${PYSITELIB}/pymol/externing.pyc
+${PYSITELIB}/pymol/externing.pyo
+${PYSITELIB}/pymol/feedingback.py
+${PYSITELIB}/pymol/feedingback.pyc
+${PYSITELIB}/pymol/feedingback.pyo
+${PYSITELIB}/pymol/fitting.py
+${PYSITELIB}/pymol/fitting.pyc
+${PYSITELIB}/pymol/fitting.pyo
+${PYSITELIB}/pymol/gui.py
+${PYSITELIB}/pymol/gui.pyc
+${PYSITELIB}/pymol/gui.pyo
+${PYSITELIB}/pymol/headering.py
+${PYSITELIB}/pymol/headering.pyc
+${PYSITELIB}/pymol/headering.pyo
+${PYSITELIB}/pymol/helping.py
+${PYSITELIB}/pymol/helping.pyc
+${PYSITELIB}/pymol/helping.pyo
+${PYSITELIB}/pymol/importing.py
+${PYSITELIB}/pymol/importing.pyc
+${PYSITELIB}/pymol/importing.pyo
+${PYSITELIB}/pymol/internal.py
+${PYSITELIB}/pymol/internal.pyc
+${PYSITELIB}/pymol/internal.pyo
+${PYSITELIB}/pymol/invocation.py
+${PYSITELIB}/pymol/invocation.pyc
+${PYSITELIB}/pymol/invocation.pyo
+${PYSITELIB}/pymol/keyboard.py
+${PYSITELIB}/pymol/keyboard.pyc
+${PYSITELIB}/pymol/keyboard.pyo
+${PYSITELIB}/pymol/keywords.py
+${PYSITELIB}/pymol/keywords.pyc
+${PYSITELIB}/pymol/keywords.pyo
+${PYSITELIB}/pymol/locking.py
+${PYSITELIB}/pymol/locking.pyc
+${PYSITELIB}/pymol/locking.pyo
+${PYSITELIB}/pymol/m4x.py
+${PYSITELIB}/pymol/m4x.pyc
+${PYSITELIB}/pymol/m4x.pyo
+${PYSITELIB}/pymol/menu.py
+${PYSITELIB}/pymol/menu.pyc
+${PYSITELIB}/pymol/menu.pyo
+${PYSITELIB}/pymol/monitoring.py
+${PYSITELIB}/pymol/monitoring.pyc
+${PYSITELIB}/pymol/monitoring.pyo
+${PYSITELIB}/pymol/movie.py
+${PYSITELIB}/pymol/movie.pyc
+${PYSITELIB}/pymol/movie.pyo
+${PYSITELIB}/pymol/moving.py
+${PYSITELIB}/pymol/moving.pyc
+${PYSITELIB}/pymol/moving.pyo
+${PYSITELIB}/pymol/opengl/__init__.py
+${PYSITELIB}/pymol/opengl/__init__.pyc
+${PYSITELIB}/pymol/opengl/__init__.pyo
+${PYSITELIB}/pymol/opengl/gl/__init__.py
+${PYSITELIB}/pymol/opengl/gl/__init__.pyc
+${PYSITELIB}/pymol/opengl/gl/__init__.pyo
+${PYSITELIB}/pymol/opengl/gl/_opengl.so
+${PYSITELIB}/pymol/opengl/gl/_opengl_num.so
+${PYSITELIB}/pymol/opengl/gl/glconst.py
+${PYSITELIB}/pymol/opengl/gl/glconst.pyc
+${PYSITELIB}/pymol/opengl/gl/glconst.pyo
+${PYSITELIB}/pymol/opengl/gl/openglutil.so
+${PYSITELIB}/pymol/opengl/gl/openglutil_num.so
+${PYSITELIB}/pymol/opengl/glu/__init__.py
+${PYSITELIB}/pymol/opengl/glu/__init__.pyc
+${PYSITELIB}/pymol/opengl/glu/__init__.pyo
+${PYSITELIB}/pymol/opengl/glu/_glu.so
+${PYSITELIB}/pymol/opengl/glu/_glu_num.so
+${PYSITELIB}/pymol/opengl/glu/gluconst.py
+${PYSITELIB}/pymol/opengl/glu/gluconst.pyc
+${PYSITELIB}/pymol/opengl/glu/gluconst.pyo
+${PYSITELIB}/pymol/opengl/glut/__init__.py
+${PYSITELIB}/pymol/opengl/glut/__init__.pyc
+${PYSITELIB}/pymol/opengl/glut/__init__.pyo
+${PYSITELIB}/pymol/opengl/glut/_glut.so
+${PYSITELIB}/pymol/opengl/glut/glutconst.py
+${PYSITELIB}/pymol/opengl/glut/glutconst.pyc
+${PYSITELIB}/pymol/opengl/glut/glutconst.pyo
+${PYSITELIB}/pymol/parser.py
+${PYSITELIB}/pymol/parser.pyc
+${PYSITELIB}/pymol/parser.pyo
+${PYSITELIB}/pymol/parsing.py
+${PYSITELIB}/pymol/parsing.pyc
+${PYSITELIB}/pymol/parsing.pyo
+${PYSITELIB}/pymol/povray.py
+${PYSITELIB}/pymol/povray.pyc
+${PYSITELIB}/pymol/povray.pyo
+${PYSITELIB}/pymol/preset.py
+${PYSITELIB}/pymol/preset.pyc
+${PYSITELIB}/pymol/preset.pyo
+${PYSITELIB}/pymol/pymol_path/LICENSE
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ace.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/acetylene.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ala.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/arg.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/argn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/asn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/asp.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/asph.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/benzene.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/benzocycloheptane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/butane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_ala.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_arg.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_argn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_asn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_asp.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_asph.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_cys.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_gln.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_glu.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_gluh.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_gly.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_hid.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_hie.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_hip.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_his.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_ile.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_leu.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_lys.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_lysn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_met.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_phe.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_pro.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_ser.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_thr.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_trp.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_tyr.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ct_val.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cyanide.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cyclobutane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cycloheptane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cyclohexane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cyclopentadiene.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cyclopentane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cyclopropane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/cys.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ethylene.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/formaldehyde.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/formamide.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/formic.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/gln.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/glu.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/gluh.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/gly.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/hid.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/hie.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/hip.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/his.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ile.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/indane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/leu.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/lys.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/lysn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/met.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/methane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/methanol.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/napthylene.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nhh.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nitro.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nme.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_ala.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_arg.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_argn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_asn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_asp.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_asph.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_cys.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_gln.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_glu.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_gluh.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_gly.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_hid.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_hie.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_hip.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_his.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_ile.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_leu.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_lys.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_lysn.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_met.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_phe.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_pro.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_ser.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_thr.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_trp.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_tyr.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/nt_val.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/peptide.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/phe.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/phosphite.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/pro.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/realtime.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/ser.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/sulfone.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/thr.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/trifluoromethane.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/trp.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/tyr.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/fragments/val.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/generate1.py
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/generate2.py
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/sc_bb_dep.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/sc_bb_dep.py
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/sc_bb_ind.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/sc_bb_ind.py
+${PYSITELIB}/pymol/pymol_path/data/chempy/sidechains/sc_library.pkl
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/Makefile.delsci
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/chempy.prm
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/make99_simple.py
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/make_simple.py
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm94.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm94_rsm.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm96.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm96_rsm.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm99.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm99_simple.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm99_wld.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm_simple.dat
+${PYSITELIB}/pymol/pymol_path/data/chempy/tinker/parm_simple.inp
+${PYSITELIB}/pymol/pymol_path/data/chempy/water.pdb
+${PYSITELIB}/pymol/pymol_path/data/demo/1hpv.r3d
+${PYSITELIB}/pymol/pymol_path/data/demo/1tii.pdb
+${PYSITELIB}/pymol/pymol_path/data/demo/cgo03.py
+${PYSITELIB}/pymol/pymol_path/data/demo/il2.pdb
+${PYSITELIB}/pymol/pymol_path/data/demo/pept.pdb
+${PYSITELIB}/pymol/pymol_path/data/demo/pept.pkl
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro5.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro5.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro6.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro6.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro65.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro65.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro66.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro66.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro67.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/aro67.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc3.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc3.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc4.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc4.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc5.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc5.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc6.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc6.xbm
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc7.gif
+${PYSITELIB}/pymol/pymol_path/data/pmg_tk/bitmaps/builder/cyc7.xbm
+${PYSITELIB}/pymol/pymol_path/data/pymol/cmyk.png
+${PYSITELIB}/pymol/pymol_path/data/pymol/hsv.ppm
+${PYSITELIB}/pymol/pymol_path/data/pymol/incentive_splash.png
+${PYSITELIB}/pymol/pymol_path/data/pymol/matrices/BLOSUM62
+${PYSITELIB}/pymol/pymol_path/data/pymol/splash.old.png
+${PYSITELIB}/pymol/pymol_path/data/pymol/splash.png
+${PYSITELIB}/pymol/pymol_path/data/pymol/splash_edu.png
+${PYSITELIB}/pymol/pymol_path/data/shaders/cylinder.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/cylinder.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/cylinder_no_ff.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/default.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/default.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/default_es.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/default_es.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/default_es2.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/default_es2.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/shadertext.txt
+${PYSITELIB}/pymol/pymol_path/data/shaders/sphere.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/sphere.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/sphere_arb_fs.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/sphere_arb_vs.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/spheredirect.vs
+${PYSITELIB}/pymol/pymol_path/data/shaders/volume.fs
+${PYSITELIB}/pymol/pymol_path/data/shaders/volume.vs
+${PYSITELIB}/pymol/pymol_path/data/tut/1hpv.pdb
+${PYSITELIB}/pymol/pymol_path/data/xray/atomformfactor2.dat
+${PYSITELIB}/pymol/pymol_path/data/xray/atomformfactor5.dat
+${PYSITELIB}/pymol/pymol_path/data/xray/spgbase.dat
+${PYSITELIB}/pymol/pymol_path/examples/chempy/generate_amber.py
+${PYSITELIB}/pymol/pymol_path/examples/chempy/generate_mmff.py
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/area_diff.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/build_peptide.py
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/contact.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/dali.py
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/density.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/groel_es.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/multiclip_ray.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/packing.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/packsurf.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/ref_frame.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/ribosome.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/scenes2movie.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/seq_match_sele.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/ss_xfer.pml
+${PYSITELIB}/pymol/pymol_path/examples/cookbook/symsph.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/brick01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cam2crd.pym
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo02.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo03.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo04.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo05.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo06.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo07.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo08.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo_3Dtext01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo_axes.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo_label_hack.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/cgo_plane.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/chempy_model01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/chempy_model02.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/chempy_model03.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/click_ordered_list.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/count_molecules.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/demo.sdf
+${PYSITELIB}/pymol/pymol_path/examples/devel/extend_demo01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/gl01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/gl02.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/gl03.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/hole_vmd_tri.pym
+${PYSITELIB}/pymol/pymol_path/examples/devel/importing.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/link_demo.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/membrane.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/mutate01.pml
+${PYSITELIB}/pymol/pymol_path/examples/devel/mutate02.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/my_ext_gui.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/particle01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/particle02.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/pick_wiz.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/povray01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/scenes_to_movie01.pml
+${PYSITELIB}/pymol/pymol_path/examples/devel/sd_annotate.pml
+${PYSITELIB}/pymol/pymol_path/examples/devel/sele_wiz.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/start_pymol.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/syncmol.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/tkwindow.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/webgui01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/webgui02.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/xmlrpc01.py
+${PYSITELIB}/pymol/pymol_path/examples/devel/xmlrpc02.py
+${PYSITELIB}/pymol/pymol_path/examples/launching/README
+${PYSITELIB}/pymol/pymol_path/examples/launching/launch.py
+${PYSITELIB}/pymol/pymol_path/examples/launching/launch_demo.py
+${PYSITELIB}/pymol/pymol_path/examples/launching/launch_no_tk.py
+${PYSITELIB}/pymol/pymol_path/examples/launching/launch_viewer1.py
+${PYSITELIB}/pymol/pymol_path/examples/launching/launch_viewer2.py
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.93-1.rh62.py152.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.93-1.rh70.py152.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.93-1.rh72.py21.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.93-1.rh73.py22.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.93-1.rh80.py22.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.93-1.rh90.py22.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.96-1.rh62.py152.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.96-1.rh70.py152.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.96-1.rh72.py21.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.96-1.rh73.py22.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.96-1.rh80.py22.spec
+${PYSITELIB}/pymol/pymol_path/examples/package/redhat/pymol-0.96-1.rh90.py22.spec
+${PYSITELIB}/pymol/pymol_path/scripts/metaphorics/alignment.pml
+${PYSITELIB}/pymol/pymol_path/scripts/metaphorics/annotate.pml
+${PYSITELIB}/pymol/pymol_path/scripts/metaphorics/fedora.pml
+${PYSITELIB}/pymol/pymol_path/test/README
+${PYSITELIB}/pymol/pymol_path/test/cyg
+${PYSITELIB}/pymol/pymol_path/test/dat/1tii.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/3al1.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/3al1.r3d
+${PYSITELIB}/pymol/pymol_path/test/dat/embed01.p1m
+${PYSITELIB}/pymol/pymol_path/test/dat/embed02.p1m
+${PYSITELIB}/pymol/pymol_path/test/dat/embed03.p1m
+${PYSITELIB}/pymol/pymol_path/test/dat/embed04.p1m
+${PYSITELIB}/pymol/pymol_path/test/dat/embed05.p1m
+${PYSITELIB}/pymol/pymol_path/test/dat/embed06.p1m
+${PYSITELIB}/pymol/pymol_path/test/dat/helix_amber.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/il2.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/ligs3d.sdf
+${PYSITELIB}/pymol/pymol_path/test/dat/names.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/odd01.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/odd02.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/pept.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/pept.pkl
+${PYSITELIB}/pymol/pymol_path/test/dat/pept.r3d
+${PYSITELIB}/pymol/pymol_path/test/dat/small01.mol
+${PYSITELIB}/pymol/pymol_path/test/dat/small02.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/small03.mol2
+${PYSITELIB}/pymol/pymol_path/test/dat/tiny.pdb
+${PYSITELIB}/pymol/pymol_path/test/dat/water.pdb
+${PYSITELIB}/pymol/pymol_path/test/headerTest.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B01.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B02.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B03.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B04.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B05.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B06.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B07.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B08.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B09.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B10.py
+${PYSITELIB}/pymol/pymol_path/test/inp/B11.py
+${PYSITELIB}/pymol/pymol_path/test/inp/C0001quit.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0010hello.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0020pdb.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0021pdbstr.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0025mol.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0026sdf.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0027mol2.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0030pkl.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0050multi.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0060delete.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0070rep.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0080create.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0100select.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0105names.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0106order.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0140iterate.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0150alter.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0160get.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0170scene.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0180embed.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0181embed.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0200feedback.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0201extend.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0202help_python.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0300session.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0500misc.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0550pseudo.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0600util.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0700odd.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0740multipdb.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C0800matrices.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1000viewing.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1010helping.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1020querying.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1030selecting.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1035wildcards.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1040editing.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1050fitting.py
+${PYSITELIB}/pymol/pymol_path/test/inp/C1060controlling.py
+${PYSITELIB}/pymol/pymol_path/test/inp/C1070exporting.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1080isomore.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1090coulomb.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1095slice.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1100do.py
+${PYSITELIB}/pymol/pymol_path/test/inp/C1110matrix_mode.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1200matrix_maps.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C1300extras.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/C2000returns.py
+${PYSITELIB}/pymol/pymol_path/test/inp/L0010ccp4read.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/L0020xplorread.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/L0030isomesh.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/L0040isomesh2.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/L0100isomisc.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/L0200electro.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0001new.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0002start.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0010load.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0020multi.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0021multi.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0025view.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0030scene.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0040do.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0041do.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0050session.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0051session.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0052session.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/M0053session.pml
+${PYSITELIB}/pymol/pymol_path/test/inp/T01.py
+${PYSITELIB}/pymol/pymol_path/test/inp/T02.py
+${PYSITELIB}/pymol/pymol_path/test/inp/T03.py
+${PYSITELIB}/pymol/pymol_path/test/inp/T04.py
+${PYSITELIB}/pymol/pymol_path/test/inp/U01.pml
+${PYSITELIB}/pymol/pymol_path/test/ref/C0001quit.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0010hello.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0020pdb.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0020pdb.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0021pdbstr.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0025mol.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0026sdf.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0027mol2.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0030pkl.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0030pkl.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0050multi.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0060delete.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0070rep.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0080create.1.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0080create.2.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0080create.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0100select.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0105names.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0106order.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0140iterate.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0150alter.1.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0150alter.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0160get.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0170scene.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0180embed.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0181embed.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0200feedback.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0201extend.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0202help_python.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0300session.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0500misc.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0550pseudo.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0600util.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700.odd.G.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700.odd.H.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.1.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.2.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.3.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.4.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.5.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.6.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.7.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.8.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.9.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.A.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.B.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.C.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.D.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.E.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.F.pdb
+${PYSITELIB}/pymol/pymol_path/test/ref/C0700odd.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0740multipdb.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C0800matrices.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1000viewing.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1010helping.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1020querying.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1030selecting.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1035wildcards.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1040editing.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1050fitting.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1060controlling.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1070exporting.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1080isomore.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1090coulomb.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1095slice.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1100do.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1110matrix_mode.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1200matrix_maps.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C1300extras.log
+${PYSITELIB}/pymol/pymol_path/test/ref/C2000returns.log
+${PYSITELIB}/pymol/pymol_path/test/ref/L0010ccp4read.log
+${PYSITELIB}/pymol/pymol_path/test/ref/L0020xplorread.log
+${PYSITELIB}/pymol/pymol_path/test/ref/L0030isomesh.log
+${PYSITELIB}/pymol/pymol_path/test/ref/L0040isomesh2.log
+${PYSITELIB}/pymol/pymol_path/test/ref/L0100isomisc.log
+${PYSITELIB}/pymol/pymol_path/test/ref/L0200electro.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0001new.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0002start.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0010load.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0020multi.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0021multi.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0025view.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0030scene.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0040do.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0041do.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0050session.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0051session.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0052session.log
+${PYSITELIB}/pymol/pymol_path/test/ref/M0053session.log
+${PYSITELIB}/pymol/pymol_path/test/ref/T01.log
+${PYSITELIB}/pymol/pymol_path/test/ref/U01.log
+${PYSITELIB}/pymol/pymol_path/test/run
+${PYSITELIB}/pymol/pymol_path/test/show
+${PYSITELIB}/pymol/pymol_path/test/trim.py
+${PYSITELIB}/pymol/pymol_path/test/vdiff
+${PYSITELIB}/pymol/pymol_path/test/win.py
+${PYSITELIB}/pymol/querying.py
+${PYSITELIB}/pymol/querying.pyc
+${PYSITELIB}/pymol/querying.pyo
+${PYSITELIB}/pymol/rpc.py
+${PYSITELIB}/pymol/rpc.pyc
+${PYSITELIB}/pymol/rpc.pyo
+${PYSITELIB}/pymol/selecting.py
+${PYSITELIB}/pymol/selecting.pyc
+${PYSITELIB}/pymol/selecting.pyo
+${PYSITELIB}/pymol/selector.py
+${PYSITELIB}/pymol/selector.pyc
+${PYSITELIB}/pymol/selector.pyo
+${PYSITELIB}/pymol/setting.py
+${PYSITELIB}/pymol/setting.pyc
+${PYSITELIB}/pymol/setting.pyo
+${PYSITELIB}/pymol/shortcut.py
+${PYSITELIB}/pymol/shortcut.pyc
+${PYSITELIB}/pymol/shortcut.pyo
+${PYSITELIB}/pymol/util.py
+${PYSITELIB}/pymol/util.pyc
+${PYSITELIB}/pymol/util.pyo
+${PYSITELIB}/pymol/vfont.py
+${PYSITELIB}/pymol/vfont.pyc
+${PYSITELIB}/pymol/vfont.pyo
+${PYSITELIB}/pymol/viewing.py
+${PYSITELIB}/pymol/viewing.pyc
+${PYSITELIB}/pymol/viewing.pyo
+${PYSITELIB}/pymol/wizard/__init__.py
+${PYSITELIB}/pymol/wizard/__init__.pyc
+${PYSITELIB}/pymol/wizard/__init__.pyo
+${PYSITELIB}/pymol/wizard/annotation.py
+${PYSITELIB}/pymol/wizard/annotation.pyc
+${PYSITELIB}/pymol/wizard/annotation.pyo
+${PYSITELIB}/pymol/wizard/appearance.py
+${PYSITELIB}/pymol/wizard/appearance.pyc
+${PYSITELIB}/pymol/wizard/appearance.pyo
+${PYSITELIB}/pymol/wizard/benchmark.py
+${PYSITELIB}/pymol/wizard/benchmark.pyc
+${PYSITELIB}/pymol/wizard/benchmark.pyo
+${PYSITELIB}/pymol/wizard/box.py
+${PYSITELIB}/pymol/wizard/box.pyc
+${PYSITELIB}/pymol/wizard/box.pyo
+${PYSITELIB}/pymol/wizard/charge.py
+${PYSITELIB}/pymol/wizard/charge.pyc
+${PYSITELIB}/pymol/wizard/charge.pyo
+${PYSITELIB}/pymol/wizard/cleanup.py
+${PYSITELIB}/pymol/wizard/cleanup.pyc
+${PYSITELIB}/pymol/wizard/cleanup.pyo
+${PYSITELIB}/pymol/wizard/demo.py
+${PYSITELIB}/pymol/wizard/demo.pyc
+${PYSITELIB}/pymol/wizard/demo.pyo
+${PYSITELIB}/pymol/wizard/density.py
+${PYSITELIB}/pymol/wizard/density.pyc
+${PYSITELIB}/pymol/wizard/density.pyo
+${PYSITELIB}/pymol/wizard/distance.py
+${PYSITELIB}/pymol/wizard/distance.pyc
+${PYSITELIB}/pymol/wizard/distance.pyo
+${PYSITELIB}/pymol/wizard/dragging.py
+${PYSITELIB}/pymol/wizard/dragging.pyc
+${PYSITELIB}/pymol/wizard/dragging.pyo
+${PYSITELIB}/pymol/wizard/fedora.py
+${PYSITELIB}/pymol/wizard/fedora.pyc
+${PYSITELIB}/pymol/wizard/fedora.pyo
+${PYSITELIB}/pymol/wizard/filter.py
+${PYSITELIB}/pymol/wizard/filter.pyc
+${PYSITELIB}/pymol/wizard/filter.pyo
+${PYSITELIB}/pymol/wizard/label.py
+${PYSITELIB}/pymol/wizard/label.pyc
+${PYSITELIB}/pymol/wizard/label.pyo
+${PYSITELIB}/pymol/wizard/measurement.py
+${PYSITELIB}/pymol/wizard/measurement.pyc
+${PYSITELIB}/pymol/wizard/measurement.pyo
+${PYSITELIB}/pymol/wizard/message.py
+${PYSITELIB}/pymol/wizard/message.pyc
+${PYSITELIB}/pymol/wizard/message.pyo
+${PYSITELIB}/pymol/wizard/mutagenesis.py
+${PYSITELIB}/pymol/wizard/mutagenesis.pyc
+${PYSITELIB}/pymol/wizard/mutagenesis.pyo
+${PYSITELIB}/pymol/wizard/pair_fit.py
+${PYSITELIB}/pymol/wizard/pair_fit.pyc
+${PYSITELIB}/pymol/wizard/pair_fit.pyo
+${PYSITELIB}/pymol/wizard/pseudoatom.py
+${PYSITELIB}/pymol/wizard/pseudoatom.pyc
+${PYSITELIB}/pymol/wizard/pseudoatom.pyo
+${PYSITELIB}/pymol/wizard/renaming.py
+${PYSITELIB}/pymol/wizard/renaming.pyc
+${PYSITELIB}/pymol/wizard/renaming.pyo
+${PYSITELIB}/pymol/wizard/sculpting.py
+${PYSITELIB}/pymol/wizard/sculpting.pyc
+${PYSITELIB}/pymol/wizard/sculpting.pyo
+${PYSITELIB}/pymol/wizard/security.py
+${PYSITELIB}/pymol/wizard/security.pyc
+${PYSITELIB}/pymol/wizard/security.pyo
+${PYSITELIB}/pymol/wizard/stereodemo.py
+${PYSITELIB}/pymol/wizard/stereodemo.pyc
+${PYSITELIB}/pymol/wizard/stereodemo.pyo
+${PYSITELIB}/pymol/wizard/toggle.py
+${PYSITELIB}/pymol/wizard/toggle.pyc
+${PYSITELIB}/pymol/wizard/toggle.pyo
+${PYSITELIB}/pymol/wizarding.py
+${PYSITELIB}/pymol/wizarding.pyc
+${PYSITELIB}/pymol/wizarding.pyo
+${PYSITELIB}/pymol/xray.py
+${PYSITELIB}/pymol/xray.pyc
+${PYSITELIB}/pymol/xray.pyo
+${PYSITELIB}/pymol/xwin.py
+${PYSITELIB}/pymol/xwin.pyc
+${PYSITELIB}/pymol/xwin.pyo
+${PYSITELIB}/web/__init__.py
+${PYSITELIB}/web/__init__.pyc
+${PYSITELIB}/web/__init__.pyo
+${PYSITELIB}/web/examples/__init__.py
+${PYSITELIB}/web/examples/__init__.pyc
+${PYSITELIB}/web/examples/__init__.pyo
+${PYSITELIB}/web/examples/justhttpd.py
+${PYSITELIB}/web/examples/justhttpd.pyc
+${PYSITELIB}/web/examples/justhttpd.pyo
+${PYSITELIB}/web/pymolhttpd.py
+${PYSITELIB}/web/pymolhttpd.pyc
+${PYSITELIB}/web/pymolhttpd.pyo
diff --git a/py-mol/TODO b/py-mol/TODO
new file mode 100644
index 0000000000..2bd23c3036
--- /dev/null
+++ b/py-mol/TODO
@@ -0,0 +1,20 @@
+Fix compilation problem:
+
+c++ -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-check -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/python3.10 -g -I/usr/pkg/include/netlib -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/python3.10 -std=c++11 -fPIC -D_PYMOL_LIBPNG -D_PYMOL_FREETYPE -DPYMOL_OPENMP -D_PYMOL_VMD_PLUGINS -D_HAVE_LIBXML -D_PYMOL_NO_MSGPACKC -D_PYMOL_NO_MAIN -D_PYMOL_NUMPY -Iinclude -Icontrib/uiuc/plugins/include -Iov/src -Ilayer0 -Ilaye
+r1 -Ilayer2 -Ilayer3 -Ilayer4 -Ilayer5 -Ibuild/generated -Icontrib/uiuc/plugins/molfile_plugin/src -I/usr/pkg/lib/python3.10/site-packages/numpy/core/include -I/usr/include -I/usr/pkg/include/python3.10 -c -MMD layer1/COLLADA.cpp -o build/temp.netbsd-9.99.93-amd64-3.10/layer1/COLLADA.o -Werror=return-type -Wunused-variable -Wno-switch -Wno-narrowing -Wno-char-subscripts -O3 -fopenmp                                                        layer1/COLLADA.cpp:16:10: fatal error: libxml/xmlwriter.h: No such file or directory                                                                  16 | #include <libxml/xmlwriter.h>                                                                                                                    |          ^~~~~~~~~~~~~~~~~~~~                                                                                                              compilation terminated.
+...
+
+
+Fix python problem:
+
+error: command '/scratch/biology/py-mol/work/.cwrapper/bin/gcc' failed with exit code 1
+Exception ignored in: <function Pool.__del__ at 0x7532caff7fd0>
+Traceback (most recent call last):
+  File "/usr/pkg/lib/python3.10/multiprocessing/pool.py", line 268, in __del__
+  File "/usr/pkg/lib/python3.10/multiprocessing/queues.py", line 378, in put
+  File "/usr/pkg/lib/python3.10/multiprocessing/connection.py", line 205, in send_bytes
+  File "/usr/pkg/lib/python3.10/multiprocessing/connection.py", line 405, in _send_bytes
+AttributeError: 'NoneType' object has no attribute 'pack'
+*** Error code 1
+
+Convert to py-qt* instead of py-Pmw.
diff --git a/py-mol/distinfo b/py-mol/distinfo
new file mode 100644
index 0000000000..ed56af4eb9
--- /dev/null
+++ b/py-mol/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.6 2021/10/26 10:03:43 nia Exp $
+
+BLAKE2s (pymol-2.5.0.tar.gz) = ccc7cd9621283d980a5580f61ca1be9abaa8832a43e273e0916a91ba54e15409
+SHA512 (pymol-2.5.0.tar.gz) = 19f21b8f735fda5314abf202d56f3c81c7251bf6ef0df73ccee534d9c08035f4ef6155ffb68e09d7717a0fb5ba7289bbfa440691bea4cec0de7199c9e858ea91
+Size (pymol-2.5.0.tar.gz) = 10470268 bytes


Home | Main Index | Thread Index | Old Index