[134474] trunk/dports/python

aronnax at macports.org aronnax at macports.org
Thu Mar 26 14:18:32 PDT 2015


Revision: 134474
          https://trac.macports.org/changeset/134474
Author:   aronnax at macports.org
Date:     2015-03-26 14:18:32 -0700 (Thu, 26 Mar 2015)
Log Message:
-----------
py-gcn: new port

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

Added: trunk/dports/python/py-gcn/Portfile
===================================================================
--- trunk/dports/python/py-gcn/Portfile	                        (rev 0)
+++ trunk/dports/python/py-gcn/Portfile	2015-03-26 21:18:32 UTC (rev 134474)
@@ -0,0 +1,46 @@
+# -*- 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 realname        pygcn
+name                py-gcn
+version             0.1.6
+python.versions     26 27 33 34
+categories-append   science
+license             GPL-2+
+platforms           darwin
+supported_archs     noarch
+maintainers         aronnax openmaintainer
+description         anonymous VOEvent client for receiving GCN/TAN notices in XML format
+long_description \
+  Anonymous VOEvent client for receiving GCN/TAN notices in XML format. \
+  The Gamma-ray Coordinates Network/Transient Astronomy Network (GCN/TAN, \
+  http://gcn.gsfc.nasa.gov) is a system for distributing astronomical alerts, \
+  largely focused on operations of and detections from high-energy satellite \
+  missions. \
+  This package implements a simple client that anonymously listens for VOEvent \
+  (http://www.ivoa.net/documents/VOEvent) XML format notices over the custom \
+  TCP/IP VOEvent Transport Protocol \
+  (http://www.ivoa.net/documents/Notes/VOEventTransport).
+homepage            http://pypi.python.org/pypi/${realname}/
+master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
+distname            ${realname}-${version}
+
+checksums           md5     3a5670daef908ed0a28461701753424d \
+                    sha1    287f409fc7884b8f3114fe4da704dc87f20059e1 \
+                    rmd160  747a29c767377b47ba5dab1798669aa6885f818c
+
+if {$subport eq $name} {
+    livecheck.type  regex
+    livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}]
+} else {
+    livecheck.type  none
+
+    depends_build-append \
+                    port:py${python.version}-setuptools
+
+    depends_lib-append \
+                    port:py${python.version}-lxml
+}


Property changes on: trunk/dports/python/py-gcn/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/20150326/3997e35b/attachment.html>


More information about the macports-changes mailing list