[121347] trunk/dports/python/py-dulwich/Portfile

sean at macports.org sean at macports.org
Mon Jun 23 14:56:16 PDT 2014


Revision: 121347
          https://trac.macports.org/changeset/121347
Author:   sean at macports.org
Date:     2014-06-23 14:56:16 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
py-dulwich-devel: remove subport now that upstream has bugfix

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

Modified: trunk/dports/python/py-dulwich/Portfile
===================================================================
--- trunk/dports/python/py-dulwich/Portfile	2014-06-23 21:56:11 UTC (rev 121346)
+++ trunk/dports/python/py-dulwich/Portfile	2014-06-23 21:56:16 UTC (rev 121347)
@@ -17,27 +17,14 @@
                     formats and protocols. Dulwich is the place where \
                     Mr. and Mrs. Git live in one of the Monty Python sketches.
 
-# can't set python.versions before adding custom subports
-subport py27-dulwich-devel {}
+github.setup        jelmer dulwich 0.9.6 dulwich-
+name                py-dulwich
 
-if {[string match "*-devel" $subport]} {
-    github.setup        jelmer dulwich 9bfac4fe159e
-    name                py-dulwich-devel
-    version             0.9.6.99
-    revision            2
+checksums           rmd160  0f2664641e7fa0e5ddce0a4e1be2a3c9abbf0722 \
+                    sha256  adff71c692020e3be5a833391995477db12ee2938999b61482e16669c335db2d
 
-    checksums           rmd160  b3b12a1bf7fe848a2ef3132eba9f872f4ba5566c \
-                        sha256  2a00916431a3a174c04652e5341b2ae54bcf01f83781d29805c8f65a40ab03ea
-} else {
-    github.setup        jelmer dulwich 0.9.6 dulwich-
-    name                py-dulwich
+python.versions     27
 
-    checksums           rmd160  0f2664641e7fa0e5ddce0a4e1be2a3c9abbf0722 \
-                        sha256  adff71c692020e3be5a833391995477db12ee2938999b61482e16669c335db2d
-}
-
-python.versions         27
-
 if {${name} ne ${subport}} {
     conflicts           py${python.version}-dulwich-devel
     if {[string match "*-devel" $subport]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140623/17b081ca/attachment.html>


More information about the macports-changes mailing list