[35047] trunk/dports/python

eridius at macports.org eridius at macports.org
Sat Mar 15 08:23:21 PDT 2008


Revision: 35047
          http://trac.macosforge.org/projects/macports/changeset/35047
Author:   eridius at macports.org
Date:     2008-03-15 08:23:20 -0700 (Sat, 15 Mar 2008)

Log Message:
-----------
Bump py-sqlalchemy to 0.4.4 and fix the doc/examples installation in py-sqlalchemy and py25-sqlalchemy (#14464)

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

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2008-03-15 15:14:24 UTC (rev 35046)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2008-03-15 15:23:20 UTC (rev 35047)
@@ -4,8 +4,7 @@
 PortGroup python24 1.0
 
 name			py-sqlalchemy
-version			0.4.3
-revision		1
+version			0.4.4
 categories		python
 platforms		darwin
 maintainers		landonf at macports.org
@@ -17,13 +16,14 @@
 homepage		http://www.sqlalchemy.org
 master_sites		sourceforge:sqlalchemy
 distname		SQLAlchemy-${version}
-checksums		md5 f0a1401ab11246d59a535206e5043c65 \
-			sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \
-			rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d
+checksums		md5 ff8ec0cfda50563575f1cfaa07764554 \
+			sha1 268ec297d5607b4401887bf802afa95a8967572d \
+			rmd160 1bd80cf106dd3d572ba26974dc6bc3f52109f820
 depends_lib		port:py-setuptools
 
 post-destroot {
 	# Install example files not installed by the Makefile
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
 	foreach f [glob -directory ${worksrcpath}/doc *] {
 		copy $f ${destroot}${prefix}/share/doc/${name}/$f
 	}

Modified: trunk/dports/python/py25-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy/Portfile	2008-03-15 15:14:24 UTC (rev 35046)
+++ trunk/dports/python/py25-sqlalchemy/Portfile	2008-03-15 15:23:20 UTC (rev 35047)
@@ -22,3 +22,14 @@
 			rmd160 1bd80cf106dd3d572ba26974dc6bc3f52109f820
 
 depends_lib		port:py25-setuptools
+
+post-destroot {
+	# Install example files not installed by the Makefile
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
+	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
+	}
+}

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


More information about the macports-changes mailing list