[73493] trunk/dports/python/py26-sqlalchemy/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Nov 15 02:45:07 PST 2010
Revision: 73493
http://trac.macports.org/changeset/73493
Author: stromnov at macports.org
Date: 2010-11-15 02:45:04 -0800 (Mon, 15 Nov 2010)
Log Message:
-----------
py26-sqlalchemy: update to version 0.6.5
Modified Paths:
--------------
trunk/dports/python/py26-sqlalchemy/Portfile
Modified: trunk/dports/python/py26-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy/Portfile 2010-11-15 10:41:44 UTC (rev 73492)
+++ trunk/dports/python/py26-sqlalchemy/Portfile 2010-11-15 10:45:04 UTC (rev 73493)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-sqlalchemy
-version 0.5.8
+version 0.6.5
revision 0
categories python databases
platforms darwin
@@ -21,12 +21,19 @@
distname SQLAlchemy-${version}
-checksums md5 716f6666b691d8a0ebafece9a3da31cd \
- sha1 810dfbd4aad58723b86047cd5ff72da7110b191f \
- rmd160 1118b0d89b13c8866674199302976f17677e0382
+checksums md5 0152094452e7e94b6505190db6c8ede8 \
+ sha1 25ed13bbf6976d3c8a426972edf5d2aca101e63c \
+ rmd160 1b720015b0d9f579b1b8d5e747013436a17a01df
depends_lib port:py26-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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101115/8d6df54e/attachment.html>
More information about the macports-changes
mailing list