Ticket #31232: Portfile

File Portfile, 1.2 KB (added by singingwolfboy@…, 13 years ago)

Unified py*-beaker port

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: Portfile 78753 2011-05-21 14:00:08Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                py-beaker
8version             1.5.4
9python.versions     24 25 26 27
10categories-append   www
11maintainers         openmaintainer akitada
12supported_archs     noarch
13
14description         Session WSGI Middleware
15long_description    Beaker is a simple WSGI middleware to use the \
16                    Myghty Container API.
17
18platforms           darwin
19
20homepage            http://beaker.groovie.org
21master_sites        http://cheeseshop.python.org/packages/source/B/Beaker/
22distname            Beaker-${version}
23
24depends_lib         port:py${python.version}-distribute \
25                    port:py${python.version}-myghtyutils
26
27checksums           md5     de84e7511119dc0b8eb4ac177d3e2512 \
28                    sha1    72a696854e36e2ea92f4535209e4538baf06caa0 \
29                    rmd160  a60e052a362a6fbf0d3564caaff625879fdef37f
30
31livecheck.type      regex
32livecheck.url       ${master_sites}
33livecheck.regex     "Beaker-(\\d+(?:\\.\\d+)*)${extract.suffix}"