[134889] trunk/dports/python/py-sqlparse/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 9 18:47:08 PDT 2015


Revision: 134889
          https://trac.macports.org/changeset/134889
Author:   ryandesign at macports.org
Date:     2015-04-09 18:47:07 -0700 (Thu, 09 Apr 2015)
Log Message:
-----------
py-sqlparse: update to 0.1.14 (#47399)

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

Modified: trunk/dports/python/py-sqlparse/Portfile
===================================================================
--- trunk/dports/python/py-sqlparse/Portfile	2015-04-10 01:41:43 UTC (rev 134888)
+++ trunk/dports/python/py-sqlparse/Portfile	2015-04-10 01:47:07 UTC (rev 134889)
@@ -1,11 +1,11 @@
 # $Id$
 # -*- 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
 
-PortSystem 1.0
-PortGroup python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
 name                py-sqlparse
-version             0.1.3
+version             0.1.14
 python.versions     27
 categories-append   textproc
 license             BSD
@@ -16,9 +16,19 @@
 long_description    \
     ${description} that provides support for parsing, splitting and \
     formatting SQL statements.
-homepage            http://code.google.com/p/python-sqlparse/
-master_sites        googlecode:python-sqlparse
+
+homepage            https://pypi.python.org/pypi/sqlparse/
+master_sites        https://pypi.python.org/packages/source/s/sqlparse/
 distname            sqlparse-${version}
 
-checksums           rmd160  9ce60ec45edb24390f5fd1d69cd28adaa4da5549 \
-                    sha256  5f870d293ecdaba8baace52536dd9a34884ed3775990c058ecfd1d23499d7e63
+checksums           md5     d59da626d247d46196097c5bece677e7 \
+                    rmd160  d159549be95372f4ccfff9067d6a953883eda2d9 \
+                    sha256  e561e31853ab9f3634a1a2bd53035f9e47dfb203d56b33cc6569047ba087daf0
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     "sqlparse (\\d+\\.\\d+(?:\\.\\d+))"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150409/c674bdc2/attachment.html>


More information about the macports-changes mailing list