pkgsrc-WIP-changes archive

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

py-*: various PY_VERSIONS_INCOMPATIBLE, DESTDIR, dependency and PLIST fixes



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Nov 1 18:19:05 2015 +0100
Changeset:	7f3ba86368cefaa06626f985a2c346621b6da4d7

Modified Files:
	jython/distinfo
	py-Brenda/Makefile
	py-Fnorb-docs/Makefile
	py-PythonMagick/Makefile
	py-addons/Makefile
	py-algebraic/Makefile
	py-algebraic/distinfo
	py-algopy/Makefile
	py-arxiv2bib/PLIST
	py-arxiv2bib/distinfo
	py-automata/Makefile
	py-bokeh/Makefile
	py-cbc/Makefile
	py-chemlab/Makefile
	py-cma/Makefile
	py-dana/distinfo
	py-fyzz/Makefile
	py-fyzz/distinfo
	py-gtk2-docs/Makefile
	py-gtk2-docs/distinfo
	py-gwpy/Makefile
	py-ngf/Makefile
	py-nipy/Makefile
	py-sleekxmpp/Makefile
	py-toro/Makefile
	py-yams/Makefile
Added Files:
	py-Fnorb-docs/PLIST
	py-gtk2-docs/PLIST
Removed Files:
	py-Fnorb-docs/PLIST.pre
	py-gtk2-docs/PLIST.pre

Log Message:
py-*: various PY_VERSIONS_INCOMPATIBLE, DESTDIR, dependency and PLIST fixes

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

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

diffstat:
 jython/distinfo          |   7 +-
 py-Brenda/Makefile       |   9 +-
 py-Fnorb-docs/Makefile   |   3 -
 py-Fnorb-docs/PLIST      |  71 +++++
 py-Fnorb-docs/PLIST.pre  |   1 -
 py-PythonMagick/Makefile |   1 +
 py-addons/Makefile       |   1 +
 py-algebraic/Makefile    |   2 +-
 py-algebraic/distinfo    |   7 +-
 py-algopy/Makefile       |   2 +
 py-arxiv2bib/PLIST       |   7 +-
 py-arxiv2bib/distinfo    |   9 +-
 py-automata/Makefile     |   2 +-
 py-bokeh/Makefile        |   2 +-
 py-cbc/Makefile          |   1 +
 py-chemlab/Makefile      |   2 +
 py-cma/Makefile          |   1 +
 py-dana/distinfo         |   9 +-
 py-fyzz/Makefile         |   2 +-
 py-fyzz/distinfo         |   9 +-
 py-gtk2-docs/Makefile    |   3 -
 py-gtk2-docs/PLIST       | 785 +++++++++++++++++++++++++++++++++++++++++++++++
 py-gtk2-docs/PLIST.pre   |   1 -
 py-gtk2-docs/distinfo    |  14 +-
 py-gwpy/Makefile         |   2 +-
 py-ngf/Makefile          |   1 +
 py-nipy/Makefile         |   1 +
 py-sleekxmpp/Makefile    |   2 +-
 py-toro/Makefile         |   2 +-
 py-yams/Makefile         |   1 +
 30 files changed, 917 insertions(+), 43 deletions(-)

diffs:
diff --git a/jython/distinfo b/jython/distinfo
index 5a2fa47..ad4d68b 100644
--- a/jython/distinfo
+++ b/jython/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2009/11/18 12:34:53 jihbed Exp $
 
-SHA1 (jython_installer-2.5.1.jar) = f0e8137b79b6f42cdc0835ab5344d823173ae326
-RMD160 (jython_installer-2.5.1.jar) = e25d1992408d03a4479f3eca6ebbeaa2292b26b8
-Size (jython_installer-2.5.1.jar) = 15338930 bytes
+SHA1 (jython_installer-2.5.2b1.jar) = 79d60b55d6df00ab1b63a788c21b322f9e33b4c7
+RMD160 (jython_installer-2.5.2b1.jar) = 0d5788952c3f5a979b4fa1d291ff97f17a03bd65
+SHA512 (jython_installer-2.5.2b1.jar) = 8d7ec475e9577dad17e9d3978cea46dd23a303e469a591fc050968c4aa191b2f565dd9ed87eb026474995939a714172ceaee0c52d33b7a9b5147175fa032d487
+Size (jython_installer-2.5.2b1.jar) = 18120075 bytes
diff --git a/py-Brenda/Makefile b/py-Brenda/Makefile
index 98d34ed..97280d3 100644
--- a/py-Brenda/Makefile
+++ b/py-Brenda/Makefile
@@ -23,13 +23,14 @@ BRENDA_SHARE=		INSTALL LICENSE NEWS QuickStart README TODO examples/hello.py
 BRENDA_DIR=		${PREFIX}/share/doc/${PKGNAME}
 
 do-install:
+	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${PYSITELIB}
 	for a in ${BRENDA_FILES}; do \
-		${INSTALL_DATA} ${WRKSRC}/$$a ${PREFIX}/${PYSITELIB}/$$a; \
+		${INSTALL_DATA} ${WRKSRC}/$$a ${DESTDIR}${PREFIX}/${PYSITELIB}/$$a; \
 	done
-	${INSTALL_DATA_DIR} ${BRENDA_DIR}
-	${INSTALL_DATA_DIR} ${BRENDA_DIR}/examples
+	${INSTALL_DATA_DIR} ${DESTDIR}${BRENDA_DIR}
+	${INSTALL_DATA_DIR} ${DESTDIR}${BRENDA_DIR}/examples
 	for a in ${BRENDA_SHARE}; do \
