summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/PLIST
diff options
context:
space:
mode:
authordarcy <darcy>2016-01-21 22:17:55 +0000
committerdarcy <darcy>2016-01-21 22:17:55 +0000
commit25da84661643bc7da83c9b88663ddd2981840c91 (patch)
treeb58d0ea3e5584b2b2b5f4238285d9162974bdd29 /databases/py-postgresql/PLIST
parentb45fdf7e63267caa10fb25198f24b08afaf5e9ff (diff)
downloadpkgsrc-25da84661643bc7da83c9b88663ddd2981840c91.tar.gz
Update to version 4.2.
This is the last version before adding support for Python 3.x. Only bug fixes will be added to this branch. From the changelog: Version 4.2 ----------- - The supported Python versions are 2.4 to 2.7. - PostgreSQL is supported in all versions from 8.3 to 9.5. - Set a better default for the user option "escaping-funcs". - Force build to compile with no errors. - New methods get_parameters() and set_parameters() in the classic interface which can be used to get or set run-time parameters. - New method truncate() in the classic interface that can be used to quickly empty a table or a set of tables. - Fix decimal point handling. - Add option to return boolean values as bool objects. - Add option to return money values as string. - get_tables() does not list information schema tables any more. - Fix notification handler (Thanks Patrick TJ McPhee). - Fix a small issue with large objects. - Minor improvements in the NotificationHandler. - Converted documentation to Sphinx and added many missing parts. - The tutorial files have become a chapter in the documentation. - Greatly improved unit testing, tests run with Python 2.4 to 2.7 again.
Diffstat (limited to 'databases/py-postgresql/PLIST')
-rw-r--r--databases/py-postgresql/PLIST19
1 files changed, 2 insertions, 17 deletions
diff --git a/databases/py-postgresql/PLIST b/databases/py-postgresql/PLIST
index 4477f6456b4..ca590c7454b 100644
--- a/databases/py-postgresql/PLIST
+++ b/databases/py-postgresql/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.10 2013/01/03 16:56:22 darcy Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/01/21 22:17:55 darcy Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_pg.so
${PYSITELIB}/pg.py
@@ -10,23 +11,7 @@ ${PYSITELIB}/pg.pyo
${PYSITELIB}/pgdb.py
${PYSITELIB}/pgdb.pyc
${PYSITELIB}/pgdb.pyo
-share/doc/${PYPKGPREFIX}-postgresql/docs/announce.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/announce.txt
-share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.txt
-share/doc/${PYPKGPREFIX}-postgresql/docs/default.css
-share/doc/${PYPKGPREFIX}-postgresql/docs/docs.css
-share/doc/${PYPKGPREFIX}-postgresql/docs/future.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/future.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/index.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/install.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/install.txt
-share/doc/${PYPKGPREFIX}-postgresql/docs/pg.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/pg.txt
-share/doc/${PYPKGPREFIX}-postgresql/docs/pgdb.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/pgdb.txt
-share/doc/${PYPKGPREFIX}-postgresql/docs/readme.html
-share/doc/${PYPKGPREFIX}-postgresql/docs/readme.txt
share/doc/${PYPKGPREFIX}-postgresql/tutorial/advanced.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/basics.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/func.py