Ticket #31206: py-markupsafe.diff
File py-markupsafe.diff, 886 bytes (added by jmroot (Joshua Root), 13 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python 271.04 PortGroup python 1.0 5 5 6 name py 27-markupsafe6 name py-markupsafe 7 7 version 0.15 8 8 maintainers perry openmaintainer 9 9 platforms darwin … … 17 17 livecheck.type regex 18 18 livecheck.url ${homepage} 19 19 20 depends_build-append port:py27-distribute 20 python.versions 24 25 26 27 21 python.default_version 27 21 22 23 if {$subport != $name} { 24 depends_build-append port:py${python.version}-distribute 25 } 26 22 27 distname MarkupSafe-${version} 23 28 master_sites http://pypi.python.org/packages/source/M/MarkupSafe/ 24 29