[82072] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Aug 7 03:31:47 PDT 2011


Revision: 82072
          http://trac.macports.org/changeset/82072
Author:   jmr at macports.org
Date:     2011-08-07 03:31:47 -0700 (Sun, 07 Aug 2011)
Log Message:
-----------
unify py*-macholib

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

Removed Paths:
-------------
    trunk/dports/python/py25-macholib/
    trunk/dports/python/py26-macholib/
    trunk/dports/python/py27-macholib/

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2011-08-07 10:25:38 UTC (rev 82071)
+++ trunk/dports/python/py-macholib/Portfile	2011-08-07 10:31:47 UTC (rev 82072)
@@ -1,13 +1,15 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem		1.0
-PortGroup		python24 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name			py-macholib
-version			1.4.1
-categories-append	devel
-maintainers		jwa openmaintainer
-description		Mach-O header analysis and editing
+name                py-macholib
+version             1.4.2
+categories-append   devel
+license             MIT
+maintainers         jmr openmaintainer
+description         Mach-O header analysis and editing
 long_description \
     macholib can be used to analyze and edit Mach-O headers, the executable \
     format used by Mac OS X. \
@@ -16,19 +18,23 @@
     Though this tool targets a platform specific file format, it is pure \
     python code that is platform and endian independent.
 
-platforms		darwin
-supported_archs		noarch
+platforms           darwin
+supported_archs     noarch
 
-homepage		http://undefined.org/python/#macholib
-master_sites		http://cheeseshop.python.org/packages/source/m/macholib/
-distname		macholib-${version}
+homepage            http://undefined.org/python/#macholib
+master_sites        http://pypi.python.org/packages/source/m/macholib/
+distname            macholib-${version}
 
-depends_lib-append	port:py-modulegraph
+checksums           md5     2bd35d87ba6782f00633836105aeb798 \
+                    sha1    3ea58d162b95f008235419e48e14247c154ba02b \
+                    rmd160  f1c26559ce2bb78c79c76855fdef94242011db84
 
-checksums           md5     0081b6adcdea7c4c8260f75d103d3288 \
-                    sha1    18024efabd97a24f1b2bec0c2fece7e8a0170a03 \
-                    rmd160  4a44823e58d2084d919cf70f4e0d2fda560aebd4
+python.versions     24 25 26 27
 
-livecheck.type	regex
-livecheck.url	http://cheeseshop.python.org/pypi/macholib/
-livecheck.regex	macholib (1\.\[0-9.\]+)
+if {$subport != $name} {
+    depends_lib     port:py${python.version}-modulegraph
+}
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/macholib/
+livecheck.regex     {macholib ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110807/f235aa3d/attachment-0001.html>


More information about the macports-changes mailing list