[62377] trunk/dports/python

alakazam at macports.org alakazam at macports.org
Tue Jan 5 10:05:39 PST 2010


Revision: 62377
          http://trac.macports.org/changeset/62377
Author:   alakazam at macports.org
Date:     2010-01-05 10:05:37 -0800 (Tue, 05 Jan 2010)
Log Message:
-----------
Add portfile for the Django debug toolbar.

Added Paths:
-----------
    trunk/dports/python/py26-django-debug-toolbar/
    trunk/dports/python/py26-django-debug-toolbar/Portfile

Added: trunk/dports/python/py26-django-debug-toolbar/Portfile
===================================================================
--- trunk/dports/python/py26-django-debug-toolbar/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-django-debug-toolbar/Portfile	2010-01-05 18:05:37 UTC (rev 62377)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-django-debug-toolbar
+version             0.8.1
+categories-append   www
+platforms           darwin
+maintainers         alakazam
+homepage            http://github.com/robhudson/django-debug-toolbar
+description         Configurable debug information for the Django Framework.
+long_description    A configurable set of panels for the Django Framework \
+                    that display various debug information about the current \
+                    request/response.
+
+master_sites        http://pypi.python.org/packages/source/d/django-debug-toolbar/
+distname            django-debug-toolbar-${version}
+checksums           md5     6b18cdb479d9414beb9c378779ffd8d1 \
+                    sha1    3b972ec6861d5b0ae33e13327d58bb1015e96880 \
+                    rmd160  090be6b91a999b68aecb7d2561c3d6cc9845eed3
+
+depends_lib-append  port:py26-setuptools
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/django-debug-toolbar
+livecheck.regex     "django-debug-toolbar (0\.\[0-9\]+\.\[0-9\]+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100105/25735711/attachment.html>


More information about the macports-changes mailing list