[69406] trunk/dports/python

perry at macports.org perry at macports.org
Sat Jul 3 16:02:40 PDT 2010


Revision: 69406
          http://trac.macports.org/changeset/69406
Author:   perry at macports.org
Date:     2010-07-03 16:02:40 -0700 (Sat, 03 Jul 2010)
Log Message:
-----------
Add new port python/py26-repoze.what-quickstart.

Added Paths:
-----------
    trunk/dports/python/py26-repoze.what-quickstart/
    trunk/dports/python/py26-repoze.what-quickstart/Portfile

Added: trunk/dports/python/py26-repoze.what-quickstart/Portfile
===================================================================
--- trunk/dports/python/py26-repoze.what-quickstart/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-repoze.what-quickstart/Portfile	2010-07-03 23:02:40 UTC (rev 69406)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               python26 1.0
+
+name                    py26-repoze.what-quickstart
+version                 1.0.8
+maintainers             perry openmaintainer
+platforms               darwin
+
+description             This plugin allows you to take advantage of a rather \
+                        simple, and usual, authentication and authorization \
+                        setup, in which the users' data, the groups and the \
+                        permissions used in the application are all stored in \
+                        a SQLAlchemy or Elixir-managed database.
+long_description        ${description}
+license                 BSD
+homepage                http://pypi.python.org/pypi/repoze.what-quickstart/
+
+livecheck.regex         {repoze.what-quickstart (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
+
+depends_build-append    port:py26-distribute
+depends_lib-append \
+    port:py26-repoze.what \
+    port:py26-repoze.what.plugins.sql \
+    port:py26-repoze.who \
+    port:py26-repoze.who-friendlyform \
+    port:py26-repoze.who.plugins.sa
+
+distname                repoze.what-quickstart-${version}
+master_sites            http://pypi.python.org/packages/source/r/repoze.what-quickstart/
+
+checksums               rmd160 6dcca16f7abc26a59ca8f1e698ae7b2f46d392b6


Property changes on: trunk/dports/python/py26-repoze.what-quickstart/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100703/4c3bd6a6/attachment.html>


More information about the macports-changes mailing list