# -*- 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 PortSystem 1.0 PortGroup python 1.0 set _name HTSeq set _n [string index ${_name} 0] name py-htseq version 0.10.0 platforms darwin license GPL-3+ maintainers {gmail.com:davide.liessi @dliessi} openmaintainer description A framework to process and analyze data from high-throughput \ sequencing (HTS) assays long_description ${description} homepage https://github.com/simon-anders/[string tolower ${_name}] master_sites pypi:${_n}/${_name} distname ${_name}-${version} checksums rmd160 1a08aa9cd722f200e8ce2760eaaf879781ca68ff \ sha256 e119af03cf068e981d7e08c4bd6393fd635007b595541943615b72abd676e547 \ size 609412 # Python 3.7 is not currently supported by dependency py-pysam python.versions 27 36 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-pysam \ port:py${python.version}-numpy notes-append \ "If you want to produce plots or use htseq-qa-${python.branch}, you will also need to install py${python.version}-matplotlib." livecheck.type none } else { livecheck.type pypi }