1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-pydicom |
---|
7 | version 0.9.2 |
---|
8 | platforms darwin |
---|
9 | categories python |
---|
10 | maintainers ieee.org:eborisch \ |
---|
11 | openmaintainer |
---|
12 | description Python Module for working with DICOM files |
---|
13 | |
---|
14 | long_description \ |
---|
15 | pydicom is a pure python package for working with DICOM files. \ |
---|
16 | It was made for inspecting and modifying DICOM files in an easy \ |
---|
17 | pythonic way. The modifications can be written again to a new file. \ |
---|
18 | As a pure python package, it should run anywhere python runs \ |
---|
19 | without any other requirements. |
---|
20 | |
---|
21 | homepage http://code.google.com/p/pydicom/ |
---|
22 | master_sites http://pydicom.googlecode.com/files/ |
---|
23 | distname pydicom-${version} |
---|
24 | checksums md5 62c3837b36b9eb1f9fb7fad489d1d929 \ |
---|
25 | sha1 d6a7c91e7408e513690d67284f9347d739ebacea \ |
---|
26 | rmd160 53e2b5177d3a2b44d9f3150016ff25023905b5b2 |
---|
27 | |
---|
28 | depends_lib-append port:py25-numpy \ |
---|
29 | port:py25-zlib |
---|