New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82072


Ignore:
Timestamp:
08/07/11 03:31:47 (4 years ago)
Author:
jmr@…
Message:

unify py*-macholib

Location:
trunk/dports/python
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-macholib/Portfile

    r78768 r82072  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem              1.0 
    4 PortGroup               python24 1.0 
     4PortSystem          1.0 
     5PortGroup           python 1.0 
    56 
    6 name                    py-macholib 
    7 version                 1.4.1 
    8 categories-append       devel 
    9 maintainers             jwa openmaintainer 
    10 description             Mach-O header analysis and editing 
     7name                py-macholib 
     8version             1.4.2 
     9categories-append   devel 
     10license             MIT 
     11maintainers         jmr openmaintainer 
     12description         Mach-O header analysis and editing 
    1113long_description \ 
    1214    macholib can be used to analyze and edit Mach-O headers, the executable \ 
     
    1719    python code that is platform and endian independent. 
    1820 
    19 platforms               darwin 
    20 supported_archs         noarch 
     21platforms           darwin 
     22supported_archs     noarch 
    2123 
    22 homepage                http://undefined.org/python/#macholib 
    23 master_sites            http://cheeseshop.python.org/packages/source/m/macholib/ 
    24 distname                macholib-${version} 
     24homepage            http://undefined.org/python/#macholib 
     25master_sites        http://pypi.python.org/packages/source/m/macholib/ 
     26distname            macholib-${version} 
    2527 
    26 depends_lib-append      port:py-modulegraph 
     28checksums           md5     2bd35d87ba6782f00633836105aeb798 \ 
     29                    sha1    3ea58d162b95f008235419e48e14247c154ba02b \ 
     30                    rmd160  f1c26559ce2bb78c79c76855fdef94242011db84 
    2731 
    28 checksums           md5     0081b6adcdea7c4c8260f75d103d3288 \ 
    29                     sha1    18024efabd97a24f1b2bec0c2fece7e8a0170a03 \ 
    30                     rmd160  4a44823e58d2084d919cf70f4e0d2fda560aebd4 
     32python.versions     24 25 26 27 
    3133 
    32 livecheck.type  regex 
    33 livecheck.url   http://cheeseshop.python.org/pypi/macholib/ 
    34 livecheck.regex macholib (1\.\[0-9.\]+) 
     34if {$subport != $name} { 
     35    depends_lib     port:py${python.version}-modulegraph 
     36} 
     37 
     38livecheck.type      regex 
     39livecheck.url       http://pypi.python.org/pypi/macholib/ 
     40livecheck.regex     {macholib ([0-9.]+)} 
Note: See TracChangeset for help on using the changeset viewer.