Ticket #31206: py-markupsafe.diff

File py-markupsafe.diff, 886 bytes (added by jmroot (Joshua Root), 13 years ago)
  • Portfile

     
    11# $Id$
    22
    33PortSystem              1.0
    4 PortGroup               python27 1.0
     4PortGroup               python 1.0
    55
    6 name                    py27-markupsafe
     6name                    py-markupsafe
    77version                 0.15
    88maintainers             perry openmaintainer
    99platforms               darwin
     
    1717livecheck.type          regex
    1818livecheck.url           ${homepage}
    1919
    20 depends_build-append    port:py27-distribute
     20python.versions         24 25 26 27
     21python.default_version  27
    2122
     23if {$subport != $name} {
     24    depends_build-append    port:py${python.version}-distribute
     25}
     26
    2227distname                MarkupSafe-${version}
    2328master_sites            http://pypi.python.org/packages/source/M/MarkupSafe/
    2429