# -*- 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

PortSystem              1.0
PortGroup               python 1.0

name                    py-webhelpers
python.rootname         WebHelpers
version                 1.3
revision                0
epoch                   2
maintainers             nomaintainer
platforms               {darwin any}
supported_archs         noarch

description             Web Helpers is a library of helper functions intended \
                        to make writing web applications easier.
long_description        {*}${description} It's the standard function library for \
                        Pylons and TurboGears 2, but can be used with any web \
                        framework.
license                 BSD

homepage                https://pypi.python.org/pypi/WebHelpers/
checksums               rmd160  9df2b54f2fefba26aaf668a92ee9c8a94ebe87ac \
                        sha256  ea86f284e929366b77424ba9a89341f43ae8dee3cbeb8702f73bcf86058aa583

python.versions         27

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    depends_lib-append  port:py${python.version}-markupsafe

    livecheck.type      none
}
