# -*- 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: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem              1.0
PortGroup               python27 1.0

name                    py27-pysam
version                 0.5
categories-append       science
maintainers             adfernandes openmaintainer
description             Python interface for the SAM/BAM sequence alignment and mapping format
long_description        Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API.
platforms               darwin

homepage                http://code.google.com/p/pysam/
master_sites            googlecode:pysam
distname                pysam-${version}

checksums           rmd160  2a72beb9724bf193361fc042a72201be9837a290 \
                    sha256  d74d1bfc462ec4f0f120be2ef0af2205d9964ec73e365f2c4ac6de3d810b6ef9

livecheck.name      pysam
livecheck.regex     pysam-(\\d+(\\.\\d+)+)${extract.suffix}
