[79334] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 10:47:36 PDT 2011


Revision: 79334
          http://trac.macports.org/changeset/79334
Author:   ryandesign at macports.org
Date:     2011-06-09 10:47:34 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
py-sqlalchemy, py25-sqlalchemy, py26-sqlalchemy, py27-sqlalchemy: update to 0.7.1, indicate license

Modified Paths:
--------------
    trunk/dports/python/py-sqlalchemy/Portfile
    trunk/dports/python/py25-sqlalchemy/Portfile
    trunk/dports/python/py26-sqlalchemy/Portfile
    trunk/dports/python/py27-sqlalchemy/Portfile

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2011-06-09 17:37:47 UTC (rev 79333)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
@@ -5,10 +5,12 @@
 PortGroup python24 1.0
 
 name                    py-sqlalchemy
-version                 0.4.7p1
-categories              python
+version                 0.7.1
+categories              python databases
 platforms               darwin
 maintainers             landonf akitada openmaintainer
+license                 MIT
+
 description             Python SQL ORM
 long_description        SQLAlchemy is the Python SQL toolkit and Object \
                         Relational Mapper that gives application developers \
@@ -16,12 +18,21 @@
 
 homepage                http://www.sqlalchemy.org
 master_sites            sourceforge:sqlalchemy
+
 distname                SQLAlchemy-${version}
-checksums               md5 5657ace9ed484429486b24e4b6e6f1ad \
-                        sha1 b4f158cf7930234b8be8794e481a79ebcbf3fbf0 \
-                        rmd160 da2006ceb80c0d3ddb3ed68dd3c0c0fc7eede2bf
+
+checksums               sha1    58bdee2dbb339e77cf5ef716fc3b52a82ec1cf4e \
+                        rmd160  ffdd5d137b8ea7a6b60788678d62a0cfdb11cdae
+
 depends_lib             port:py-setuptools
 
+default_variants        +cextensions
+
+variant cextensions description {With C extensions} {
+    build.cmd-append    --with-cextensions
+    destroot.cmd-append --with-cextensions
+}
+
 post-destroot {
     # Install example files not installed by the Makefile
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples

Modified: trunk/dports/python/py25-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy/Portfile	2011-06-09 17:37:47 UTC (rev 79333)
+++ trunk/dports/python/py25-sqlalchemy/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
@@ -5,10 +5,12 @@
 PortGroup python25 1.0
 
 name                    py25-sqlalchemy
-version                 0.5.2
-categories              python
+version                 0.7.1
+categories              python databases
 platforms               darwin
 maintainers             akitada openmaintainer
+license                 MIT
+
 description             Python SQL ORM
 long_description        SQLAlchemy is the Python SQL toolkit and Object \
                         Relational Mapper that gives application developers \
@@ -16,12 +18,21 @@
 
 homepage                http://www.sqlalchemy.org
 master_sites            sourceforge:sqlalchemy
+
 distname                SQLAlchemy-${version}
-checksums               md5 d2b041f5877bf108b8ecf7a624e1bec0 \
-                        sha1 2c221b8e3821e8a3ea5aa788130dcd94207f5f07 \
-                        rmd160 503b8a2f15e435b52688ef3c312dafd627bf3cde
+
+checksums               sha1    58bdee2dbb339e77cf5ef716fc3b52a82ec1cf4e \
+                        rmd160  ffdd5d137b8ea7a6b60788678d62a0cfdb11cdae
+
 depends_lib             port:py25-distribute
 
+default_variants        +cextensions
+
+variant cextensions description {With C extensions} {
+    build.cmd-append    --with-cextensions
+    destroot.cmd-append --with-cextensions
+}
+
 post-destroot {
     # Install example files not installed by the Makefile
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples

Modified: trunk/dports/python/py26-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy/Portfile	2011-06-09 17:37:47 UTC (rev 79333)
+++ trunk/dports/python/py26-sqlalchemy/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
@@ -5,11 +5,11 @@
 PortGroup           python26 1.0
 
 name                py26-sqlalchemy
-version             0.6.6
-revision            0
+version             0.7.1
 categories          python databases
 platforms           darwin
 maintainers         akitada openmaintainer
+license             MIT
 
 description         Python SQL ORM
 long_description    SQLAlchemy is the Python SQL toolkit and Object \
@@ -21,9 +21,8 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           md5     359f02242c52e92aa881c36c8e3720d8 \
-                    sha1    6ed990141710b95a583b3e22cbd5c0eeff5076c5 \
-                    rmd160  d0d215eedb45d15f7f7fe0459eae93ad7213225c
+checksums           sha1    58bdee2dbb339e77cf5ef716fc3b52a82ec1cf4e \
+                    rmd160  ffdd5d137b8ea7a6b60788678d62a0cfdb11cdae
 
 depends_lib         port:py26-distribute
 

Modified: trunk/dports/python/py27-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py27-sqlalchemy/Portfile	2011-06-09 17:37:47 UTC (rev 79333)
+++ trunk/dports/python/py27-sqlalchemy/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
@@ -5,11 +5,11 @@
 PortGroup           python27 1.0
 
 name                py27-sqlalchemy
-version             0.6.6
-revision            0
+version             0.7.1
 categories          python databases
 platforms           darwin
 maintainers         nomaintainer
+license             MIT
 
 description         Python SQL ORM
 long_description    SQLAlchemy is the Python SQL toolkit and Object \
@@ -21,9 +21,8 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           md5     359f02242c52e92aa881c36c8e3720d8 \
-                    sha1    6ed990141710b95a583b3e22cbd5c0eeff5076c5 \
-                    rmd160  d0d215eedb45d15f7f7fe0459eae93ad7213225c
+checksums           sha1    58bdee2dbb339e77cf5ef716fc3b52a82ec1cf4e \
+                    rmd160  ffdd5d137b8ea7a6b60788678d62a0cfdb11cdae
 
 depends_lib         port:py27-distribute
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/faf61e25/attachment-0001.html>


More information about the macports-changes mailing list