[106948] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Jun 12 06:52:31 PDT 2013


Revision: 106948
          https://trac.macports.org/changeset/106948
Author:   jmr at macports.org
Date:     2013-06-12 06:52:31 -0700 (Wed, 12 Jun 2013)
Log Message:
-----------
py25-baz: use unified portgroup, license, noarch

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

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

Removed Paths:
-------------
    trunk/dports/python/py25-baz/

Modified: trunk/dports/python/py-baz/Portfile
===================================================================
--- trunk/dports/python/py25-baz/Portfile	2013-06-12 06:37:10 UTC (rev 106937)
+++ trunk/dports/python/py-baz/Portfile	2013-06-12 13:52:31 UTC (rev 106948)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python25 1.0
+PortGroup         python 1.0
 
-name              py25-baz
+name              py-baz
 version           1.5.3
 categories-append devel
+license           GPL-2+
 platforms         darwin
+supported_archs   noarch
 maintainers       nomaintainer
 
 description       Python bindings for the Baz revision control system
@@ -20,10 +22,14 @@
                   sha1 fdd08059dc098ce989c06823843682212d8e1d1a \
                   rmd160 0aa1ba14400a9e1db30ba68959c4a64ff81313a6
 
-depends_lib-append  port:bazaar
+python.versions   25
 
-universal_variant no
+if {$subport != $name} {
+    depends_lib-append  port:bazaar
 
-livecheck.type    regex
-livecheck.url     ${homepage}
-livecheck.regex   {PyBaz ([0-9]+\.[0-9]+\.[0-9]+) was released}
+    livecheck.type    none
+} else {
+    livecheck.type    regex
+    livecheck.url     ${homepage}
+    livecheck.regex   {PyBaz ([0-9]+\.[0-9]+\.[0-9]+) was released}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130612/2c23aa6a/attachment.html>


More information about the macports-changes mailing list