[114279] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Dec 3 23:33:27 PST 2013


Revision: 114279
          https://trac.macports.org/changeset/114279
Author:   stromnov at macports.org
Date:     2013-12-03 23:33:27 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
py-parakeet: new port

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

Added: trunk/dports/python/py-parakeet/Portfile
===================================================================
--- trunk/dports/python/py-parakeet/Portfile	                        (rev 0)
+++ trunk/dports/python/py-parakeet/Portfile	2013-12-04 07:33:27 UTC (rev 114279)
@@ -0,0 +1,39 @@
+# -*- 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-parakeet
+version             0.23.2
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     27
+
+maintainers         stromnov openmaintainer
+
+description         Runtime compiler for numerical Python.
+long_description    ${description}
+
+homepage            http://www.parakeetpython.com/
+master_sites        http://pypi.python.org/packages/source/p/parakeet/
+
+distname            parakeet-${version}
+
+checksums           rmd160  4be5f907a467c352cfc255bccd7e334c0ef0f1c5 \
+                    sha256  4f2bfcc1952212b02a250ca0f01c962f63f199358e0822ad17aa2f0f60be3b2b
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-dsltools \
+                        port:py${python.version}-numpy
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {parakeet-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-parakeet/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/20131203/f5577e01/attachment.html>


More information about the macports-changes mailing list