[119960] trunk/dports/python/py-alembic/Portfile

stromnov at macports.org stromnov at macports.org
Mon May 12 02:42:35 PDT 2014


Revision: 119960
          https://trac.macports.org/changeset/119960
Author:   stromnov at macports.org
Date:     2014-05-12 02:42:35 -0700 (Mon, 12 May 2014)
Log Message:
-----------
py-alembic: update to version 0.6.5

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

Modified: trunk/dports/python/py-alembic/Portfile
===================================================================
--- trunk/dports/python/py-alembic/Portfile	2014-05-12 01:50:42 UTC (rev 119959)
+++ trunk/dports/python/py-alembic/Portfile	2014-05-12 09:42:35 UTC (rev 119960)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-alembic
-version             0.6.4
+version             0.6.5
 revision            0
 categories-append   databases
 platforms           darwin
@@ -23,8 +23,8 @@
 
 distname            alembic-${version}
 
-checksums           rmd160  e1293cc22950cfa1de23ff4d79cf12c3ee16e7a4 \
-                    sha256  5a0a36c747c28f50366ac046da43f50055c84d1d9d8ed3c09b9b5b9a6c516832
+checksums           rmd160  3ca495b647ac0abe65ce876141365fa7289b51b2 \
+                    sha256  17bfa1bb48bbc83e9db3a31df146a3b851172616aac9fbc6d40cad426e87e34c
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -33,9 +33,9 @@
     depends_lib-append  port:py${python.version}-sqlalchemy \
                         port:py${python.version}-mako
 
-    livecheck.type          none
+    livecheck.type      none
 } else {
-    livecheck.type          regex
-    livecheck.url           ${master_sites}
-    livecheck.regex         {alembic-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {alembic-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140512/acec047b/attachment.html>


More information about the macports-changes mailing list