[74881] trunk/dports/python

lightnin at macports.org lightnin at macports.org
Wed Jan 5 04:21:39 PST 2011


Revision: 74881
          http://trac.macports.org/changeset/74881
Author:   lightnin at macports.org
Date:     2011-01-05 04:21:31 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
Added flup port for Python 2.7, replaced setuptools dependency by distribute.

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

Added Paths:
-----------
    trunk/dports/python/py27-flup/
    trunk/dports/python/py27-flup/Portfile

Modified: trunk/dports/python/py-flup/Portfile
===================================================================
--- trunk/dports/python/py-flup/Portfile	2011-01-05 12:09:06 UTC (rev 74880)
+++ trunk/dports/python/py-flup/Portfile	2011-01-05 12:21:31 UTC (rev 74881)
@@ -22,5 +22,5 @@
                     sha1 b80b3df5845c23c39633d5ddbe3ca9010a49b3ae \
                     rmd160 7fa70d43e6a6055b159cfabd9f0a7e872ca8442b
 
-depends_lib         port:py-setuptools
+depends_lib         port:py-distribute
 

Added: trunk/dports/python/py27-flup/Portfile
===================================================================
--- trunk/dports/python/py27-flup/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-flup/Portfile	2011-01-05 12:21:31 UTC (rev 74881)
@@ -0,0 +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           python27 1.0
+
+name                py27-flup
+version             1.0.3.dev-20100525
+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://pypi.python.org/packages/source/f/flup/
+distname            flup-${version}
+checksums           md5 a9ca8413888fd0cde81ec3258e61d8bb \
+                    sha1 b80b3df5845c23c39633d5ddbe3ca9010a49b3ae \
+                    rmd160 7fa70d43e6a6055b159cfabd9f0a7e872ca8442b
+
+depends_lib         port:py27-distribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/e8fa71b5/attachment.html>


More information about the macports-changes mailing list