[89142] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 14:11:22 PST 2012


Revision: 89142
          http://trac.macports.org/changeset/89142
Author:   singingwolfboy at macports.org
Date:     2012-01-19 14:11:22 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*-beaker ports, updated to 1.6.2

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

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

Removed Paths:
-------------
    trunk/dports/python/py-beaker/
    trunk/dports/python/py25-beaker/
    trunk/dports/python/py26-beaker/
    trunk/dports/python/py27-beaker/

Modified: trunk/dports/python/py-beaker/Portfile
===================================================================
--- trunk/dports/python/py27-beaker/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-beaker/Portfile	2012-01-19 22:11:22 UTC (rev 89142)
@@ -2,30 +2,42 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-beaker
-version             1.5.4
+name                py-beaker
+version             1.6.2
+python.versions     24 25 26 27
 categories-append   www
 maintainers         openmaintainer akitada
 supported_archs     noarch
 
-description         Session WSGI Middleware
-long_description    Beaker is a simple WSGI middleware to use the \
-                    Myghty Container API.
+description         A Session and Caching library with WSGI Middleware
+long_description    \
+    Beaker is a web session and general caching library that includes WSGI \
+    middleware for use in web applications. \
+    \
+    As a general caching library, Beaker can handle storing for various times \
+    any Python object that can be pickled with optional back-ends on a fine-\
+    grained basis. \
+    \
+    Beaker was built largely on the code from MyghtyUtils, then refactored and \
+    extended with database support. \
+    \
+    Beaker includes Cache and Session WSGI middleware to ease integration with \
+    WSGI capable frameworks, and is automatically used by Pylons.
 
 platforms           darwin
 
 homepage            http://beaker.groovie.org
-master_sites        http://cheeseshop.python.org/packages/source/B/Beaker/
+master_sites        http://pypi.python.org/packages/source/B/Beaker/
 distname            Beaker-${version}
+checksums           rmd160  884e51529daa9281be61089e0fc5f385aa3849cd \
+                    sha256  23e42350783dc6457f5b771b195f0e47be8605a9a75786cb35e0ecb8c1d430ea
 
-depends_lib         port:py27-distribute
+if {$name != $subport} {
+    depends_lib         port:py${python.version}-distribute
+}
 
-checksums           md5     de84e7511119dc0b8eb4ac177d3e2512 \
-                    sha1    72a696854e36e2ea92f4535209e4538baf06caa0 \
-                    rmd160  a60e052a362a6fbf0d3564caaff625879fdef37f
-
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     "Beaker-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/e49f8f30/attachment-0001.html>


More information about the macports-changes mailing list