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 |
---|
2 | # $Id: Portfile 48920 2009-03-31 11:28:38Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-pydicom |
---|
8 | version 0.9.3 |
---|
9 | platforms darwin |
---|
10 | categories python |
---|
11 | maintainers ieee.org:eborisch \ |
---|
12 | openmaintainer |
---|
13 | description Python Module for working with DICOM files |
---|
14 | |
---|
15 | long_description pydicom is a pure python package for working with DICOM \ |
---|
16 | files. It was made for inspecting and modifying DICOM \ |
---|
17 | files in an easy pythonic way. The modifications can be \ |
---|
18 | written again to a new file. As a pure python package, it \ |
---|
19 | should run anywhere python runs without any other \ |
---|
20 | requirements. |
---|
21 | |
---|
22 | homepage http://code.google.com/p/pydicom/ |
---|
23 | master_sites http://pydicom.googlecode.com/files/ |
---|
24 | distname pydicom-${version} |
---|
25 | checksums md5 39f8894e2879c7ed1d4b4d11c3a6d678 \ |
---|
26 | sha1 3cb3b76ae65c699b2a47dc015c29787e70a29d51 \ |
---|
27 | rmd160 0a73a048c60dd3ac54a31045fade100de2b79b86 |
---|
28 | |
---|
29 | depends_lib-append port:py26-numpy |
---|