# -*- 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
# $Id: Portfile 51955 2009-06-07 10:04:10Z arthurk@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-pydicom
version             0.9.2
platforms           darwin
categories          python
maintainers         ieee.org:eborisch \
                    openmaintainer
description         Python Module for working with DICOM files

long_description    pydicom is a pure python package for working with DICOM \
                    files. It was made for inspecting and modifying DICOM \
                    files in an easy pythonic way. The modifications can be \
                    written again to a new file. As a pure python package, it \
                    should run anywhere python runs without any other \
                    requirements.

homepage            http://code.google.com/p/pydicom/
master_sites        http://pydicom.googlecode.com/files/
distname            pydicom-${version}
checksums           md5 62c3837b36b9eb1f9fb7fad489d1d929 \
                    sha1 d6a7c91e7408e513690d67284f9347d739ebacea \
                    rmd160 53e2b5177d3a2b44d9f3150016ff25023905b5b2

depends_lib-append  port:py25-numpy
