[34753] trunk/dports/python

raimue at macports.org raimue at macports.org
Tue Mar 4 06:53:12 PST 2008


Revision: 34753
          http://trac.macosforge.org/projects/macports/changeset/34753
Author:   raimue at macports.org
Date:     2008-03-04 06:53:08 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
python/py-sqlobject, python/py25-sqlobject:
 * Update to version 0.10.0b4
 * New port py25-sqlobject. 
Closes #14508

Modified Paths:
--------------
    trunk/dports/python/py-sqlobject/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-sqlobject/
    trunk/dports/python/py25-sqlobject/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-sqlobject/files/

Modified: trunk/dports/python/py-sqlobject/Portfile
===================================================================
--- trunk/dports/python/py-sqlobject/Portfile	2008-03-04 14:04:44 UTC (rev 34752)
+++ trunk/dports/python/py-sqlobject/Portfile	2008-03-04 14:53:08 UTC (rev 34753)
@@ -4,10 +4,10 @@
 PortGroup python24 1.0
 
 name			py-sqlobject
-version			0.9.0
+version			0.10.0b4
 categories		python databases
 platforms		darwin
-maintainers		nomaintainer
+maintainers		gmail.com:ebgssth
 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, \
@@ -26,10 +26,11 @@
 				as is traditional).
 
 homepage		http://www.sqlobject.org/
-master_sites	http://cheeseshop.python.org/packages/source/S/SQLObject/
+master_sites		http://cheeseshop.python.org/packages/source/S/SQLObject/
+checksums		md5 1de04f55dedb677fc893270653f5758e \
+			sha1 a47322855c94485894e81d65e92bcdd081e27fb6 \
+			rmd160 6726316cd3c2d735c72a30521a4cfae02d35f55e
 distname		SQLObject-${version}
-checksums		sha1 6f3bd440ba7a107c7ee6deab1bc04f5a7421ad82
-patchfiles		patch-setup.py
 
 depends_lib-append	port:py-formencode
 
@@ -38,4 +39,7 @@
 		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.4
 }
+

Added: trunk/dports/python/py25-sqlobject/Portfile
===================================================================
--- trunk/dports/python/py25-sqlobject/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-sqlobject/Portfile	2008-03-04 14:53:08 UTC (rev 34753)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-sqlobject
+version			0.10.0b4
+categories		python databases
+platforms		darwin
+maintainers		gmail.com:ebgssth
+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 1de04f55dedb677fc893270653f5758e \
+				sha1 a47322855c94485894e81d65e92bcdd081e27fb6 \
+				rmd160 6726316cd3c2d735c72a30521a4cfae02d35f55e
+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
+}
+


Property changes on: trunk/dports/python/py25-sqlobject/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080304/9b525a0f/attachment.html 


More information about the macports-changes mailing list