# -*- 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
github.setup pydicom pydicom 0.9.9.post1 v
maintainers {eborisch @eborisch} \
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 \
rmd160 dfcbce2681e92b0da9c29973d6e08a6c3a2effc0 \
sha256 2d7f1460c61a8cd85c59096dfe7aa1a292a4d33298e446e6015d32c9ba9ad845
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy
depends_build-append port:py${python.version}-sphinx
worksrcdir ${distname}/source
reinplace s/sphinx-build/sphinx-build-${python.branch}/ \
system -W ${worksrcpath}/../docs/ \
set DOCDIR ${destroot}${prefix}/share/doc/${subport}
file copy ${worksrcpath}/dicom/license.txt ${DOCDIR}
file copy ${worksrcpath}/../docs/release-notes.txt ${DOCDIR}
file copy ${worksrcpath}/../docs/_build/html ${DOCDIR}
notes "Port exists for compatibility. Ongoing development in pyNN-pydicom."