# -*- 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$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup akrause2014 dispel4py 21a9e3107d name py-${github.project}-devel conflicts py-${github.project} version 0.0.1-7-${github.version} categories-append parallel science platforms darwin license Apache-3 maintainers petr openmaintainer description A library to describe data workflows for distributed \ applications (development snapshot) long_description ${description} checksums rmd160 f1ee72836bfa14f36ba8822c5bb1033c2aa9dc28 \ sha256 9e3eb7d5f702e7b68d2a224b5840539ef63bfd68d7973512fc14b7ce515da293 python.versions 26 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-networkx # Adding documentation post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${subport} xinstall -d ${dest_doc} xinstall -m 755 -W ${worksrcpath} \ README.md \ LICENSE \ ${dest_doc} # no examples yet #delete ${dest_doc}/examples #copy ${worksrcpath}/examples ${dest_doc}/examples } livecheck.type none }