[140936] trunk/dports/python/py-spyder/Portfile

eborisch at macports.org eborisch at macports.org
Mon Oct 5 16:52:40 PDT 2015


Revision: 140936
          https://trac.macports.org/changeset/140936
Author:   eborisch at macports.org
Date:     2015-10-05 16:52:40 -0700 (Mon, 05 Oct 2015)
Log Message:
-----------
py27-spyder: Update to 2.3.7; use github portgroup.

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

Modified: trunk/dports/python/py-spyder/Portfile
===================================================================
--- trunk/dports/python/py-spyder/Portfile	2015-10-05 22:38:02 UTC (rev 140935)
+++ trunk/dports/python/py-spyder/Portfile	2015-10-05 23:52:40 UTC (rev 140936)
@@ -2,14 +2,16 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        spyder-ide spyder 2.3.7 v
 name                py-spyder
-version             2.3.6
 revision            0
 # Preference on mailing list is to use small numbers for epoch.
 # This is already a date code, so sticking with dates.
 epoch               20111202
 
-PortGroup           python 1.0
 
 python.versions     26 27 33 34
 
@@ -32,9 +34,6 @@
                     development environment with advanced editing, \
                     interactive testing, debugging and introspection features.
 
-master_sites        https://bitbucket.org/spyder-ide/spyderlib/downloads
-distname            spyder-${version}
-use_zip             yes
 supported_archs     noarch
 
 #pyNN-scipy doesn't build universal
@@ -42,8 +41,8 @@
 
 if {${name} ne ${subport}} {
     checksums \
-        rmd160  1b29680780e9407e0edf517468029f3da2abaca7 \
-        sha256  0e6502e0d3f270ea8916d1a3d7ca29915801d31932db399582bc468c01d535e2
+        rmd160  67c6949f1aebe9e076f3780cbb126e437a71d0f4 \
+        sha256  74dc3ea5d2d9b3c538fdbb210b0bb6ac6ea9c4f471d90c07462818967c6ec14b
 
     conflicts           py${python.version}-spyder-devel
     
@@ -173,8 +172,7 @@
 ##############################################################
 ### Spyder is launched from the terminal with ${EXENAME} ###
 ##############################################################"
+    livecheck.type      none
 }
-
-livecheck.type      regex
-livecheck.url       https://bitbucket.org/spyder-ide/spyderlib/downloads
-livecheck.regex     spyder-(\[0-9\]+(\.\[0-9]+)*)\.zip
+# Only match against 2.x series for now.
+livecheck.regex         "archive/v(2\[^\"\]+).tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151005/2856eab3/attachment.html>


More information about the macports-changes mailing list