Ticket #30454: Portfile

File Portfile, 1.0 KB (added by gavin.har@…, 13 years ago)

py27-flask portfile

Line 
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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-flask
8version             0.7.2
9platforms           darwin
10maintainers         openmaintainer
11license             BSD
12supported_archs     noarch
13
14description         microframework for Python based on Werkzeug and Jinja2
15
16long_description    Flask is a ${description}, intended for small-scale applications
17
18homepage            http://flask.pocoo.org/
19master_sites        http://pypi.python.org/packages/source/F/Flask/
20distname            Flask-${version}
21
22checksums           sha1    264448ebca80424479968a6eae80f8d8f712b265 \
23                    rmd160  60dd15a45e4d8a3ba49564c0a5acc02877dafa6f
24
25depends_lib-append  port:py27-jinja2 \
26                    port:py27-werkzeug
27
28livecheck.type      regex
29livecheck.url       [lindex ${master_sites} 0]
30livecheck.regex     Flask-(\[0-9.\]+)${extract.suffix}