[97834] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Sep 17 01:29:15 PDT 2012


Revision: 97834
          http://trac.macports.org//changeset/97834
Author:   jmr at macports.org
Date:     2012-09-17 01:29:15 -0700 (Mon, 17 Sep 2012)
Log Message:
-----------
py*-dulwich: unify, update to 0.8.5 (#35262)

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

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

Removed Paths:
-------------
    trunk/dports/python/py26-dulwich/
    trunk/dports/python/py27-dulwich/

Modified: trunk/dports/python/py-dulwich/Portfile
===================================================================
--- trunk/dports/python/py27-dulwich/Portfile	2012-09-17 01:52:04 UTC (rev 97826)
+++ trunk/dports/python/py-dulwich/Portfile	2012-09-17 08:29:15 UTC (rev 97834)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-dulwich
-version             0.8.3
+name                py-dulwich
+version             0.8.5
 categories          python devel
-maintainers         nomaintainer
+maintainers         yahoo.com.au:mail_ben_schmidt openmaintainer
 description         Pure-Python Git Library
 long_description    Simple Pure-Python implementation of the Git file \
                     formats and protocols. Dulwich is the place where \
@@ -18,10 +18,16 @@
 license             GPL-2+
 distname            dulwich-${version}
 
-checksums           rmd160  915ad05a7653d88439c287b1a49a2e44122fdcf8 \
-                    sha256  ba7df4b4715b5f3ba9b64a9136c560303c76fa76f9f82a2d381d6eb840c247af
+checksums           rmd160 37381881d08bae0c6ed353d5c6edbb179828641c \
+                    sha256 546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
 
-patchfiles          patch-strnlen-lion.diff
+python.versions     26 27
 
-build.target-append build_ext
-build.args          --inplace
+if {$subport != $name} {
+    patchfiles      patch-strnlen-lion.diff
+
+    build.target-append build_ext
+    build.args          --inplace
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120917/084e464d/attachment.html>


More information about the macports-changes mailing list