# -*- 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
set _name python-irodsclient
set _n [string index ${_name} 0]
categories-append net databases science
maintainers {petr @petrrr} openmaintainer
description A Python client for iRODS, a distributed data management system.
The integrated Rule-Oriented Data System (iRODS) is open source data \
management system used by research organizations and government \
agencies worldwide. This Python packages provides an client API.
homepage https://github.com/irods/python-irodsclient
master_sites pypi:${_n}/${_name}
distname ${_name}-${version}
checksums rmd160 4700c795891396ae43c7f8afd200292de75c2c5a \
sha256 6e73d49970b263c988917af681780a2e795a51a59379d278cc8c30fb071f2685 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-prettytable \
port:py${python.version}-six \
port:py${python.version}-unittest-xml-reporting
set dest_doc ${destroot}${prefix}/share/doc/${subport}
xinstall -m 755 -W ${worksrcpath} \
livecheck.url https://pypi.python.org/pypi/${_name}/json
livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\""