[127587] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Oct 30 02:02:46 PDT 2014


Revision: 127587
          https://trac.macports.org/changeset/127587
Author:   stromnov at macports.org
Date:     2014-10-30 02:02:45 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
py-seaborn: new port

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

Added: trunk/dports/python/py-seaborn/Portfile
===================================================================
--- trunk/dports/python/py-seaborn/Portfile	                        (rev 0)
+++ trunk/dports/python/py-seaborn/Portfile	2014-10-30 09:02:45 UTC (rev 127587)
@@ -0,0 +1,51 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-seaborn
+version             0.4.0
+revision            0
+categories-append   science
+license             BSD
+platforms           darwin
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Statistical data visualization library
+
+long_description    Seaborn is a library for making attractive and \
+                    informative statistical graphics in Python. It is \
+                    built on top of matplotlib and tightly integrated \
+                    with the PyData stack, including support for numpy \
+                    and pandas data structures and statistical routines \
+                    from scipy and statsmodels.
+
+homepage            http://stanford.edu/~mwaskom/software/seaborn/
+master_sites        https://pypi.python.org/packages/source/s/seaborn/
+
+distname            seaborn-${version}
+
+checksums           rmd160  a0d41e8c7680faf0a114d048e5b2bc135eeb7621 \
+                    sha256  a7478deb8e0ffda62f78e56ae49b98bb441934b4672feda15b428388236a72f6
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-scipy \
+                        port:py${python.version}-matplotlib \
+                        port:py${python.version}-pandas \
+                        port:py${python.version}-statsmodels \
+                        port:py${python.version}-patsy
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {seaborn-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-seaborn/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/20141030/9e78b1bf/attachment.html>


More information about the macports-changes mailing list