[59464] trunk/dports/python/py-flup/Portfile

lightnin at macports.org lightnin at macports.org
Thu Oct 15 06:24:09 PDT 2009


Revision: 59464
          http://trac.macports.org/changeset/59464
Author:   lightnin at macports.org
Date:     2009-10-15 06:24:06 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
Updated non-maintained, outdated py-flup to latest version 1.0.3.dev.20090716.

Modified Paths:
--------------
    trunk/dports/python/py-flup/Portfile

Modified: trunk/dports/python/py-flup/Portfile
===================================================================
--- trunk/dports/python/py-flup/Portfile	2009-10-15 13:15:31 UTC (rev 59463)
+++ trunk/dports/python/py-flup/Portfile	2009-10-15 13:24:06 UTC (rev 59464)
@@ -1,22 +1,25 @@
+# -*- 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			python24 1.0
-name				py-flup
-version				0.5
-categories-append		www
-maintainers			nomaintainer
-description			Flup is a random collection of WSGI servers and middleware.
-long_description		Flup offer three sets of WSGI \
-				servers/gateways, which speak AJP 1.3, \
-				FastCGI, and SCGI. Each server comes in two \
-				flavors: a threaded version, and a forking \
-				version.
+PortSystem          1.0
+PortGroup           python24 1.0
 
-platforms			darwin
+name                py-flup
+version             1.0.3
+categories          python www
+platforms           darwin
+maintainers         lightnin
+description         Flup is a random collection of WSGI servers and \
+                    middleware.
+long_description    Flup offer three sets of WSGI servers/gateways, which \
+                    speak AJP 1.3, FastCGI, and SCGI. Each server comes in \
+                    two flavors: a threaded version, and a forking version.
 
-homepage			http://www.saddi.com/software/flup/
-master_sites			http://www.saddi.com/software/flup/dist/
-distname			flup-r2030
+homepage            http://www.saddi.com/software/flup
+master_sites        http://pypi.python.org/packages/source/f/flup/
+distname            flup-${version}.dev-20090716
+checksums           md5 087ddf678a921313b21b90570f54eb42 \
+                    sha1 d8436e0a2a93ef43f61e571be3df69ca6fb74483 \
+                    rmd160 9215835160e6a1c2a7fcf4a43ae4b673a06a6a12
 
-checksums			sha1 4b09ac42b8d947d2326b8d60078c841f1a6eb8b5
+depends_lib         port:py-setuptools
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/986312c1/attachment.html>


More information about the macports-changes mailing list