[94104] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sat Jun 9 04:16:59 PDT 2012


Revision: 94104
          https://trac.macports.org/changeset/94104
Author:   stromnov at macports.org
Date:     2012-06-09 04:16:59 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
py-pyvttbl: new port

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

Added: trunk/dports/python/py-pyvttbl/Portfile
===================================================================
--- trunk/dports/python/py-pyvttbl/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyvttbl/Portfile	2012-06-09 11:16:59 UTC (rev 94104)
@@ -0,0 +1,42 @@
+# -*- 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-pyvttbl
+version             0.5.2.1
+revision            0
+categories-append   devel
+license             BSD
+platforms           darwin
+supported_archs     noarch
+
+maintainers         stromnov openmaintainer
+
+description         Multidimensional pivot tables, data processing, statistical computation
+long_description    ${description}
+
+homepage            http://code.google.com/p/pyvttbl/
+master_sites        http://pypi.python.org/packages/source/p/pyvttbl/
+
+distname            pyvttbl-${version}
+
+checksums           rmd160  8143d818dc971b743c290b4ba3cf8364c14a4c3a \
+                    sha256  cf01e5e796141896eafeec4db1c128379e5066a5e1f2602d664a7fa96c523b04
+
+use_zip             yes
+
+python.default_version  27
+python.versions     27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-scipy \
+                        port:py${python.version}-matplotlib
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "pyvttbl-(\\d+(?:\\.\\d+)*)${extract.suffix}"


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


More information about the macports-changes mailing list