New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82241


Ignore:
Timestamp:
08/11/11 06:38:25 (4 years ago)
Author:
eborisch@…
Message:

py2[567]-pydicom: Move to python portgroup
py24-pydicom: New port

Location:
trunk/dports/python
Files:
2 deleted
1 edited
1 moved

Legend:

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

    r80008 r82241  
    33 
    44PortSystem          1.0 
    5 PortGroup           python27 1.0 
     5PortGroup           python 1.0 
    66 
    7 name                py27-pydicom 
     7name                py-pydicom 
    88version             0.9.5 
     9python.versions     24 25 26 27 
     10python.default_version 27 
    911revision            2 
    1012platforms           darwin 
     
    3032                    rmd160  d6f80a0fd632714359eb24b79b15a01aed16e570 
    3133 
    32 # Patches from upstream revision 156044badd: 
    33 # See http://code.google.com/p/pydicom/issues/detail?id=96 
    34 patchfiles          patch-dicom-UID.py.diff \ 
    35                     patch-dicom-test-_write_stds.py.diff \ 
    36                     patch-dicom-test-test_UID.py.diff 
     34if {${subport} != ${name}} { 
     35    # Patches from upstream revision 156044badd: 
     36    # See http://code.google.com/p/pydicom/issues/detail?id=96 
     37    patchfiles          patch-dicom-UID.py.diff \ 
     38                        patch-dicom-test-_write_stds.py.diff \ 
     39                        patch-dicom-test-test_UID.py.diff 
    3740 
    38 # Patches from upstream revision 861d859b4f: 
    39 # See http://code.google.com/p/pydicom/issues/detail?id=97 
    40 patchfiles-append   patch-dicom-filereader.py.diff 
     41    # Patches from upstream revision 861d859b4f: 
     42    # See http://code.google.com/p/pydicom/issues/detail?id=97 
     43    patchfiles-append   patch-dicom-filereader.py.diff 
    4144 
    42 depends_lib-append  port:py27-numpy 
     45    if {${python.version} != 24} { 
     46        set depversion      py${python.version} 
     47    } else { 
     48        set depversion      py  
     49    } 
     50 
     51    depends_lib-append  port:${depversion}-numpy 
     52} 
    4353 
    4454livecheck.regex       {pydicom-(\d+(?:\.\d+)*).tar.gz} 
Note: See TracChangeset for help on using the changeset viewer.