Ticket #20226: py25-flup.diff

File py25-flup.diff, 2.5 KB (added by cfedermann (Christian Federmann), 15 years ago)

Unified diff to update py25-flup 1.0.1 to 1.0.3

  • Portfile

    old new  
    11# -*- 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 53252 2009-07-01 23:26:00Z macsforever2000@macports.org $
     2# $Id$
    33
    4 PortSystem                      1.0
    5 PortGroup                       python25 1.0
     4PortSystem          1.0
     5PortGroup           python25 1.0
    66
    7 name                            py25-flup
    8 version                         1.0.1
    9 categories                      python www
    10 maintainers                     gmail.com:michael.dagitses
    11 platforms                       darwin
    12 
    13 description                     Flup is a random collection of WSGI servers and middleware.
    14 long_description                Flup offer three sets of WSGI \
    15                                 servers/gateways, which speak AJP 1.3, \
    16                                 FastCGI, and SCGI. Each server comes in two \
    17                                 flavors: a threaded version, and a forking \
    18                                 version.
    19 
    20 distname                        flup-${version}
    21 worksrcdir                      flup-${version}
    22 
    23 homepage                        http://www.saddi.com/software/flup
    24 master_sites                    http://www.saddi.com/software/flup/dist/
    25 
    26 checksums                       md5 414181781fb0923f884a38503e8e56da \
    27                                 sha1 22f57848e06d00cafbd056235d49c3a4a4cdc6f9 \
    28                                 rmd160 f46cc4f03a2a64abbff454b879c4e84d267318b6
    29  No newline at end of file
     7name                py25-flup
     8version             1.0.3
     9categories          python www
     10platforms           darwin
     11maintainers         cfedermann@gmail.com
     12description         Flup is a random collection of WSGI servers and \
     13                    middleware.
     14long_description    Flup offer three sets of WSGI servers/gateways, which \
     15                    speak AJP 1.3, FastCGI, and SCGI. Each server comes in \
     16                    two flavors: a threaded version, and a forking version.
     17
     18homepage            http://www.saddi.com/software/flup
     19master_sites        http://pypi.python.org/packages/source/f/flup/
     20distname            flup-${version}.dev-20090612
     21checksums           md5 ec3b6bbdfb697536274f605256cddb62 \
     22                    sha1 12da63a23d5e35178a1c2cd21ccb8b74d7d9db76 \
     23                    rmd160 9a1a90c64a21669b47f98737f1cb81aa40ecc261
     24 No newline at end of file