[105729] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri May 3 16:16:36 PDT 2013


Revision: 105729
          https://trac.macports.org/changeset/105729
Author:   jmr at macports.org
Date:     2013-05-03 16:16:35 -0700 (Fri, 03 May 2013)
Log Message:
-----------
py27-pysam: use unified portgroup, set license

Modified Paths:
--------------
    trunk/dports/python/py-pysam/Portfile

Added Paths:
-----------
    trunk/dports/python/py-pysam/

Removed Paths:
-------------
    trunk/dports/python/py27-pysam/

Modified: trunk/dports/python/py-pysam/Portfile
===================================================================
--- trunk/dports/python/py27-pysam/Portfile	2013-05-03 22:31:06 UTC (rev 105728)
+++ trunk/dports/python/py-pysam/Portfile	2013-05-03 23:16:35 UTC (rev 105729)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python27 1.0
+PortGroup               python 1.0
 
-name                    py27-pysam
+name                    py-pysam
 version                 0.5
 categories-append       science
+license                 MIT BSD
 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.
@@ -19,5 +20,9 @@
 checksums           rmd160  2a72beb9724bf193361fc042a72201be9837a290 \
                     sha256  d74d1bfc462ec4f0f120be2ef0af2205d9964ec73e365f2c4ac6de3d810b6ef9
 
-livecheck.name      pysam
-livecheck.regex     pysam-(\\d+(\\.\\d+)+)${extract.suffix}
+python.versions         27
+
+if {$subport == $name} {
+    livecheck.name      pysam
+    livecheck.regex     pysam-(\\d+(\\.\\d+)+)${extract.suffix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130503/dd352189/attachment-0001.html>


More information about the macports-changes mailing list