# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 set _name WTForms set _n [string index ${_name} 0] name py-wtforms version 2.0.1 categories-append devel www platforms darwin license BSD maintainers nomaintainer description Forms validation and rendering library for Python \ web development long_description ${description} homepage http://wtforms.simplecodes.com/ master_sites pypi:${_n}/${_name} \ https://b.pypi.python.org/packages/source/${_n}/${_name} distname ${_name}-${version} use_zip yes checksums rmd160 f509df447f3cc6a55bdc0bd40ee1f9e4715e0023 \ sha256 62859c74be4683601b5265ba83b9babd8a8f1cdd0ba31600fa1e70d295cd4ed2 python.versions 27 34 if {${name} eq ${subport}} { livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" } else { depends_build port:py${python.version}-setuptools livecheck.type none }