-		${INSTALL_DATA} ${WRKSRC}/$$a ${BRENDA_DIR}/$$a; \
+		${INSTALL_DATA} ${WRKSRC}/$$a ${DESTDIR}${BRENDA_DIR}/$$a; \
 	done
 
 .include "../../lang/python/extension.mk"
diff --git a/py-Fnorb-docs/Makefile b/py-Fnorb-docs/Makefile
index cd9c100..bc35b61 100644
--- a/py-Fnorb-docs/Makefile
+++ b/py-Fnorb-docs/Makefile
@@ -17,12 +17,9 @@ NO_BUILD=	yes
 USE_TOOLS+=	pax
 
 HTMLDIR=	share/doc/${PKGNAME}
-PLIST_SRC=	${WRKDIR}/.PLIST_SRC
 
 do-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${HTMLDIR}
-	${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
 	cd ${WRKSRC} && pax -rw -pe * ${DESTDIR}${PREFIX}/${HTMLDIR}
-	cd ${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-Fnorb-docs/PLIST b/py-Fnorb-docs/PLIST
new file mode 100644
index 0000000..0802893
--- /dev/null
+++ b/py-Fnorb-docs/PLIST
@@ -0,0 +1,71 @@
+@comment $NetBSD$
+share/doc/${PKGNAME}/Fnorb-Guide.css
+share/doc/${PKGNAME}/Fnorb-Guide.html
+share/doc/${PKGNAME}/index.html
+share/doc/${PKGNAME}/internals.pl
+share/doc/${PKGNAME}/labels.pl
+share/doc/${PKGNAME}/node1.html
+share/doc/${PKGNAME}/node1${PKGVERSION}.html
+share/doc/${PKGNAME}/node11.html
+share/doc/${PKGNAME}/node12.html
+share/doc/${PKGNAME}/node13.html
+share/doc/${PKGNAME}/node14.html
+share/doc/${PKGNAME}/node15.html
+share/doc/${PKGNAME}/node16.html
+share/doc/${PKGNAME}/node17.html
+share/doc/${PKGNAME}/node18.html
+share/doc/${PKGNAME}/node19.html
+share/doc/${PKGNAME}/node2.html
+share/doc/${PKGNAME}/node2${PKGVERSION}.html
+share/doc/${PKGNAME}/node21.html
+share/doc/${PKGNAME}/node22.html
+share/doc/${PKGNAME}/node23.html
+share/doc/${PKGNAME}/node24.html
+share/doc/${PKGNAME}/node25.html
+share/doc/${PKGNAME}/node26.html
+share/doc/${PKGNAME}/node27.html
+share/doc/${PKGNAME}/node28.html
+share/doc/${PKGNAME}/node29.html
+share/doc/${PKGNAME}/node3.html
+share/doc/${PKGNAME}/node3${PKGVERSION}.html
+share/doc/${PKGNAME}/node31.html
+share/doc/${PKGNAME}/node32.html
+share/doc/${PKGNAME}/node33.html
+share/doc/${PKGNAME}/node34.html
+share/doc/${PKGNAME}/node35.html
+share/doc/${PKGNAME}/node36.html
+share/doc/${PKGNAME}/node37.html
+share/doc/${PKGNAME}/node38.html
+share/doc/${PKGNAME}/node39.html
+share/doc/${PKGNAME}/node4.html
+share/doc/${PKGNAME}/node4${PKGVERSION}.html
+share/doc/${PKGNAME}/node41.html
+share/doc/${PKGNAME}/node42.html
+share/doc/${PKGNAME}/node43.html
+share/doc/${PKGNAME}/node44.html
+share/doc/${PKGNAME}/node45.html
+share/doc/${PKGNAME}/node46.html
+share/doc/${PKGNAME}/node47.html
+share/doc/${PKGNAME}/node48.html
+share/doc/${PKGNAME}/node49.html
+share/doc/${PKGNAME}/node5.html
+share/doc/${PKGNAME}/node5${PKGVERSION}.html
+share/doc/${PKGNAME}/node51.html
+share/doc/${PKGNAME}/node52.html
+share/doc/${PKGNAME}/node53.html
+share/doc/${PKGNAME}/node54.html
+share/doc/${PKGNAME}/node55.html
+share/doc/${PKGNAME}/node56.html
+share/doc/${PKGNAME}/node57.html
+share/doc/${PKGNAME}/node58.html
+share/doc/${PKGNAME}/node59.html
+share/doc/${PKGNAME}/node6.html
+share/doc/${PKGNAME}/node6${PKGVERSION}.html
+share/doc/${PKGNAME}/node61.html
+share/doc/${PKGNAME}/node62.html
+share/doc/${PKGNAME}/node63.html
+share/doc/${PKGNAME}/node64.html
+share/doc/${PKGNAME}/node65.html
+share/doc/${PKGNAME}/node7.html
+share/doc/${PKGNAME}/node8.html
+share/doc/${PKGNAME}/node9.html
diff --git a/py-Fnorb-docs/PLIST.pre b/py-Fnorb-docs/PLIST.pre
deleted file mode 100644
index 59c43fb..0000000
--- a/py-Fnorb-docs/PLIST.pre
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
diff --git a/py-PythonMagick/Makefile b/py-PythonMagick/Makefile
index 15b795c..e8c494a 100644
--- a/py-PythonMagick/Makefile
+++ b/py-PythonMagick/Makefile
@@ -15,6 +15,7 @@ USE_TOOLS+=     pkg-config
 
 GNU_CONFIGURE=  yes
 PY_PATCHPLIST=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	33 # py-boost
 
 .include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../devel/py-boost/buildlink3.mk"
diff --git a/py-addons/Makefile b/py-addons/Makefile
index d8054be..9ac4a3b 100644
--- a/py-addons/Makefile
+++ b/py-addons/Makefile
@@ -14,6 +14,7 @@ COMMENT=	Dynamically extend other objects with AddOns
 DEPENDS+=	${PYPKGPREFIX}-decoratortools>=1.8:../../wip/py-decoratortools
 
 USE_LANGUAGES=	# none
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-decoratortools
 
 DOCDIR=	${PREFIX}/share/doc/py-addons
 
diff --git a/py-algebraic/Makefile b/py-algebraic/Makefile
index 97536ab..e562d77 100644
--- a/py-algebraic/Makefile
+++ b/py-algebraic/Makefile
@@ -3,7 +3,7 @@
 
 VERSION= 0.3.1.dev-20120112
 DISTNAME=	python-algebraic-0.3.1.dev-20120112
-EGG_NAME=	python_algebraic-0.3.1.dev_20120112
+EGG_NAME=	python_algebraic-0.3.1.dev20120112
 PKGNAME=	${PYPKGPREFIX}-algebraic-${VERSION}
 CATEGORIES=	math python
 MASTER_SITES=	http://pypi.python.org/packages/source/p/python-algebraic/
diff --git a/py-algebraic/distinfo b/py-algebraic/distinfo
index 94cf619..ddf0f21 100644
--- a/py-algebraic/distinfo
+++ b/py-algebraic/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2011/12/29 21:52:39 jihbed Exp $
 
-SHA1 (python-algebraic-0.3.dev-20111229.zip) = e7db20a1d9ac05c13b9a01088bb7847ecfab1715
-RMD160 (python-algebraic-0.3.dev-20111229.zip) = 94a8477c192732c054f747113a1eee0a9c59bfaf
-Size (python-algebraic-0.3.dev-20111229.zip) = 6036 bytes
+SHA1 (python-algebraic-0.3.1.dev-20120112.zip) = ce5bb9384d165908958a0b9f8e1b9b36896ca3bf
+RMD160 (python-algebraic-0.3.1.dev-20120112.zip) = f103e313d4797b6b8302871bcb964ec18f6a9049
+SHA512 (python-algebraic-0.3.1.dev-20120112.zip) = 67ec467878e2b7ff65727754d227101b8a8d278b1d785f9667d70ea97eea4a59ae69d772123579cc92174b0c573fb2f7d98d2a5450cfb683f7ddae9a97db0823
+Size (python-algebraic-0.3.1.dev-20120112.zip) = 6149 bytes
diff --git a/py-algopy/Makefile b/py-algopy/Makefile
index 3db2b31..7188950 100644
--- a/py-algopy/Makefile
+++ b/py-algopy/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	http://packages.python.org/algopy
 COMMENT=	Taylor Arithmetic Computation and Algorithmic Differentiation
 LICENSE=	modified-bsd
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 WRKSRC=		${WRKDIR}/algopy-0.5.0
 
 USE_LANGUAGES=	# none
diff --git a/py-arxiv2bib/PLIST b/py-arxiv2bib/PLIST
index 4ed496a..1552d25 100644
--- a/py-arxiv2bib/PLIST
+++ b/py-arxiv2bib/PLIST
@@ -1,5 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2012/09/12 18:01:16 jihbed Exp $
+@comment $NetBSD$
 bin/arxiv2bib
+${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}/arxiv2bib.py
 ${PYSITELIB}/arxiv2bib.pyc
 ${PYSITELIB}/arxiv2bib.pyo
diff --git a/py-arxiv2bib/distinfo b/py-arxiv2bib/distinfo
index 6298b13..4525016 100644
--- a/py-arxiv2bib/distinfo
+++ b/py-arxiv2bib/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2012/09/12 18:01:17 jihbed Exp $
+$NetBSD$
 
-SHA1 (arxiv2bib-1.0.0.tar.gz) = 3fd0af7faffd3acb64fa06c81c0bd8bb4e0a81d4
-RMD160 (arxiv2bib-1.0.0.tar.gz) = 1012f25069e27707490ee878e9ec41d83c1af581
-Size (arxiv2bib-1.0.0.tar.gz) = 6202 bytes
+SHA1 (arxiv2bib-1.0.5.zip) = a6a52388a810ba40b8cecd977ca32657876ab5d1
+RMD160 (arxiv2bib-1.0.5.zip) = d8c3468573283301d165fa9966c44412eb0260fc
+SHA512 (arxiv2bib-1.0.5.zip) = 41f16153ae95e0099c948541179ed1cf58a3922c5a43ff61a8c74dfb891dcf8815e9941545b9f3fbf40d59883bdb0dd212b2bf7a81278e992026946e4a4a5649
+Size (arxiv2bib-1.0.5.zip) = 9297 bytes
diff --git a/py-automata/Makefile b/py-automata/Makefile
index 6c706b1..6539777 100644
--- a/py-automata/Makefile
+++ b/py-automata/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://github.com/bniemczyk/automata
 COMMENT=	Finite automata for python
 LICENSE=	modified-bsd
 
-WRKSRC=		${WRKDIR}/automata-0.1.4
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_LANGUAGES=	c c++
 
diff --git a/py-bokeh/Makefile b/py-bokeh/Makefile
index dfe74ec..5ae15c9 100644
--- a/py-bokeh/Makefile
+++ b/py-bokeh/Makefile
@@ -24,7 +24,7 @@ DEPENDS+=	${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
-DEPENDS+=	${PYPKGPREFIX}-stache>=0.5.4:../../wip/py-stache
+DEPENDS+=	${PYPKGPREFIX}-pystache>=0.5.4:../../wip/py-stache
 DEPENDS+=	${PYPKGPREFIX}-flask>=0.10.1:../../www/py-flask
 DEPENDS+=	${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
 DEPENDS+=	${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
diff --git a/py-cbc/Makefile b/py-cbc/Makefile
index 5086902..8ff09ae 100644
--- a/py-cbc/Makefile
+++ b/py-cbc/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://github.com/ligo-cbc/pycbc
 COMMENT=	Gravitational wave CBC analysis toolkit
 #LICENSE=	# TODO: (see mk/license.mk)
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=       ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
 
 WRKSRC=		${WRKDIR}/PyCBC-1.1.0
diff --git a/py-chemlab/Makefile b/py-chemlab/Makefile
index 8ef0bee..e9afe9f 100644
--- a/py-chemlab/Makefile
+++ b/py-chemlab/Makefile
@@ -12,6 +12,8 @@ LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.4:../../devel/py-nose
 
+BROKEN=		"downloads during build (distribute_setup.py)"
+
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-cma/Makefile b/py-cma/Makefile
index 2f33b0c..c2f33f7 100644
--- a/py-cma/Makefile
+++ b/py-cma/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	cma-1.1.01
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+EGG_NAME=	${DISTNAME:S/1.1.01/1.1.1/}
 CATEGORIES=     math python
 MASTER_SITES=   https://pypi.python.org/packages/source/c/cma/
 
diff --git a/py-dana/distinfo b/py-dana/distinfo
index 6e94fc5..933f0e7 100644
--- a/py-dana/distinfo
+++ b/py-dana/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/20 22:51:12 jihbed Exp $
+$NetBSD$
 
-SHA1 (dana-0.3.1.tar.gz) = 67ee5f7dfba19a8635a93fbe49a89d3080c40e35
-RMD160 (dana-0.3.1.tar.gz) = caf3df70da757304cc5b8b9a3ba0e985db9509a0
-Size (dana-0.3.1.tar.gz) = 105033 bytes
+SHA1 (dana-0.3.1.tar.gz) = 68e6412bad282e766edbab032b84b3bcc99658fc
+RMD160 (dana-0.3.1.tar.gz) = 73705457509de15ab8c95d58cb292e29bb69887b
+SHA512 (dana-0.3.1.tar.gz) = b769352f7f62127c20554458d20c6ba180f37a77a649db8a1e9173ffcb041a642309322f5f31f2eebf048d46276e8c0fcbb330ef4990cea1038d2affae51c8f7
+Size (dana-0.3.1.tar.gz) = 110299 bytes
diff --git a/py-fyzz/Makefile b/py-fyzz/Makefile
index 16cf03b..2d723bd 100644
--- a/py-fyzz/Makefile
+++ b/py-fyzz/Makefile
@@ -4,7 +4,7 @@
 DISTNAME=	fyzz-0.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
-MASTER_SITES=	http://ftp.logilab.org/pub/fyzz/
+MASTER_SITES=	${MASTER_SITE_PYPI}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	http://www.logilab.org/project/fyzz
diff --git a/py-fyzz/distinfo b/py-fyzz/distinfo
index 7a9c937..c87d5f7 100644
--- a/py-fyzz/distinfo
+++ b/py-fyzz/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/07/31 13:46:39 jihbed Exp $
+$NetBSD$
 
-SHA1 (fyzz-0.1.0.tar.gz) = 9ec93883eb241468a25a53c113cdfca088cfb09f
-RMD160 (fyzz-0.1.0.tar.gz) = f5a81f1b395bd5fe2d3426c1d934b3b46b87a500
-Size (fyzz-0.1.0.tar.gz) = 250681 bytes
+SHA1 (fyzz-0.1.0.tar.gz) = f29d9de63aa95e136b1f2331bee33e455bbe5469
+RMD160 (fyzz-0.1.0.tar.gz) = c92a9b92ce0eb8ddb361b0d420d24165fc4277b4
+SHA512 (fyzz-0.1.0.tar.gz) = d65ce8ee148b3f7d165bc9ddf6ca5ba421ec22c934ea3d7e2bc347c5ceb20ba94cf9a13cef624e8796bc7873c66b4099db8d81dc2057314e242f8512b2de7c5d
+Size (fyzz-0.1.0.tar.gz) = 250682 bytes
diff --git a/py-gtk2-docs/Makefile b/py-gtk2-docs/Makefile
index e584c98..34d5ccb 100644
--- a/py-gtk2-docs/Makefile
+++ b/py-gtk2-docs/Makefile
@@ -18,12 +18,9 @@ USE_TOOLS+=	pax
 
 HTMLDIR=	share/doc/${DISTNAME}
 DOC_SRCDIR=	${WRKSRC}
-PLIST_SRC=	${WRKDIR}/.PLIST_SRC
 
 do-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${HTMLDIR}
-	${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
 	cd ${DOC_SRCDIR} && pax -rw -pe pygtk* ${DESTDIR}${PREFIX}/${HTMLDIR}
-	cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-gtk2-docs/PLIST b/py-gtk2-docs/PLIST
new file mode 100644
index 0000000..82130be
--- /dev/null
+++ b/py-gtk2-docs/PLIST
@@ -0,0 +1,785 @@
+@comment $NetBSD$
+share/doc/py-gtk2-docs/pygtk2reference/atk-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/atk-constants.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkaction.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkcomponent.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkdocument.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkeditabletext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkgobjectaccessible.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkhyperlink.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkhypertext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkimage.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkimplementor.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atknoopobject.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atknoopobjectfactory.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkobject.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkobjectfactory.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkrectangle.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkregistry.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkrelation.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkrelationset.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkselection.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkstateset.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkstreamablecontent.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atktable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atktext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-atkvalue.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkatom.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkcairocontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkcolor.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkcolormap.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkcursor.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkdevice.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkdisplay.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkdisplaymanager.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkdragcontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkdrawable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkevent.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkgc.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkimage.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkkeymap.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkpangorenderer.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkpixbuf.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkpixbufanimation.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkpixbufanimationiter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkpixbufloader.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkpixmap.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkrectangle.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkregion.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkscreen.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkvisual.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gdkwindow.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gladexml.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaboutdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaccelgroup.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaccellabel.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaccelmap.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaccessible.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaction.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkactiongroup.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkadjustment.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkalignment.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkarrow.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkaspectframe.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkassistant.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkbin.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkborder.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkbuildable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkbuilder.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkbuttonbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcalendar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcelleditable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcelllayout.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrenderer.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrendereraccel.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrenderercombo.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrendererpixbuf.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrendererprogress.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrendererspin.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrenderertext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellrenderertoggle.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcellview.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcheckbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcheckmenuitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkclipboard.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcolorbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcolorselection.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcolorselectiondialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcombo.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcombobox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcomboboxentry.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcontainer.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkcurve.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkdrawingarea.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkeditable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkentry.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkentrycompletion.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkeventbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkexpander.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfilechooser.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfilechooserbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfilechooserdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfilechooserwidget.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfilefilter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfileselection.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfixed.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfontbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfontselection.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkfontselectiondialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkframe.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkgammacurve.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhandlebox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhbuttonbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhpaned.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhruler.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhscale.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhscrollbar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkhseparator.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkiconfactory.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkiconinfo.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkiconset.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkiconsource.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkicontheme.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkiconview.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkimage.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkimagemenuitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkimcontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkimcontextsimple.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkimmulticontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkinputdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkinvisible.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkitemfactory.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtklabel.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtklayout.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtklinkbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkliststore.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmenu.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmenubar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmenuitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmenushell.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmenutoolbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmessagedialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkmisc.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtknotebook.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkobject.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkoptionmenu.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkpagesetup.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkpagesetupunixdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkpaned.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkpapersize.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkplug.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprintcontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprinter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprintjob.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprintoperation.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprintoperationpreview.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprintsettings.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprintunixdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkprogressbar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkradioaction.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkradiobutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkradiomenuitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkradiotoolbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrange.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrcstyle.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentchooser.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentchooserdialog.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentchoosermenu.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentchooserwidget.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentfilter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentinfo.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrecentmanager.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkrequisition.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkruler.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkscale.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkscalebutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkscrollbar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkscrolledwindow.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkselectiondata.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkseparator.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkseparatormenuitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkseparatortoolitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtksettings.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtksizegroup.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtksocket.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkspinbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkstatusbar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkstatusicon.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkstyle.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktearoffmenuitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktextattributes.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktextbuffer.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktextchildanchor.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktextiter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktextmark.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktexttag.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktexttagtable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktextview.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktoggleaction.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktogglebutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktoggletoolbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktoolbar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktoolbutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktoolitem.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktooltip.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktooltips.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreedragdest.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreedragsource.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreeiter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreemodel.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreemodelfilter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreemodelsort.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreerowreference.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreeselection.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreesortable.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreestore.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreeview.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtktreeviewcolumn.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkuimanager.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvbuttonbox.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkviewport.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvolumebutton.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvpaned.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvruler.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvscale.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvscrollbar.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkvseparator.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkwidget.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkwindow.html
+share/doc/py-gtk2-docs/pygtk2reference/class-gtkwindowgroup.html
+share/doc/py-gtk2-docs/pygtk2reference/class-hierarchy.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangoattribute.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangoattriterator.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangoattrlist.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangocairocairocontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangocairocairofontmap.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangocolor.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangocontext.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofont.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontdescription.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontface.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontfamily.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontmap.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontmetrics.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontset.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangofontsetsimple.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangoglyphstring.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangolanguage.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangolayout.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangolayoutiter.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangolayoutline.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangorenderer.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pangotabarray.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pygtkgenericcellrenderer.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pygtkgenerictreemodel.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pygtktreemodelrow.html
+share/doc/py-gtk2-docs/pygtk2reference/class-pygtktreemodelrowiter.html
+share/doc/py-gtk2-docs/pygtk2reference/cursors/X_cursor.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/based_arrow_down.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/based_arrow_up.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/boat.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/bogosity.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/bottom_left_corner.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/bottom_right_corner.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/bottom_side.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/bottom_tee.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/box_spiral.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/center_ptr.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/circle.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/clock.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/coffee_mug.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/cross.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/cross_reverse.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/crosshair.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/diamond_cross.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/dot.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/dotbox.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/double_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/draft_large.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/draft_small.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/draped_box.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/exchange.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/fleur.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/gobbler.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/gumby.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/hand${PKGVERSION}.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/hand2.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/heart.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/icon.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/iron_cross.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/left_ptr.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/left_side.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/left_tee.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/leftbutton.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/ll_angle.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/lr_angle.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/man.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/middlebutton.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/mouse.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/pencil.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/pirate.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/plus.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/question_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/right_ptr.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/right_side.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/right_tee.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/rightbutton.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/rtl_logo.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sailboat.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sb_down_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sb_h_double_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sb_left_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sb_right_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sb_up_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sb_v_double_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/shuttle.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/sizing.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/spider.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/spraycan.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/star.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/target.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/tcross.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/top_left_arrow.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/top_left_corner.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/top_right_corner.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/top_side.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/top_tee.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/trek.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/ul_angle.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/umbrella.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/ur_angle.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/watch.png
+share/doc/py-gtk2-docs/pygtk2reference/cursors/xterm.png
+share/doc/py-gtk2-docs/pygtk2reference/gdk-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/gdk-constants.html
+share/doc/py-gtk2-docs/pygtk2reference/gdk-functions.html
+share/doc/py-gtk2-docs/pygtk2reference/glade-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/gtk-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/gtk-constants.html
+share/doc/py-gtk2-docs/pygtk2reference/gtk-functions.html
+share/doc/py-gtk2-docs/pygtk2reference/gtk-stock-items.html
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_about_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_add_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_align_center_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_align_justify_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_align_left_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_align_right_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_apply_20.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_bottom_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_broken_image_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_cancel_20.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_cdrom_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_clear_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_close_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_color_picker_25.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_colorselector_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_connect_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_convert_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_copy_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_cut_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dialog_authentication_48.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dialog_error_48.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dialog_info_48.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dialog_question_48.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dialog_warning_48.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_directory_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_disconnect_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dnd_32.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_dnd_multiple_32.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_down_arrow_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_edit_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_exec_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_exit_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_file_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_first_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_font_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_fullscreen_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_harddisk_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_help_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_home_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_index_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_info_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_jump_to_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_jump_to_rtl_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_last_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_leave_fullscreen_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_left_arrow_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_forward_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_next_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_pause_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_play_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_play_rtl_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_previous_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_record_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_rewind_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_media_stop_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_network_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_new_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_no_20.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_ok_20.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_open_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_paste_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_preferences_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_print_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_print_preview_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_properties_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_redo_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_redo_rtl_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_refresh_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_remove_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_revert_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_revert_rtl_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_right_arrow_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_save_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_save_as_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_search_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_search_replace_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_sort_ascending_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_sort_descending_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_spellcheck_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_stop_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_text_bold_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_text_indent_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_text_italic_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_text_strikethrough_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_text_underline_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_text_unindent_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_top_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_trash_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_undelete_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_undelete_rtl_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_undo_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_undo_rtl_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_up_arrow_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_yes_20.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_zoom_${PKGVERSION}_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_zoom_fit_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_zoom_in_24.png
+share/doc/py-gtk2-docs/pygtk2reference/icons/stock_zoom_out_24.png
+share/doc/py-gtk2-docs/pygtk2reference/index.html
+share/doc/py-gtk2-docs/pygtk2reference/index.sgml
+share/doc/py-gtk2-docs/pygtk2reference/pango-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/pango-constants.html
+share/doc/py-gtk2-docs/pygtk2reference/pango-functions.html
+share/doc/py-gtk2-docs/pygtk2reference/pango-markup-language.html
+share/doc/py-gtk2-docs/pygtk2reference/pangocairo-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/pangocairo-constants.html
+share/doc/py-gtk2-docs/pygtk2reference/pangocairo-functions.html
+share/doc/py-gtk2-docs/pygtk2reference/pygtk-introduction.html
+share/doc/py-gtk2-docs/pygtk2reference/pygtk-reference-format.html
+share/doc/py-gtk2-docs/pygtk2reference/pygtk.devhelp
+share/doc/py-gtk2-docs/pygtk2reference/style.css
+share/doc/py-gtk2-docs/pygtk2reference/unixprint-class-reference.html
+share/doc/py-gtk2-docs/pygtk2reference/unixprint-constants.html
+share/doc/py-gtk2-docs/pygtk2reference/unixprint-functions.html
+share/doc/py-gtk2-docs/pygtk2tutorial/app-CodeExamples.html
+share/doc/py-gtk2-docs/pygtk2tutorial/app-GtkSignals.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-Adjustments.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-AdvancedEventAndSignalHandling.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-ButtonWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-ContainerWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-Contributing.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-Copyright.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-Credits.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-DragAndDrop.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-DrawingArea.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-GettingStarted.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-GtkRcFiles.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-Introduction.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-ManagingSelections.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-MenuWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-MiscellaneousWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-MovingOn.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-NewInPyGTK2.2.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-NewInPyGTK2.4.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-PackingWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-RangeWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-Scribble.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-SettingWidgetAttributes.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-TextViewWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-TimeoutsIOAndIdleFunctions.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-TipsForWritingPyGTKApplications.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-TreeViewWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-UndocumentedWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/ch-WidgetOverview.html
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/actiongroup.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/actions.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/apple-red.png
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/arrow.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/aspectframe.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/base.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/basicaction.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/basictreeview.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/buttonbox.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/buttons.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/calendar.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/cellrenderer.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/chaos.jpg
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/checkbutton.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/clipboard.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/clipboard.py.~${PKGVERSION}.${PKGVERSION}.~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/colorbutton.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/colorsel.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/comboboxbasic.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/comboboxentryadvanced.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/comboboxentryadvanced.py~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/comboboxentrybasic.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/comboboxgridspan.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/comboboxwrap.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/dragndrop.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/dragtargets.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/dragtargets.py.~${PKGVERSION}.2.~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/drawingarea.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/entry.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/entrycompletion.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/eventbox.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/expander.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/filechooser.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/filelisting-gtm.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/filelisting.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/filesel.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/fixed.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/fontbutton.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/frame.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/generictreemodel.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/getselection.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/goalie.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/gpython.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/gpython.py.~${PKGVERSION}.${PKGVERSION}.~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/gtk.xpm
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/gtkxpm.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/gtkxpm.pyc
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/helloworld.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/helloworld.py.~${PKGVERSION}.4.~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/helloworld2.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/images.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/important.tif
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/info.xpm
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/itemfactory.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/label.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/layout.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/menu.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/notebook.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/packbox.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/paned.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/pixmap.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/plug.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/progressbar.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/progressbar.py.~${PKGVERSION}.3.~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/pygtkconsole.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/pygtkconsole.py.~${PKGVERSION}.3.~
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/radiobuttons.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/rangewidgets.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/rulers.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/scribblesimple.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/scrolledwin.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/setselection.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/simpleaction.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/soccerball.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/socket.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/socket.pyc
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/spinbutton.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/statusbar.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/table.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/test.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/testtext.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/textview-basic.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/togglebutton.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/toolbar.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/tooltip.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/treemodelfilter.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/treemodelsort.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/treeviewcolumn.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/treeviewdnd.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/uimanager.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/uimerge.py
+share/doc/py-gtk2-docs/pygtk2tutorial/examples/wheelbarrow.py
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/actiongroup.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/actions.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/arrows.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/aspectframe.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/base.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/basicaction.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/basictreeview.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/button.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/buttonbox.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/calendar.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/celldatafunc.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/cellrenderer.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/celltextmarkup.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/checkbutton.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/clipboard.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/colorbutton.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/colorselection.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/comboboxbasic.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/comboboxentrybasic.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/comboboxwrap.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/dragndrop.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/drawingarea.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/entry.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/entrycompletion.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/eventbox.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/expander.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/filechooser.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/filelisting-gtm.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/filelisting.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/fileselection.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/fixed.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/fontbutton.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/fontselection.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/frame.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/generictreemodel.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/getselection.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/helloworld.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/helloworld2.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/images.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/itemfactory.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/labels.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/layout.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/menu.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/notebook.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/packbox${PKGVERSION}.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/packbox2.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/packbox3.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/paned.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/pixmap.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/progressbar.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/radiobutton.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/rangewidgets.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/rulers.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/scribblesimple.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/scrolledwin.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/setselection.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/simpleaction.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/spinbutton.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/statusbar.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/table.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/testtext.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/textview-basic.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/toggle.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/toolbar.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/tooltips.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/treemodelfilter.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/treemodelsort.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/treeviewcolumn.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/treeviewcolumn${PKGVERSION}expander.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/treeviewdnd.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/uimanager.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/uimerge.png
+share/doc/py-gtk2-docs/pygtk2tutorial/figures/wheelbarrow.png
+share/doc/py-gtk2-docs/pygtk2tutorial/images/caution.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/home.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/important.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/next.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/note.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/prev.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/tip.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/toc-blank.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/toc-minus.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/toc-plus.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/up.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/images/warning.gif
+share/doc/py-gtk2-docs/pygtk2tutorial/index.html
+share/doc/py-gtk2-docs/pygtk2tutorial/pygtk-tut-changelog.html
+share/doc/py-gtk2-docs/pygtk2tutorial/pygtk2tutorial.devhelp
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-AdjustmentInternals.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Alignment.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Arrows.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-AspectFrames.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ButtonBoxes.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Calendar.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-CellRenderers.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-CheckButtons.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ColorButtonAndFontButton.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ColorSelection.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ComboBoxAndComboboxEntry.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ComboWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-CommonRangeMethods.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Curves.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-DNDMethods.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-DNDProperties.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-DetailsOfBoxes.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Dialogs.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-DrawingAreaWidgetAndDrawing.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-DrawingMethods.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-EntryCompletion.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-EventHandling.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Events.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ExampleRcFile.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ExpanderWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-FileChoosers.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-FileSelections.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Fixed.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-FontSelectionDialog.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Frames.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GTKRcFileFormat.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GammaCurve.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GenericCellRenderer.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GenericTreeModel.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkAdjustment.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkButton.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkCalendar.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkCheckMenuItem.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkColorSelection.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkContainer.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkCurve.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkData.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkEditable.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkHandleBox.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkInputDialog.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkItem.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkList.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkMenuItem.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkMenuShell.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkNotebook.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkStatusBar.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkToggleButton.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkToolbar.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkWidget.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-GtkWindow.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-IdleFunctions.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Images.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ItemFactoryExample.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-KeyAndMouseBindings.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Layout.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ManipulatingTreeViews.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ManualMenuExample.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-MenuItems.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-MessageDialog.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-MonitoringIO.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Notebooks.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-OptionMenu.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-OriginalGTK+Credits.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-PackingDemonstrationProgram.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-PackingUsingTables.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-PanedWindowWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-PlugsAndSockets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ProgressBars.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-RadioButtons.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-RangeWidgetEample.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-RetrievingTheSelection.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Rulers.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ScaleWidgets.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ScrolledWindows.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-SignalEmissionAndPropagation.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-SpinButtons.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Statusbars.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-SteppingThroughHelloWorld.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-SupplyingTheSelection.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TablePackingExample.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextBuffers.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextEntries.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextIters.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextMarks.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextTagsAndTextTagTables.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextViewExample.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TextViews.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TheoryOfSignalsAndCallbacks.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-ToggleButtons.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Toolbar.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TooltipsObject.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeModelInterface.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeModelSortAndTreeModelFilter.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeSelections.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeViewColumns.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeViewDragAndDrop.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeViewSignals.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-TreeViews.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-UIManager.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-UpgradedHelloWorld.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-UsingAdjustmentsTheEasyWay.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-UsingItemFactory.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-Viewports.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-WidgetAccelerators.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-WidgetDisplayMethods.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-WidgetNameMethods.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-WidgetStyles.html
+share/doc/py-gtk2-docs/pygtk2tutorial/sec-WidgetsWithoutWindows.html
diff --git a/py-gtk2-docs/PLIST.pre b/py-gtk2-docs/PLIST.pre
deleted file mode 100644
index 10d56f8..0000000
--- a/py-gtk2-docs/PLIST.pre
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/01/15 13:23:24 mpasternak Exp $
diff --git a/py-gtk2-docs/distinfo b/py-gtk2-docs/distinfo
index 7ecb02e..109c431 100644
--- a/py-gtk2-docs/distinfo
+++ b/py-gtk2-docs/distinfo
@@ -1,6 +1,10 @@
-$NetBSD: distinfo,v 1.3 2004/05/11 18:17:36 mpasternak Exp $
+$NetBSD$
 
-SHA1 (pygtk2tutorial.tgz) = af309b721dfe58baa454342f948d79cb9bc45dcd
-Size (pygtk2tutorial.tgz) = 1686019 bytes
-SHA1 (pygtk2reference.tgz) = 82251c77e7e0ff60ec6a803cef420d0911fb8345
-Size (pygtk2reference.tgz) = 726498 bytes
+SHA1 (pygtk2reference.tgz) = 67fb2db497cc3eb5d98f45bcde18e89ae251aefa
+RMD160 (pygtk2reference.tgz) = 19d3f9de5d99e861e625dcb32c6ff40bb490d977
+SHA512 (pygtk2reference.tgz) = 0369273b3e42d2285f5ac6c60380a2df6c6f05669c3952071f39a059316f621eb8b94c5aa46505e478fe8f9bcf37a87edadde75191532ac499e4976db7229858
+Size (pygtk2reference.tgz) = 1134375 bytes
+SHA1 (pygtk2tutorial.tgz) = 86dcdd19ce9efdd8162c4e9eb821752ff3727c87
+RMD160 (pygtk2tutorial.tgz) = 8246c98ec3b73c503075e3c4fdeae09ca4f34628
+SHA512 (pygtk2tutorial.tgz) = c2070e47329c3eca8ac4848901580eb992da3594a07f99a8b1ab43a8d899e113af74e201f1a921ea2652a039cd0ecbab9231973e1033a80182a11974b682e41c
+Size (pygtk2tutorial.tgz) = 1512222 bytes
diff --git a/py-gwpy/Makefile b/py-gwpy/Makefile
index 2b2c255..0363b82 100644
--- a/py-gwpy/Makefile
+++ b/py-gwpy/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=       ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 DEPENDS+=       ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-astropy>=0.4.6:../../wip/py-astropy
-DEPENDS+=	${PYPKGPREFIX}-gitd>=-0.6.4:../../wip/py-gitdb
+DEPENDS+=	${PYPKGPREFIX}-gitdb>=-0.6.4:../../wip/py-gitdb
 
 
 USE_LANGUAGES=	# none
diff --git a/py-ngf/Makefile b/py-ngf/Makefile
index 12e61d7..67d0cd8 100644
--- a/py-ngf/Makefile
+++ b/py-ngf/Makefile
@@ -15,6 +15,7 @@ WRKSRC=		${WRKDIR}/PyNFG-0.1.2
 USE_LANGUAGES=	# none
 
 PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-networkx
 
 post-extract:
 	${MV} ${WRKSRC}/bin/hideandseek.py ${WRKSRC}/bin/hideandseek.py${PYVERSSUFFIX}
diff --git a/py-nipy/Makefile b/py-nipy/Makefile
index aa5c3e3..1b57838 100644
--- a/py-nipy/Makefile
+++ b/py-nipy/Makefile
@@ -19,5 +19,6 @@ PYDISTUTILSPKG=	yes
 .include "../../lang/python/extension.mk"
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.6:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-sympy>=0.7.2:../../math/py-sympy
+DEPENDS+=	${PYPKGPREFIX}-nibabel>=1.3.0:../../wip/py-nibabel
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-sleekxmpp/Makefile b/py-sleekxmpp/Makefile
index 14109a4..f87f2a5 100644
--- a/py-sleekxmpp/Makefile
+++ b/py-sleekxmpp/Makefile
@@ -10,10 +10,10 @@ HOMEPAGE=	http://github.com/fritzy/SleekXMPP
 COMMENT=	SleekXMPP is an elegant Python library for XMPP
 LICENSE=	mit
 
-USE_LANGUAGES=	c
 
 do-test:
 	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} testall.py
 
 .include "../../lang/python/egg.mk"
+.include "../../textproc/py-elementtree/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-toro/Makefile b/py-toro/Makefile
index f081fe3..adefab5 100644
--- a/py-toro/Makefile
+++ b/py-toro/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://github.com/ajdavis/toro/
 COMMENT=	Synchronization primitives for Tornado coroutines
 LICENSE=	apache-2.0
 
-DEPENDS+=	${PYPKGPREFIX}- pygments>=1.6:../../textproc/py-pygments
+DEPENDS+=	${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
 
 USE_LANGUAGES=	# none
 
diff --git a/py-yams/Makefile b/py-yams/Makefile
index 5e2cfb9..d8ad9ca 100644
--- a/py-yams/Makefile
+++ b/py-yams/Makefile
@@ -13,6 +13,7 @@ COMMENT=	Entity / relation schema
 USE_LANGUAGES=	# none
 
 DEPENDS+=	${PYPKGPREFIX}-logilab-common-[0-9]*:../../devel/py-logilab-common
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-logilab-common
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index