You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
name py-htseq
|
|
python.rootname HTSeq
|
|
version 2.0.1
|
|
revision 0
|
|
|
|
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/htseq/htseq
|
|
|
|
checksums rmd160 df1bf06087c7dda1a98e9fdfc1593af0218441eb \
|
|
sha256 0945e285da04fec2b196ff0855816b4abb4c297d0c8a1258982c3cd2bacdee6a \
|
|
size 390495
|
|
|
|
python.versions 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-pysam \
|
|
port:py${python.version}-numpy
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-matplotlib
|
|
}
|