Revision: 81663 http://trac.macports.org/changeset/81663 Author: adfernandes@macports.org Date: 2011-08-03 10:24:00 -0700 (Wed, 03 Aug 2011) Log Message: ----------- new port: python/py27-pysam Added Paths: ----------- trunk/dports/python/py27-pysam/ trunk/dports/python/py27-pysam/Portfile Added: trunk/dports/python/py27-pysam/Portfile =================================================================== --- trunk/dports/python/py27-pysam/Portfile (rev 0) +++ trunk/dports/python/py27-pysam/Portfile 2011-08-03 17:24:00 UTC (rev 81663) @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +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} Property changes on: trunk/dports/python/py27-pysam/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
adfernandes@macports.org