summaryrefslogtreecommitdiff
path: root/databases/py-table/PLIST
diff options
context:
space:
mode:
authordarcy <darcy>2004-12-21 11:01:10 +0000
committerdarcy <darcy>2004-12-21 11:01:10 +0000
commitb3f53438c8575df7f0789be81f77d476b98fadc5 (patch)
treea26e7b0bd40a53e4dbd7bd5214a237365ac7473c /databases/py-table/PLIST
parentf9106e893438e27b6929351e0193b8874e600810 (diff)
downloadpkgsrc-b3f53438c8575df7f0789be81f77d476b98fadc5.tar.gz
py-table-0.8.3a
PyTable is a relational database wrapper based on BasicProperty's rich property-based modeling system. PyTable provides a "thick" wrapper for PostgreSQL (and MySQL) database adapters which fills in missing functionality in the adapter layer to provide a uniform rich external API.
Diffstat (limited to 'databases/py-table/PLIST')
-rw-r--r--databases/py-table/PLIST127
1 files changed, 127 insertions, 0 deletions
diff --git a/databases/py-table/PLIST b/databases/py-table/PLIST
new file mode 100644
index 00000000000..be595953cc7
--- /dev/null
+++ b/databases/py-table/PLIST
@@ -0,0 +1,127 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/21 11:01:10 darcy Exp $
+${PYSITELIB}/pytable/__init__.pyc
+${PYSITELIB}/pytable/__init__.pyo
+${PYSITELIB}/pytable/_postgresql/__init__.pyc
+${PYSITELIB}/pytable/_postgresql/__init__.pyo
+${PYSITELIB}/pytable/_postgresql/postgresdriver.pyc
+${PYSITELIB}/pytable/_postgresql/postgresdriver.pyo
+${PYSITELIB}/pytable/_postgresql/tableactions.pyc
+${PYSITELIB}/pytable/_postgresql/tableactions.pyo
+${PYSITELIB}/pytable/dbapiadapter.pyc
+${PYSITELIB}/pytable/dbapiadapter.pyo
+${PYSITELIB}/pytable/dbconnection.pyc
+${PYSITELIB}/pytable/dbconnection.pyo
+${PYSITELIB}/pytable/dbcursor.pyc
+${PYSITELIB}/pytable/dbcursor.pyo
+${PYSITELIB}/pytable/dbdriver.pyc
+${PYSITELIB}/pytable/dbdriver.pyo
+${PYSITELIB}/pytable/dbproperty.pyc
+${PYSITELIB}/pytable/dbproperty.pyo
+${PYSITELIB}/pytable/dbresultset.pyc
+${PYSITELIB}/pytable/dbresultset.pyo
+${PYSITELIB}/pytable/dbrow.pyc
+${PYSITELIB}/pytable/dbrow.pyo
+${PYSITELIB}/pytable/dbschema.pyc
+${PYSITELIB}/pytable/dbschema.pyo
+${PYSITELIB}/pytable/dbspecifier.pyc
+${PYSITELIB}/pytable/dbspecifier.pyo
+${PYSITELIB}/pytable/dbspecifierwizard.pyc
+${PYSITELIB}/pytable/dbspecifierwizard.pyo
+${PYSITELIB}/pytable/defaultdrivers.pyc
+${PYSITELIB}/pytable/defaultdrivers.pyo
+${PYSITELIB}/pytable/installschema.pyc
+${PYSITELIB}/pytable/installschema.pyo
+${PYSITELIB}/pytable/lazyresultset.pyc
+${PYSITELIB}/pytable/lazyresultset.pyo
+${PYSITELIB}/pytable/mk/__init__.pyc
+${PYSITELIB}/pytable/mk/__init__.pyo
+${PYSITELIB}/pytable/mk/mkdescriptor.pyc
+${PYSITELIB}/pytable/mk/mkdescriptor.pyo
+${PYSITELIB}/pytable/mk/mkdriver.pyc
+${PYSITELIB}/pytable/mk/mkdriver.pyo
+${PYSITELIB}/pytable/mk/mktable.pyc
+${PYSITELIB}/pytable/mk/mktable.pyo
+${PYSITELIB}/pytable/mysql/__init__.pyc
+${PYSITELIB}/pytable/mysql/__init__.pyo
+${PYSITELIB}/pytable/mysql/create_test_db.pyc
+${PYSITELIB}/pytable/mysql/create_test_db.pyo
+${PYSITELIB}/pytable/mysql/mydriver.pyc
+${PYSITELIB}/pytable/mysql/mydriver.pyo
+${PYSITELIB}/pytable/mysql/myrunsql.pyc
+${PYSITELIB}/pytable/mysql/myrunsql.pyo
+${PYSITELIB}/pytable/mysql/tableactions.pyc
+${PYSITELIB}/pytable/mysql/tableactions.pyo
+${PYSITELIB}/pytable/psycopg/__init__.pyc
+${PYSITELIB}/pytable/psycopg/__init__.pyo
+${PYSITELIB}/pytable/psycopg/psycodriver.pyc
+${PYSITELIB}/pytable/psycopg/psycodriver.pyo
+${PYSITELIB}/pytable/pyformatsupport.pyc
+${PYSITELIB}/pytable/pyformatsupport.pyo
+${PYSITELIB}/pytable/pygresql/__init__.pyc
+${PYSITELIB}/pytable/pygresql/__init__.pyo
+${PYSITELIB}/pytable/pygresql/pgdriver.pyc
+${PYSITELIB}/pytable/pygresql/pgdriver.pyo
+${PYSITELIB}/pytable/pypgsql/__init__.pyc
+${PYSITELIB}/pytable/pypgsql/__init__.pyo
+${PYSITELIB}/pytable/pypgsql/create_test_db.pyc
+${PYSITELIB}/pytable/pypgsql/create_test_db.pyo
+${PYSITELIB}/pytable/pypgsql/pgdriver.pyc
+${PYSITELIB}/pytable/pypgsql/pgdriver.pyo
+${PYSITELIB}/pytable/pypgsql/pgdumptypes.pyc
+${PYSITELIB}/pytable/pypgsql/pgdumptypes.pyo
+${PYSITELIB}/pytable/pypgsql/pgrunsql.pyc
+${PYSITELIB}/pytable/pypgsql/pgrunsql.pyo
+${PYSITELIB}/pytable/pysqlite/__init__.pyc
+${PYSITELIB}/pytable/pysqlite/__init__.pyo
+${PYSITELIB}/pytable/pysqlite/sqlitedriver.pyc
+${PYSITELIB}/pytable/pysqlite/sqlitedriver.pyo
+${PYSITELIB}/pytable/pysqlite/sqlitetest.pyc
+${PYSITELIB}/pytable/pysqlite/sqlitetest.pyo
+${PYSITELIB}/pytable/pysqlite/tableactions.pyc
+${PYSITELIB}/pytable/pysqlite/tableactions.pyo
+${PYSITELIB}/pytable/schemabuilder.pyc
+${PYSITELIB}/pytable/schemabuilder.pyo
+${PYSITELIB}/pytable/specifierfromoptions.pyc
+${PYSITELIB}/pytable/specifierfromoptions.pyo
+${PYSITELIB}/pytable/sqlgeneration.pyc
+${PYSITELIB}/pytable/sqlgeneration.pyo
+${PYSITELIB}/pytable/sqlquery.pyc
+${PYSITELIB}/pytable/sqlquery.pyo
+${PYSITELIB}/pytable/sqlutils.pyc
+${PYSITELIB}/pytable/sqlutils.pyo
+${PYSITELIB}/pytable/tests/__init__.pyc
+${PYSITELIB}/pytable/tests/__init__.pyo
+${PYSITELIB}/pytable/tests/gui_dbase_test.pyc
+${PYSITELIB}/pytable/tests/gui_dbase_test.pyo
+${PYSITELIB}/pytable/tests/printstructure.pyc
+${PYSITELIB}/pytable/tests/printstructure.pyo
+${PYSITELIB}/pytable/tests/printstructure2.pyc
+${PYSITELIB}/pytable/tests/printstructure2.pyo
+${PYSITELIB}/pytable/tests/test.pyc
+${PYSITELIB}/pytable/tests/test.pyo
+${PYSITELIB}/pytable/tests/test_basic.pyc
+${PYSITELIB}/pytable/tests/test_basic.pyo
+${PYSITELIB}/pytable/tests/test_datatypedetermination.pyc
+${PYSITELIB}/pytable/tests/test_datatypedetermination.pyo
+${PYSITELIB}/pytable/tests/test_dbdriver.pyc
+${PYSITELIB}/pytable/tests/test_dbdriver.pyo
+${PYSITELIB}/pytable/tests/test_dbrow.pyc
+${PYSITELIB}/pytable/tests/test_dbrow.pyo
+${PYSITELIB}/pytable/tests/test_dbschema.pyc
+${PYSITELIB}/pytable/tests/test_dbschema.pyo
+${PYSITELIB}/pytable/tests/test_foreignkeyprop.pyc
+${PYSITELIB}/pytable/tests/test_foreignkeyprop.pyo
+${PYSITELIB}/pytable/tests/test_lazyresultset.pyc
+${PYSITELIB}/pytable/tests/test_lazyresultset.pyo
+${PYSITELIB}/pytable/tests/test_namespaces.pyc
+${PYSITELIB}/pytable/tests/test_namespaces.pyo
+${PYSITELIB}/pytable/tests/test_pyformatsupport.pyc
+${PYSITELIB}/pytable/tests/test_pyformatsupport.pyo
+${PYSITELIB}/pytable/tests/test_schemabuilder.pyc
+${PYSITELIB}/pytable/tests/test_schemabuilder.pyo
+${PYSITELIB}/pytable/tests/test_sqlgeneration.pyc
+${PYSITELIB}/pytable/tests/test_sqlgeneration.pyo
+${PYSITELIB}/pytable/viewschema.pyc
+${PYSITELIB}/pytable/viewschema.pyo
+${PYSITELIB}/pytable/xmlgeneration.pyc
+${PYSITELIB}/pytable/xmlgeneration.pyo