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