# -*- 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 set _name HTSeq set _n [string index ${_name} 0] name py-htseq version 0.6.1 platforms darwin license GPL-3+ maintainers gmail.com:davide.liessi openmaintainer description A framework to process and analyze data from high throughput \ sequencing HTS assays long_description ${description} homepage http://www-huber.embl.de/users/anders/${_name}/ master_sites pypi:${_n}/${_name} distname ${_name}-${version} checksums rmd160 034ef4917faabb8659adc89ceb1ab0d94d7703bd \ sha256 9bff6779595ea13c10137dad3bc4ecfd046b0bc620990eaa08920a29dcbd05c5 python.versions 27 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ 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 regex livecheck.url https://pypi.python.org/pypi/${_name} livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" }