[34985] trunk/dports/python/py25-sqlalchemy/Portfile

stechert at macports.org stechert at macports.org
Thu Mar 13 10:22:58 PDT 2008


Revision: 34985
          http://trac.macosforge.org/projects/macports/changeset/34985
Author:   stechert at macports.org
Date:     2008-03-13 10:22:58 -0700 (Thu, 13 Mar 2008)

Log Message:
-----------
Bringing py25-SQLAlchemy up to date.  Version 0.4.4 was released yesterday.

Modified Paths:
--------------
    trunk/dports/python/py25-sqlalchemy/Portfile

Modified: trunk/dports/python/py25-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy/Portfile	2008-03-13 17:13:28 UTC (rev 34984)
+++ trunk/dports/python/py25-sqlalchemy/Portfile	2008-03-13 17:22:58 UTC (rev 34985)
@@ -4,8 +4,8 @@
 PortGroup python25 1.0
 
 name			py25-sqlalchemy
-version			0.4.3
-revision		1
+version			0.4.4
+revision		0
 categories		python
 platforms		darwin
 maintainers		stechert at macports.org
@@ -17,17 +17,8 @@
 homepage		http://www.sqlalchemy.org
 master_sites		sourceforge:sqlalchemy
 distname		SQLAlchemy-${version}
-checksums		md5 f0a1401ab11246d59a535206e5043c65 \
-			sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \
-			rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d
-depends_lib		port:py25-setuptools
+checksums		md5 ff8ec0cfda50563575f1cfaa07764554 \
+			sha1 268ec297d5607b4401887bf802afa95a8967572d \
+			rmd160 1bd80cf106dd3d572ba26974dc6bc3f52109f820
 
-post-destroot {
-	# Install example files not installed by the Makefile
-	foreach f [glob -directory ${worksrcpath}/doc *] {
-		copy $f ${destroot}${prefix}/share/doc/${name}/$f
-	}
-	foreach f [glob -directory ${worksrcpath}/examples *] {
-		copy $f ${destroot}${prefix}/share/doc/${name}/examples/$f
-	}
-}
+depends_lib		port:py25-setuptools

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


More information about the macports-changes mailing list