Changeset 99515


Ignore:
Timestamp:
Nov 8, 2012, 9:48:28 AM (11 years ago)
Author:
stromnov@…
Message:

py-markupsafe: reformat, add modeline, update homepage, add py3x subports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-markupsafe/Portfile

    r84379 r99515  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    3 PortSystem              1.0
    4 PortGroup               python 1.0
     4PortSystem          1.0
     5PortGroup           python 1.0
    56
    6 name                    py-markupsafe
    7 version                 0.15
    8 maintainers             perry openmaintainer
    9 platforms               darwin
     7name                py-markupsafe
     8version             0.15
     9revision            0
     10categories-append   textproc
     11license             BSD
     12platforms           darwin
     13supported_archs     noarch
    1014
    11 description             Implements a XML/HTML/XHTML Markup safe string for Python
    12 long_description        ${description}
    13 license                 BSD
    14 homepage                http://pypi.python.org/pypi/MarkupSafe/
     15maintainers         perry openmaintainer
    1516
    16 livecheck.regex         {>MarkupSafe (.+) :}
    17 livecheck.type          regex
    18 livecheck.url           ${homepage}
     17description         Implements a XML/HTML/XHTML Markup safe string for Python
     18long_description    ${description}
    1919
    20 python.versions         24 25 26 27
     20homepage            http://www.pocoo.org/projects/markupsafe/
     21master_sites        http://pypi.python.org/packages/source/M/MarkupSafe/
     22
     23distname            MarkupSafe-${version}
     24
     25checksums           rmd160  862475bb620c6b92be74a8daa2eafe09a488fcb8 \
     26                    sha256  339ec04d20ad9cdccbfe9f38dce6182cc504ce789e5d0f9647eaa752f0f95300
     27
    2128python.default_version  27
     29python.versions     24 25 26 27 32 33
    2230
    2331if {$subport != $name} {
     
    2533}
    2634
    27 distname                MarkupSafe-${version}
    28 master_sites            http://pypi.python.org/packages/source/M/MarkupSafe/
    29 
    30 checksums               rmd160 862475bb620c6b92be74a8daa2eafe09a488fcb8
     35livecheck.type      regex
     36livecheck.url       ${master_sites}
     37livecheck.regex     "MarkupSafe-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Note: See TracChangeset for help on using the changeset viewer.