[106513] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed May 29 01:11:14 PDT 2013


Revision: 106513
          https://trac.macports.org/changeset/106513
Author:   jmr at macports.org
Date:     2013-05-29 01:11:13 -0700 (Wed, 29 May 2013)
Log Message:
-----------
py26-bzr-git: use unified portgroup, license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-bzr-git/Portfile

Added Paths:
-----------
    trunk/dports/python/py-bzr-git/

Removed Paths:
-------------
    trunk/dports/python/py26-bzr-git/

Modified: trunk/dports/python/py-bzr-git/Portfile
===================================================================
--- trunk/dports/python/py26-bzr-git/Portfile	2013-05-28 22:01:37 UTC (rev 106507)
+++ trunk/dports/python/py-bzr-git/Portfile	2013-05-29 08:11:13 UTC (rev 106513)
@@ -1,13 +1,15 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python26 1.0
+PortGroup         python 1.0
 
-name              py26-bzr-git
+name              py-bzr-git
 version           0.5.2
 categories-append devel
+license           GPL-3+
 maintainers       nomaintainer
 platforms         darwin
+supported_archs   noarch
 description       A plugin for bzr to work with git trees.
 long_description  ${description} All operations except \"push\" are supported.
 
@@ -19,8 +21,13 @@
                   sha1    dcac5ec9732071b9884a3e99e60d9a2f9e8e837e \
                   rmd160  c970beeb872a570a7bb52c3f31ec2f05deb12251
 
-depends_lib-append  port:py26-dulwich
+python.versions   26
 
-livecheck.type    regex
-livecheck.url     ${homepage}/+download
-livecheck.regex   {bzr-git-(\d+(?:\.\d+)*).tar.gz}
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-dulwich
+    livecheck.type    none
+} else {
+    livecheck.type    regex
+    livecheck.url     ${homepage}/+download
+    livecheck.regex   {bzr-git-(\d+(?:\.\d+)*).tar.gz}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130529/a3f318fa/attachment.html>


More information about the macports-changes mailing list