Update to 1.1, from maintainer Ryan Boggs.

This commit is contained in:
sthen 2009-09-18 13:16:51 +00:00
parent 870d655c31
commit 5d7fe94df7
4 changed files with 388 additions and 54 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2009/06/03 17:02:54 ian Exp $
# $OpenBSD: Makefile,v 1.8 2009/09/18 13:16:51 sthen Exp $
COMMENT= high-level Python web framework
V= 1.0.2
MODPY_EGG_VERSION= ${V}-final
MODPY_EGG_VERSION= 1.1
LNAME= django
DISTNAME= Django-${MODPY_EGG_VERSION}
PKGNAME= py-${LNAME}-${V}
PKGNAME= py-${LNAME}-${MODPY_EGG_VERSION}
CATEGORIES= www
HOMEPAGE= http://www.djangoproject.com/
@ -19,17 +18,16 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://media.djangoproject.com/releases/${V}/
MASTER_SITES= http://media.djangoproject.com/releases/${MODPY_EGG_VERSION}/
MODULES= lang/python
NO_REGRESS= Yes
SUBST_VARS+= V LNAME
SUBST_VARS+= LNAME
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${LNAME}
cd ${WRKSRC}/docs && \
find . ! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/share/doc/${LNAME}/{} \;
cd ${WRKSRC}/docs && pax -rw * ${PREFIX}/share/doc/${LNAME}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (Django-1.0.2-final.tar.gz) = iTU+N0lmh3jxNw0uRE863A==
RMD160 (Django-1.0.2-final.tar.gz) = DP6mIN8IMTENpO9R727k7xtll04=
SHA1 (Django-1.0.2-final.tar.gz) = 8tkIjxev9H6hfldndAyrZ7KnO2s=
SHA256 (Django-1.0.2-final.tar.gz) = UKXSKHQ6aaaCiZsgFBGUv4/T/XXq8zul8pMvQ+qT6g0=
SIZE (Django-1.0.2-final.tar.gz) = 4649433
MD5 (Django-1.1.tar.gz) = stdbRFejnEBforNr+Ca/aw==
RMD160 (Django-1.1.tar.gz) = w64Gss0q88iqYFh0esvXZG6oPP0=
SHA1 (Django-1.1.tar.gz) = aQ3aOVldcGeIQOkX1xL8kW0TfBY=
SHA256 (Django-1.1.tar.gz) = V4M4vjKI7/hTA5rUmCl97Nw7sgJloMTe4J79+OJnyQA=
SIZE (Django-1.1.tar.gz) = 5609609

View File

