[143854] trunk/dports/python

devans at macports.org devans at macports.org
Wed Dec 23 01:21:26 PST 2015


Revision: 143854
          https://trac.macports.org/changeset/143854
Author:   devans at macports.org
Date:     2015-12-23 01:21:26 -0800 (Wed, 23 Dec 2015)
Log Message:
-----------
py-htseq: new maintainer submission, a framework to process and analyze data from high throughput sequencing (HTS) assays (#50089).

Added Paths:
-----------
    trunk/dports/python/py-htseq/
    trunk/dports/python/py-htseq/Portfile

Added: trunk/dports/python/py-htseq/Portfile
===================================================================
--- trunk/dports/python/py-htseq/Portfile	                        (rev 0)
+++ trunk/dports/python/py-htseq/Portfile	2015-12-23 09:21:26 UTC (rev 143854)
@@ -0,0 +1,41 @@
+# -*- 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        https://pypi.python.org/packages/source/${_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
+
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/${_name}
+    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
+}


Property changes on: trunk/dports/python/py-htseq/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151223/fe48875d/attachment.html>


More information about the macports-changes mailing list