[107419] trunk/dports/python/py-django-debug-toolbar/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 27 21:04:24 PDT 2013


Revision: 107419
          https://trac.macports.org/changeset/107419
Author:   jmr at macports.org
Date:     2013-06-27 21:04:24 -0700 (Thu, 27 Jun 2013)
Log Message:
-----------
py-django-debug-toolbar: update to 0.9.4, add py27 version

Modified Paths:
--------------
    trunk/dports/python/py-django-debug-toolbar/Portfile

Modified: trunk/dports/python/py-django-debug-toolbar/Portfile
===================================================================
--- trunk/dports/python/py-django-debug-toolbar/Portfile	2013-06-28 03:13:56 UTC (rev 107418)
+++ trunk/dports/python/py-django-debug-toolbar/Portfile	2013-06-28 04:04:24 UTC (rev 107419)
@@ -4,31 +4,31 @@
 PortGroup           python 1.0
 
 name                py-django-debug-toolbar
-version             0.8.1
+version             0.9.4
 categories-append   www
 license             BSD
 platforms           darwin
 supported_archs     noarch
 maintainers         nomaintainer
-homepage            http://github.com/robhudson/django-debug-toolbar
+homepage            https://github.com/django-debug-toolbar/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/
+master_sites        https://pypi.python.org/packages/source/d/django-debug-toolbar/
 distname            django-debug-toolbar-${version}
-checksums           md5     6b18cdb479d9414beb9c378779ffd8d1 \
-                    sha1    3b972ec6861d5b0ae33e13327d58bb1015e96880 \
-                    rmd160  090be6b91a999b68aecb7d2561c3d6cc9845eed3
+checksums           md5    85c1c70a31f0a3a646a603214d235e9f \
+                    rmd160 ef7b0db00f1640787e6fefa611ae4e8643d5e7a3 \
+                    sha256 d6bc217b672ddf0e729f76da2df1d4a50d45f1c934239851f7f7ae6a51201f4b
 
-python.versions     26
+python.versions     26 27
 
 if {$subport != $name} {
-    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-setuptools
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       http://pypi.python.org/pypi/django-debug-toolbar
+    livecheck.url       https://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/20130627/40e50259/attachment.html>


More information about the macports-changes mailing list