Ticket #14670: twisted.diff
File twisted.diff, 1.2 KB (added by ebgssth@…, 17 years ago) |
---|
-
py-twisted/Portfile
5 5 6 6 name py-twisted 7 7 version 2.5.0 8 revision 1 8 9 categories python devel net 9 10 maintainers olv.bonnet@free.fr 10 11 description An event-based Python framework for internet applications … … 24 25 25 26 build {} 26 27 28 post-destroot { 29 foreach f [glob -directory ${destroot}/${prefix}/bin *] { 30 move $f ${destroot}${prefix}/bin/[file tail $f]2.4 31 } 32 } 33 27 34 destroot.env "PYTHONPATH=\$PYTHONPATH:${destroot}${python.pkgd}" 28 35 -
py25-twisted/Portfile
5 5 6 6 name py25-twisted 7 7 version 2.5.0 8 revision 1 8 9 categories python devel net 9 10 maintainers stechert@macports.org 10 11 description An event-based Python framework for internet applications … … 24 25 25 26 build {} 26 27 28 post-destroot { 29 foreach f [glob -directory ${destroot}/${prefix}/bin *] { 30 move $f ${destroot}${prefix}/bin/[file tail $f]2.5 31 } 32 } 33 27 34 destroot.env "PYTHONPATH=\$PYTHONPATH:${destroot}${python.pkgd}" 28 35