./wip/py-SQLObject, Allows you to translate RDBMS table rows into Python objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.1, Package name: py27-SQLObject-1.3.1, Maintainer: pkgsrc-users

SQLObject is an object-relational mapper. It allows you to translate RDBMS
table rows into Python objects, and manipulate those objects to
transparently manipulate the database.

In using SQLObject, you will create a class definition that will describe
how the object connects to the database (in addition to any other methods
you may wish to add to the class). SQLObject will produce the code to access
the database, and update the database with your changes. The interface to
the database is meant to be indistinguishable from other interfaces you may
add to the object.

SQLObject also includes a novel feature to generate WHERE clauses using
Python syntax and objects (intead of generating SQL using string
substitution, as is traditional).


Required to run:
[databases/py-psycopg2] [time/py-mxDateTime] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Package options: psycopg2

Master sites:

RMD160: 8ce958dc1623cfba552731e9989424b3e603493b
Filesize: 255.632 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-06 19:13:24 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-12 17:10:40 by Wen Heping | Files touched by this commit (4)
Log message:
- Update to 1.3.1
- Remove unsupported option Firebird
   2012-05-11 14:48:40 by ndb | Files touched by this commit (2)
Log message:
Conform egg.mk's EGG_INFODIR in PLIST.
   2012-02-09 17:42:37 by ndb | Files touched by this commit (4)
Log message:
oeps, s/PKGVERSION_NOREV/PKGVERSION/ in PLIST.
   2010-03-17 07:02:11 by Wen Heping | Files touched by this commit (3)
Log message:
- Update to 0.12.2
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.