Changeset 82241
- Timestamp:
- 08/11/11 06:38:25 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 1 edited
- 1 moved
-
py-pydicom (moved) (moved from trunk/dports/python/py27-pydicom)
-
py-pydicom/Portfile (modified) (2 diffs)
-
py25-pydicom (deleted)
-
py26-pydicom (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-pydicom/Portfile
r80008 r82241 3 3 4 4 PortSystem 1.0 5 PortGroup python 271.05 PortGroup python 1.0 6 6 7 name py 27-pydicom7 name py-pydicom 8 8 version 0.9.5 9 python.versions 24 25 26 27 10 python.default_version 27 9 11 revision 2 10 12 platforms darwin … … 30 32 rmd160 d6f80a0fd632714359eb24b79b15a01aed16e570 31 33 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 34 if {${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 37 40 38 # Patches from upstream revision 861d859b4f:39 # See http://code.google.com/p/pydicom/issues/detail?id=9740 patchfiles-append patch-dicom-filereader.py.diff41 # 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 41 44 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 } 43 53 44 54 livecheck.regex {pydicom-(\d+(?:\.\d+)*).tar.gz}
Note: See TracChangeset
for help on using the changeset viewer.