@ -2,7 +2,11 @@ Complete documentation on Django may be found in:
${PREFIX}/share/doc/${LNAME}/
or online:
http://www.djangoproject.com/documentation/1.0/
http://docs.djangoproject.com/en/dev/
Release notes about the changes that occurred in
this release may be found online at:
http://docs.djangoproject.com/en/dev/releases/${MODPY_EGG_VERSION}/
If you want a database for Django you should install the Python
database adapter(s) of your choice ('pkg_add py-psycopg2',

View File

@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.4 2009/06/03 17:02:54 ian Exp $
@comment $OpenBSD: PLIST,v 1.5 2009/09/18 13:16:51 sthen Exp $
bin/${LNAME}-admin.py
lib/python${MODPY_VERSION}/site-packages/Django-${V}_final-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/Django-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/${LNAME}/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/__init__.pyc
@ -30,6 +30,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/models.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/models.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/tests.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/tests.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/views.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/app_template/views.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/global_settings.py
@ -293,6 +295,12 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr/LC_MESSAGES/${L
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr/LC_MESSAGES/${LNAME}.po
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr/LC_MESSAGES/${LNAME}js.mo
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr/LC_MESSAGES/${LNAME}js.po
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr_Latn/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr_Latn/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr_Latn/LC_MESSAGES/${LNAME}.mo
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr_Latn/LC_MESSAGES/${LNAME}.po
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr_Latn/LC_MESSAGES/${LNAME}js.mo
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sr_Latn/LC_MESSAGES/${LNAME}js.po
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sv/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sv/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/conf/locale/sv/LC_MESSAGES/${LNAME}.mo
@ -365,6 +373,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/actions.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/actions.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/filterspecs.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/filterspecs.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/helpers.py
@ -375,11 +385,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/base.c
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/changelists.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/dashboard.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/forms.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/global.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/layout.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/ie.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/login.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/null.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/patch-iewin.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/rtl.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/css/widgets.css
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/img/
@ -434,6 +441,7 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/img/gis/mo
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/SelectBox.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/SelectFilter2.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/actions.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/admin/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/admin/CollapsedFieldsets.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/media/js/admin/DateTimeShortcuts.js
@ -455,6 +463,7 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/404.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/500.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/actions.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/app_index.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/auth/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/auth/user/
@ -467,6 +476,7 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/change_list_results.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/date_hierarchy.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/delete_confirmation.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/delete_selected_confirmation.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/edit_inline/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/edit_inline/stacked.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/admin/templates/admin/edit_inline/tabular.html
@ -577,11 +587,15 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/basic.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/basic.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/forms.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/forms.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/remote_user.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/remote_user.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/templates/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/templates/registration/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/templates/registration/login.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/tokens.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/tokens.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/urls.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/urls.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/views.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tests/views.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/auth/tokens.py
@ -603,6 +617,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/managers.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/managers.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/models.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/models.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/moderation.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/moderation.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/signals.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/signals.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/comments/templates/
@ -653,6 +669,10 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/middleware.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/middleware.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/models.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/models.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/tests.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/csrf/tests.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/databrowse/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/databrowse/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/databrowse/__init__.pyc
@ -779,18 +799,31 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/postgis
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/postgis/models.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/postgis/query.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/postgis/query.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/adaptor.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/adaptor.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/creation.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/creation.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/field.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/field.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/models.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/models.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/query.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/spatialite/query.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/util.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/backend/util.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/aggregates.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/aggregates.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/fields/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/fields/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/fields/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/manager.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/manager.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/mixin.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/mixin.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/proxy.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/proxy.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/query.py
@ -798,8 +831,14 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/query.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/aggregates.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/aggregates.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/conversion.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/conversion.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/query.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/query.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/subqueries.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/subqueries.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/where.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/db/models/sql/where.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/feeds.py
@ -812,6 +851,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/forms/fields.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/base.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/base.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/datasource.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/datasource.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/driver.py
@ -847,6 +888,19 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/prototypes/sr
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/prototypes/srs.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/srs.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/srs.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_driver.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_driver.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_ds.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_ds.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_envelope.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_envelope.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_geom.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_geom.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_srs.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/gdal/tests/test_srs.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/__init__.pyc
@ -858,10 +912,24 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/coordseq.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/coordseq.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/error.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/error.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/geometries.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/geometries.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/factory.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/factory.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/geometry.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/geometry.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/io.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/io.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/libgeos.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/libgeos.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/linestring.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/linestring.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/mutable_list.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/mutable_list.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/point.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/point.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/polygon.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/polygon.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prepared.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prepared.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/__init__.pyc
@ -871,12 +939,27 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/er
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/errcheck.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/geom.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/geom.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/io.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/io.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/misc.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/misc.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/predicates.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/predicates.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/prepared.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/prepared.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/topology.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/prototypes/topology.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_geos.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_geos.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_geos_mutation.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_geos_mutation.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_io.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_io.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_mutable_list.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/geos/tests/test_mutable_list.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/management/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/management/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/management/__init__.pyc
@ -927,8 +1010,10 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/admi
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/admin/osm.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/admin/osm.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/js/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/js/google-map.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/google-map.html
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/google-map.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/google-multi.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/google/google-single.js
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/kml/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/kml/base.kml
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/templates/gis/kml/placemarks.kml
@ -938,6 +1023,20 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/cities/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/cities/cities.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/cities/cities.prj
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/cities/cities.shp
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/cities/cities.shx
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/counties/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/counties/counties.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/counties/counties.shp
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/counties/counties.shx
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/interstates/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/interstates/interstates.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/interstates/interstates.prj
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/interstates/interstates.shp
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/interstates/interstates.shx
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/test_point/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/test_point/test_point.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/data/test_point/test_point.prj
@ -973,16 +1072,21 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/city.mysql.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/city.oracle.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/city.sqlite3.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/co.wkt
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/country.mysql.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/country.postgresql_psycopg2.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/country.sqlite3.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/ks.wkt
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/nz.wkt
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/state.mysql.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/state.postgresql_psycopg2.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/state.sqlite3.sql
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/sql/tx.wkt
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/test_feeds.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/test_feeds.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/test_regress.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/test_regress.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/test_sitemaps.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/test_sitemaps.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geoapp/tests.py
@ -996,24 +1100,12 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/geometries.p
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/cities/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/cities/cities.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/cities/cities.prj
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/cities/cities.shp
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/cities/cities.shx
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/counties/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/counties/counties.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/counties/counties.shp
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/counties/counties.shx
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/interstates/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/interstates/interstates.dbf
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/interstates/interstates.prj
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/interstates/interstates.shp
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/interstates/interstates.shx
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/models.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/models.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/tests.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/tests.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/tests_mysql.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/layermap/tests_mysql.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/__init__.pyc
@ -1023,22 +1115,10 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/t
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/tests.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/tests_mysql.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/relatedapp/tests_mysql.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_driver.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_driver.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_ds.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_ds.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_envelope.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_envelope.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_geom.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_geom.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_srs.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_gdal_srs.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_geoforms.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_geoforms.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_geoip.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_geoip.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_geos.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_geos.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_measure.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_measure.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/gis/tests/test_spatialrefsys.py
@ -1122,6 +1202,13 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cl/cl_regi
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cl/cl_regions.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cl/forms.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cl/forms.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/cz_regions.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/cz_regions.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/forms.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/cz/forms.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/de/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/de/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/localflavor/de/__init__.pyc
@ -1296,6 +1383,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/base
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/base.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/cache.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/cache.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/cached_db.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/cached_db.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/db.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/db.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/contrib/sessions/backends/file.py
@ -1400,6 +1489,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/files/uploadedfile.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/files/uploadedfile.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/files/uploadhandler.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/files/uploadhandler.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/files/utils.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/files/utils.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/handlers/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/handlers/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/core/handlers/__init__.pyc
@ -1576,6 +1667,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/postgresql_psycopg
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/postgresql_psycopg2/base.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/postgresql_psycopg2/introspection.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/postgresql_psycopg2/introspection.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/signals.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/signals.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/sqlite3/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/sqlite3/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/sqlite3/__init__.pyc
@ -1592,8 +1685,12 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/backends/util.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/aggregates.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/aggregates.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/base.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/base.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/expressions.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/expressions.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/fields/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/fields/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/fields/__init__.pyc
@ -1622,10 +1719,14 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/signals.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/__init__.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/aggregates.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/aggregates.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/constants.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/constants.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/datastructures.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/datastructures.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/expressions.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/expressions.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/query.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/query.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/db/models/sql/subqueries.py
@ -1773,6 +1874,8 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/html.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/html.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/http.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/http.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/importlib.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/importlib.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/itercompat.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/itercompat.pyc
lib/python${MODPY_VERSION}/site-packages/${LNAME}/utils/regex_helper.py
@ -1852,7 +1955,236 @@ lib/python${MODPY_VERSION}/site-packages/${LNAME}/views/static.py
lib/python${MODPY_VERSION}/site-packages/${LNAME}/views/static.pyc
share/doc/${LNAME}/
share/doc/${LNAME}/Makefile
share/doc/${LNAME}/_ext/
share/doc/${LNAME}/_ext/applyxrefs.py
share/doc/${LNAME}/_ext/${LNAME}docs.py
share/doc/${LNAME}/_ext/literals_to_xrefs.py
share/doc/${LNAME}/_static/
share/doc/${LNAME}/_static/default.css
share/doc/${LNAME}/_static/${LNAME}docs.css
share/doc/${LNAME}/_static/docicons-behindscenes.png
share/doc/${LNAME}/_static/docicons-note.png
share/doc/${LNAME}/_static/docicons-philosophy.png
share/doc/${LNAME}/_static/homepage.css
share/doc/${LNAME}/_static/reset-fonts-grids.css
share/doc/${LNAME}/_templates/
share/doc/${LNAME}/_templates/genindex.html
share/doc/${LNAME}/_templates/layout.html
share/doc/${LNAME}/_templates/modindex.html
share/doc/${LNAME}/_templates/search.html
share/doc/${LNAME}/conf.py
share/doc/${LNAME}/contents.txt
share/doc/${LNAME}/faq/
share/doc/${LNAME}/faq/admin.txt
share/doc/${LNAME}/faq/contributing.txt
share/doc/${LNAME}/faq/general.txt
share/doc/${LNAME}/faq/help.txt
share/doc/${LNAME}/faq/index.txt
share/doc/${LNAME}/faq/install.txt
share/doc/${LNAME}/faq/models.txt
share/doc/${LNAME}/faq/usage.txt
share/doc/${LNAME}/glossary.txt
share/doc/${LNAME}/howto/
share/doc/${LNAME}/howto/apache-auth.txt
share/doc/${LNAME}/howto/auth-remote-user.txt
share/doc/${LNAME}/howto/custom-file-storage.txt
share/doc/${LNAME}/howto/custom-management-commands.txt
share/doc/${LNAME}/howto/custom-model-fields.txt
share/doc/${LNAME}/howto/custom-template-tags.txt
share/doc/${LNAME}/howto/deployment/
share/doc/${LNAME}/howto/deployment/fastcgi.txt
share/doc/${LNAME}/howto/deployment/index.txt
share/doc/${LNAME}/howto/deployment/modpython.txt
share/doc/${LNAME}/howto/deployment/modwsgi.txt
share/doc/${LNAME}/howto/error-reporting.txt
share/doc/${LNAME}/howto/index.txt
share/doc/${LNAME}/howto/initial-data.txt
share/doc/${LNAME}/howto/jython.txt
share/doc/${LNAME}/howto/legacy-databases.txt
share/doc/${LNAME}/howto/outputting-csv.txt
share/doc/${LNAME}/howto/outputting-pdf.txt
share/doc/${LNAME}/howto/static-files.txt
share/doc/${LNAME}/index.txt
share/doc/${LNAME}/internals/
share/doc/${LNAME}/internals/_images/
share/doc/${LNAME}/internals/_images/${LNAME}tickets.png
share/doc/${LNAME}/internals/committers.txt
share/doc/${LNAME}/internals/contributing.txt
share/doc/${LNAME}/internals/deprecation.txt
share/doc/${LNAME}/internals/documentation.txt
share/doc/${LNAME}/internals/index.txt
share/doc/${LNAME}/internals/release-process.txt
share/doc/${LNAME}/intro/
share/doc/${LNAME}/intro/_images/
share/doc/${LNAME}/intro/_images/admin01.png
share/doc/${LNAME}/intro/_images/admin02.png
share/doc/${LNAME}/intro/_images/admin02t.png
share/doc/${LNAME}/intro/_images/admin03.png
share/doc/${LNAME}/intro/_images/admin03t.png
share/doc/${LNAME}/intro/_images/admin04.png
share/doc/${LNAME}/intro/_images/admin04t.png
share/doc/${LNAME}/intro/_images/admin05.png
share/doc/${LNAME}/intro/_images/admin05t.png
share/doc/${LNAME}/intro/_images/admin06.png
share/doc/${LNAME}/intro/_images/admin06t.png
share/doc/${LNAME}/intro/_images/admin07.png
share/doc/${LNAME}/intro/_images/admin08.png
share/doc/${LNAME}/intro/_images/admin08t.png
share/doc/${LNAME}/intro/_images/admin09.png
share/doc/${LNAME}/intro/_images/admin10.png
share/doc/${LNAME}/intro/_images/admin11.png
share/doc/${LNAME}/intro/_images/admin11t.png
share/doc/${LNAME}/intro/_images/admin12.png
share/doc/${LNAME}/intro/_images/admin13.png
share/doc/${LNAME}/intro/_images/admin13t.png
share/doc/${LNAME}/intro/_images/admin14.png
share/doc/${LNAME}/intro/_images/admin14t.png
share/doc/${LNAME}/intro/index.txt
share/doc/${LNAME}/intro/install.txt
share/doc/${LNAME}/intro/overview.txt
share/doc/${LNAME}/intro/tutorial01.txt
share/doc/${LNAME}/intro/tutorial02.txt
share/doc/${LNAME}/intro/tutorial03.txt
share/doc/${LNAME}/intro/tutorial04.txt
share/doc/${LNAME}/intro/whatsnext.txt
share/doc/${LNAME}/man/
share/doc/${LNAME}/man/daily_cleanup.1
share/doc/${LNAME}/man/${LNAME}-admin.1
share/doc/${LNAME}/man/gather_profile_stats.1
share/doc/${LNAME}/misc/
share/doc/${LNAME}/misc/api-stability.txt
share/doc/${LNAME}/misc/design-philosophies.txt
share/doc/${LNAME}/misc/distributions.txt
share/doc/${LNAME}/misc/index.txt
share/doc/${LNAME}/obsolete/
share/doc/${LNAME}/obsolete/_images/
share/doc/${LNAME}/obsolete/_images/formrow.png
share/doc/${LNAME}/obsolete/_images/module.png
share/doc/${LNAME}/obsolete/_images/objecttools_01.png
share/doc/${LNAME}/obsolete/_images/objecttools_02.png
share/doc/${LNAME}/obsolete/admin-css.txt
share/doc/${LNAME}/obsolete/index.txt
share/doc/${LNAME}/ref/
share/doc/${LNAME}/ref/authbackends.txt
share/doc/${LNAME}/ref/contrib/
share/doc/${LNAME}/ref/contrib/admin/
share/doc/${LNAME}/ref/contrib/admin/_images/
share/doc/${LNAME}/ref/contrib/admin/_images/article_actions.png
share/doc/${LNAME}/ref/contrib/admin/_images/article_actions_message.png
share/doc/${LNAME}/ref/contrib/admin/_images/flatfiles_admin.png
share/doc/${LNAME}/ref/contrib/admin/_images/user_actions.png
share/doc/${LNAME}/ref/contrib/admin/_images/users_changelist.png
share/doc/${LNAME}/ref/contrib/admin/actions.txt
share/doc/${LNAME}/ref/contrib/admin/index.txt
share/doc/${LNAME}/ref/contrib/auth.txt
share/doc/${LNAME}/ref/contrib/comments/
share/doc/${LNAME}/ref/contrib/comments/custom.txt
share/doc/${LNAME}/ref/contrib/comments/forms.txt
share/doc/${LNAME}/ref/contrib/comments/index.txt
share/doc/${LNAME}/ref/contrib/comments/models.txt
share/doc/${LNAME}/ref/contrib/comments/moderation.txt
share/doc/${LNAME}/ref/contrib/comments/settings.txt
share/doc/${LNAME}/ref/contrib/comments/signals.txt
share/doc/${LNAME}/ref/contrib/comments/upgrade.txt
share/doc/${LNAME}/ref/contrib/contenttypes.txt
share/doc/${LNAME}/ref/contrib/csrf.txt
share/doc/${LNAME}/ref/contrib/databrowse.txt
share/doc/${LNAME}/ref/contrib/flatpages.txt
share/doc/${LNAME}/ref/contrib/formtools/
share/doc/${LNAME}/ref/contrib/formtools/form-preview.txt
share/doc/${LNAME}/ref/contrib/formtools/form-wizard.txt
share/doc/${LNAME}/ref/contrib/formtools/index.txt
share/doc/${LNAME}/ref/contrib/humanize.txt
share/doc/${LNAME}/ref/contrib/index.txt
share/doc/${LNAME}/ref/contrib/localflavor.txt
share/doc/${LNAME}/ref/contrib/redirects.txt
share/doc/${LNAME}/ref/contrib/sitemaps.txt
share/doc/${LNAME}/ref/contrib/sites.txt
share/doc/${LNAME}/ref/contrib/syndication.txt
share/doc/${LNAME}/ref/contrib/webdesign.txt
share/doc/${LNAME}/ref/databases.txt
share/doc/${LNAME}/ref/${LNAME}-admin.txt
share/doc/${LNAME}/ref/files/
share/doc/${LNAME}/ref/files/file.txt
share/doc/${LNAME}/ref/files/index.txt
share/doc/${LNAME}/ref/files/storage.txt
share/doc/${LNAME}/ref/forms/
share/doc/${LNAME}/ref/forms/api.txt
share/doc/${LNAME}/ref/forms/fields.txt
share/doc/${LNAME}/ref/forms/index.txt
share/doc/${LNAME}/ref/forms/validation.txt
share/doc/${LNAME}/ref/forms/widgets.txt
share/doc/${LNAME}/ref/generic-views.txt
share/doc/${LNAME}/ref/index.txt
share/doc/${LNAME}/ref/middleware.txt
share/doc/${LNAME}/ref/models/
share/doc/${LNAME}/ref/models/fields.txt
share/doc/${LNAME}/ref/models/index.txt
share/doc/${LNAME}/ref/models/instances.txt
share/doc/${LNAME}/ref/models/options.txt
share/doc/${LNAME}/ref/models/querysets.txt
share/doc/${LNAME}/ref/models/relations.txt
share/doc/${LNAME}/ref/request-response.txt
share/doc/${LNAME}/ref/settings.txt
share/doc/${LNAME}/ref/signals.txt
share/doc/${LNAME}/ref/templates/
share/doc/${LNAME}/ref/templates/api.txt
share/doc/${LNAME}/ref/templates/builtins.txt
share/doc/${LNAME}/ref/templates/index.txt
share/doc/${LNAME}/ref/unicode.txt
share/doc/${LNAME}/releases/
share/doc/${LNAME}/releases/0.95.txt
share/doc/${LNAME}/releases/0.96.txt
share/doc/${LNAME}/releases/1.0-alpha-1.txt
share/doc/${LNAME}/releases/1.0-alpha-2.txt
share/doc/${LNAME}/releases/1.0-beta-2.txt
share/doc/${LNAME}/releases/1.0-beta.txt
share/doc/${LNAME}/releases/1.0-porting-guide.txt
share/doc/${LNAME}/releases/1.0.1.txt
share/doc/${LNAME}/releases/1.0.2.txt
share/doc/${LNAME}/releases/1.0.txt
share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}-alpha-1.txt
share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}-beta-1.txt
share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}-rc-1.txt
share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}.txt
share/doc/${LNAME}/releases/index.txt
share/doc/${LNAME}/topics/
share/doc/${LNAME}/topics/auth.txt
share/doc/${LNAME}/topics/cache.txt
share/doc/${LNAME}/topics/conditional-view-processing.txt
share/doc/${LNAME}/topics/db/
share/doc/${LNAME}/topics/db/aggregation.txt
share/doc/${LNAME}/topics/db/index.txt
share/doc/${LNAME}/topics/db/managers.txt
share/doc/${LNAME}/topics/db/models.txt
share/doc/${LNAME}/topics/db/queries.txt
share/doc/${LNAME}/topics/db/sql.txt
share/doc/${LNAME}/topics/db/transactions.txt
share/doc/${LNAME}/topics/email.txt
share/doc/${LNAME}/topics/files.txt
share/doc/${LNAME}/topics/forms/
share/doc/${LNAME}/topics/forms/formsets.txt
share/doc/${LNAME}/topics/forms/index.txt
share/doc/${LNAME}/topics/forms/media.txt
share/doc/${LNAME}/topics/forms/modelforms.txt
share/doc/${LNAME}/topics/generic-views.txt
share/doc/${LNAME}/topics/http/
share/doc/${LNAME}/topics/http/_images/
share/doc/${LNAME}/topics/http/_images/middleware.png
share/doc/${LNAME}/topics/http/file-uploads.txt
share/doc/${LNAME}/topics/http/generic-views.txt
share/doc/${LNAME}/topics/http/index.txt
share/doc/${LNAME}/topics/http/middleware.txt
share/doc/${LNAME}/topics/http/sessions.txt
share/doc/${LNAME}/topics/http/shortcuts.txt
share/doc/${LNAME}/topics/http/urls.txt
share/doc/${LNAME}/topics/http/views.txt
share/doc/${LNAME}/topics/i18n.txt
share/doc/${LNAME}/topics/index.txt
share/doc/${LNAME}/topics/install.txt
share/doc/${LNAME}/topics/pagination.txt
share/doc/${LNAME}/topics/serialization.txt
share/doc/${LNAME}/topics/settings.txt
share/doc/${LNAME}/topics/signals.txt
share/doc/${LNAME}/topics/templates.txt
share/doc/${LNAME}/topics/testing.txt