[143475] trunk/dports/python/py-sqlalchemy/Portfile

stromnov at macports.org stromnov at macports.org
Sun Dec 13 03:43:37 PST 2015


Revision: 143475
          https://trac.macports.org/changeset/143475
Author:   stromnov at macports.org
Date:     2015-12-13 03:43:37 -0800 (Sun, 13 Dec 2015)
Log Message:
-----------
py-sqlalchemy: update to version 1.0.10

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

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2015-12-13 11:31:57 UTC (rev 143474)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2015-12-13 11:43:37 UTC (rev 143475)
@@ -5,7 +5,8 @@
 PortGroup           python 1.0
 
 name                py-sqlalchemy
-version             1.0.9
+set realname        SQLAlchemy
+version             1.0.10
 revision            0
 categories-append   databases
 platforms           darwin
@@ -22,15 +23,16 @@
                     the full power and flexibility of SQL.
 
 homepage            http://www.sqlalchemy.org/
-master_sites        https://pypi.python.org/packages/source/S/SQLAlchemy/
+master_sites        pypi:[string index ${realname} 0]/${realname}
 
-distname            SQLAlchemy-${version}
+distname            ${realname}-${version}
 
-checksums           rmd160  670952cb068965a85af23b82029740917e9158ca \
-                    sha256  c3d37501e36ec5d74c2d7b4a3764719db86a9cdab4a24431bf58b386743ab10e
+checksums           rmd160  2e451594d102bc5ca81e3f8c2a4473322b21e3e1 \
+                    sha256  963415bf4ea4fa13698893464bc6917d291331e0e8202dddd0ebfed2864ef7e3
 
 if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
 
     post-destroot {
         # Install example files not installed by the Makefile
@@ -43,9 +45,8 @@
         }
     }
 
-    livecheck.type          none
+    livecheck.type      none
 } else {
-    livecheck.type          regex
-    livecheck.url           https://pypi.python.org/pypi/SQLAlchemy/json
-    livecheck.regex         {SQLAlchemy-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      ${realname}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151213/6d601ea0/attachment.html>


More information about the macports-changes mailing list