[145349] trunk/dports/python/py-pandasql/Portfile

stromnov at macports.org stromnov at macports.org
Tue Feb 2 02:39:45 PST 2016


Revision: 145349
          https://trac.macports.org/changeset/145349
Author:   stromnov at macports.org
Date:     2016-02-02 02:39:45 -0800 (Tue, 02 Feb 2016)
Log Message:
-----------
py-pandasql: update to version 0.7.1

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

Modified: trunk/dports/python/py-pandasql/Portfile
===================================================================
--- trunk/dports/python/py-pandasql/Portfile	2016-02-02 10:19:51 UTC (rev 145348)
+++ trunk/dports/python/py-pandasql/Portfile	2016-02-02 10:39:45 UTC (rev 145349)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-pandasql
-version             0.6.3
+version             0.7.1
 revision            0
 categories-append   science
 platforms           darwin
 license             MIT
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -22,22 +22,21 @@
                     SQL syntax. It works similarly to sqldf in R.
 
 homepage            https://github.com/yhat/pandasql/
-master_sites        https://pypi.python.org/packages/source/p/pandasql/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            pandasql-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  c41ba73e1fc323fb49749766bf50f16eae8a089d \
-                    sha256  6717a0478db77c64782d4cdf5622bd8c510de986b3ddccfa515fdc1fb469c3ba
+checksums           rmd160  d8e530cfeef3320ac450800f7d467010fcab2960 \
+                    sha256  5a45ba8343f05d88d69b20cc67de76f28d2c915a25a9deda59b2a18495c22496
 
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
 
-    depends_lib-append  port:py${python.version}-pandas
+    depends_lib-append  port:py${python.version}-pandas \
+                        port:py${python.version}-sqlalchemy
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pandasql/json
-    livecheck.regex     {pandasql-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160202/203edda8/attachment.html>


More information about the macports-changes mailing list