Ticket #22016: Portfile

File Portfile, 1.3 KB (added by eborisch@…, 15 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-pydicom
8version             0.9.3
9platforms           darwin
10categories          python
11maintainers         ieee.org:eborisch \
12                    openmaintainer
13description         Python Module for working with DICOM files
14
15long_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
22homepage            http://code.google.com/p/pydicom/
23master_sites        http://pydicom.googlecode.com/files/
24distname            pydicom-${version}
25checksums           md5 39f8894e2879c7ed1d4b4d11c3a6d678 \
26                    sha1 3cb3b76ae65c699b2a47dc015c29787e70a29d51 \
27                    rmd160 0a73a048c60dd3ac54a31045fade100de2b79b86
28
29depends_lib-append  port:py26-numpy