[122161] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Jul 16 01:47:21 PDT 2014


Revision: 122161
          https://trac.macports.org/changeset/122161
Author:   stromnov at macports.org
Date:     2014-07-16 01:47:21 -0700 (Wed, 16 Jul 2014)
Log Message:
-----------
py-pandasql: new port

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

Added: trunk/dports/python/py-pandasql/Portfile
===================================================================
--- trunk/dports/python/py-pandasql/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pandasql/Portfile	2014-07-16 08:47:21 UTC (rev 122161)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pandasql
+version             0.6.0
+revision            0
+categories-append   science
+license             MIT
+platforms           darwin
+
+python.versions     27 33 34
+
+maintainers         stromnov openmaintainer
+
+description         Geographic pandas extensions
+
+long_description    GeoPandas is a project to add support for geographic data \
+                    to pandas objects.
+
+homepage            https://github.com/yhat/pandasql/
+master_sites        http://pypi.python.org/packages/source/p/pandasql/
+
+distname            pandasql-${version}
+
+checksums           rmd160  78cb3bb9e2a9c434c3ce37a79f6578dc21888a80 \
+                    sha256  9a2bf405770550463497eb5c4ae2c5d6977a931af12cd02d9ba92ff51ac783c8
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    depends_lib-append  port:py${python.version}-pandas
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {pandasql-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-pandasql/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140716/e91eb865/attachment-0001.html>


More information about the macports-changes mailing list