[91383] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Mar 30 20:53:33 PDT 2012


Revision: 91383
          https://trac.macports.org/changeset/91383
Author:   singingwolfboy at macports.org
Date:     2012-03-30 20:53:33 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
py-webob: unified ports, updated to 1.1.1

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

Added Paths:
-----------
    trunk/dports/python/py-webob/

Removed Paths:
-------------
    trunk/dports/python/py25-webob/
    trunk/dports/python/py26-webob/
    trunk/dports/python/py27-webob/

Modified: trunk/dports/python/py-webob/Portfile
===================================================================
--- trunk/dports/python/py27-webob/Portfile	2012-03-31 03:07:02 UTC (rev 91380)
+++ trunk/dports/python/py-webob/Portfile	2012-03-31 03:53:33 UTC (rev 91383)
@@ -2,12 +2,15 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
 name                py27-webob
-version             1.1
+set real_name       WebOb
+version             1.1.1
+python.versions     25 26 27
+python.default_version  27
 categories-append   www
-maintainers         nomaintainer
+maintainers         singingwolfboy openmaintainer
 description         WSGI request and response object.
 long_description    \
     WebOb provides wrappers around the WSGI request environment, and an \
@@ -20,12 +23,12 @@
 platforms           darwin
 
 homepage            http://pythonpaste.org/webob/
-master_sites        http://pypi.python.org/packages/source/W/WebOb/
-distname            WebOb-${version}
+master_sites        http://pypi.python.org/packages/source/W/${real_name}/
+distname            ${real_name}-${version}
 use_zip             yes
+checksums           rmd160  39284620aee3dc7e4063fb36a6298f25d3d7d6e9 \
+                    sha256  21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6
 
-checksums           md5     8decad0ecf05577321543e7953aa9030 \
-                    sha1    9e4fc940f0d0f4c2df6b0920ad161e38de5852bc \
-                    rmd160  97a598f9c7df05c2b5643cf190b9f85f3fa13189
-
-depends_lib         port:py27-distribute
+if {$name != $subport} {
+    depends_lib         port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/49152e92/attachment.html>


More information about the macports-changes mailing list