# -*- 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 irods python-irodsclient 81d4229 name py-irodsclient version 0.5.0 categories-append net science platforms darwin supported_archs noarch license BSD maintainers petr openmaintainer description A Python client for iRODS, a distributed filesystem manager long_description \ The integrated Rule-Oriented Data System (iRODS) is open source data \ management software used by research organizations and government \ agencies worldwide. This Python packages provides an client API. checksums rmd160 130845a646344298b059a077a31b214399225e07 \ sha256 972149fd44ea5cd2de600c61a7403f0525fe9300bb847f76f91f6a7154568ed6 python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-prettytable # Adding documentation post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${subport} xinstall -d ${dest_doc} xinstall -m 755 -W ${worksrcpath} \ README.md \ AUTHORS \ LICENSE \ ${dest_doc} } } # Disable livecheck, no releases on Github livecheck.type none