# $Id: Portfile 35264 2008-03-23 14:34:27Z akira@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-sqlobject version 0.10.0 categories python databases platforms darwin maintainers akira description object-relational mapper for python long_description 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 \ (instead of generating SQL using string substitution, \ as is traditional). homepage http://www.sqlobject.org/ master_sites http://cheeseshop.python.org/packages/source/S/SQLObject/ checksums md5 b061d68ae709b54d18d09307b0ec2667 \ sha1 28cb2bb8e07e81d38dcfa1f03fa60914b453b5ae \ rmd160 6d8b4235ad2f2d7f131dc1c018d06f0a27e03b9d distname SQLObject-${version} depends_lib-append port:py25-formencode post-destroot { xinstall -m 644 -W ${worksrcpath}/docs Authors.txt FAQ.txt News.txt \ SQLBuilder.txt SQLObject.txt ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/README.txt \ ${destroot}${prefix}/share/doc/${name} move ${destroot}${prefix}/bin/sqlobject-admin \ ${destroot}${prefix}/bin/sqlobject-admin2.5 }