Ticket #14464: sqlalchemy.diff
File sqlalchemy.diff, 2.9 KB (added by ebgssth@…, 17 years ago) |
---|
-
py-sqlalchemy/Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-sqlalchemy 7 version 0.4. 38 revision 17 version 0.4.4 8 revision 0 9 9 categories python 10 10 platforms darwin 11 11 maintainers landonf@macports.org … … 17 17 homepage http://www.sqlalchemy.org 18 18 master_sites sourceforge:sqlalchemy 19 19 distname SQLAlchemy-${version} 20 checksums md5 f 0a1401ab11246d59a535206e5043c65\21 sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe\22 rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d20 checksums md5 ff8ec0cfda50563575f1cfaa07764554 \ 21 sha1 268ec297d5607b4401887bf802afa95a8967572d \ 22 rmd160 1bd80cf106dd3d572ba26974dc6bc3f52109f820 23 23 depends_lib port:py-setuptools 24 24 25 25 post-destroot { 26 26 # Install example files not installed by the Makefile 27 foreach f [glob -directory ${worksrcpath}/doc *] {28 copy $f ${destroot}${prefix}/share/doc/${name}/$f29 }30 foreach f [glob -directory ${worksrcpath}/examples *] {31 copy $f ${destroot}${prefix}/share/doc/${name}/examples/$f32 }27 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples 29 eval copy [glob ${worksrcpath}/doc/*] \ 30 ${destroot}${prefix}/share/doc/${name} 31 eval copy [glob ${worksrcpath}/examples/*] \ 32 ${destroot}${prefix}/share/doc/${name}/examples 33 33 } -
py25-sqlalchemy/Portfile
4 4 PortGroup python25 1.0 5 5 6 6 name py25-sqlalchemy 7 version 0.4. 38 revision 17 version 0.4.4 8 revision 0 9 9 categories python 10 10 platforms darwin 11 11 maintainers stechert@macports.org … … 17 17 homepage http://www.sqlalchemy.org 18 18 master_sites sourceforge:sqlalchemy 19 19 distname SQLAlchemy-${version} 20 checksums md5 f 0a1401ab11246d59a535206e5043c65\21 sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe\22 rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d20 checksums md5 ff8ec0cfda50563575f1cfaa07764554 \ 21 sha1 268ec297d5607b4401887bf802afa95a8967572d \ 22 rmd160 1bd80cf106dd3d572ba26974dc6bc3f52109f820 23 23 depends_lib port:py25-setuptools 24 24 25 25 post-destroot { 26 26 # Install example files not installed by the Makefile 27 foreach f [glob -directory ${worksrcpath}/doc *] {28 copy $f ${destroot}${prefix}/share/doc/${name}/$f29 }30 foreach f [glob -directory ${worksrcpath}/examples *] {31 copy $f ${destroot}${prefix}/share/doc/${name}/examples/$f32 }27 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples 29 eval copy [glob ${worksrcpath}/doc/*] \ 30 ${destroot}${prefix}/share/doc/${name} 31 eval copy [glob ${worksrcpath}/examples/*] \ 32 ${destroot}${prefix}/share/doc/${name}/examples 33 33 }