# -*- 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 pynetdicom 1.3.1 v
maintainers {eborisch @eborisch} openmaintainer
description A Python implementation of the DICOM networking protocol
long_description pynetdicom is a pure Python (2.7/3.4+) package that \
implements the DICOM networking protocol. Working with \
pydicom, it allows the easy creation of DICOM Service \
Class Users (SCUs) and Service Class Providers (SCPs).
rmd160 7427a32cc11d037fc31bbd61b2f114246571ecaf \
sha256 763f5d51972dab444187c7740d2f404977341ed32047e7013836234539c7f0d9 \
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-pydicom
variant doc description "Build offline documentation" {
port:py${python.version}-matplotlib\
port:py${python.version}-sphinx \
port:py${python.version}-sphinx-gallery \
port:py${python.version}-sphinx-bootstrap-theme \
port:py${python.version}-sphinx_rtd_theme
if {[variant_isset doc]} {
Documentation installed at:
${prefix}/share/doc/${subport}/html/index.html
reinplace s/sphinx-build/sphinx-build-${python.branch}/ \
if {[variant_isset doc]} {
system -W ${worksrcpath}/docs/ \
"env PYTHONPATH='${worksrcpath}/build/lib' make html"
set DOCDIR ${destroot}${prefix}/share/doc/${subport}
xinstall -W ${worksrcpath} -m 0644 \