[148881] trunk/dports/python/py-gcn/Portfile

aronnax at macports.org aronnax at macports.org
Sat May 21 08:17:45 PDT 2016


Revision: 148881
          https://trac.macports.org/changeset/148881
Author:   aronnax at macports.org
Date:     2016-05-21 08:17:45 -0700 (Sat, 21 May 2016)
Log Message:
-----------
py-gcn: update to 0.1.8

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

Modified: trunk/dports/python/py-gcn/Portfile
===================================================================
--- trunk/dports/python/py-gcn/Portfile	2016-05-21 14:01:15 UTC (rev 148880)
+++ trunk/dports/python/py-gcn/Portfile	2016-05-21 15:17:45 UTC (rev 148881)
@@ -3,10 +3,10 @@
 
 PortSystem 1.0
 PortGroup python 1.0
+PortGroup github 1.0
 
-set realname        pygcn
+github.setup        lpsinger pygcn 0.1.8 v
 name                py-gcn
-version             0.1.6
 python.versions     26 27 33 34
 categories-append   science
 license             GPL-2+
@@ -24,18 +24,11 @@
   (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
+checksums           rmd160  2df310ed1f6807c7383d9f7c2196c73f71aa9e86 \
+                    sha256  764c602baea95114578dc1dbc552708bc50f5f032b36d4ec598e7444940ebeb6
 
-if {$subport eq $name} {
-    livecheck.type  regex
-    livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}]
-} else {
+if {${subport} ne ${name}} {
     livecheck.type  none
 
     depends_build-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160521/b0f4fe6a/attachment.html>


More information about the macports-changes mailing list