[134633] trunk/dports/python

khindenburg at macports.org khindenburg at macports.org
Wed Apr 1 07:25:42 PDT 2015


Revision: 134633
          https://trac.macports.org/changeset/134633
Author:   khindenburg at macports.org
Date:     2015-04-01 07:25:42 -0700 (Wed, 01 Apr 2015)
Log Message:
-----------
py-kiwisolver: new port; maintainer #47265

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

Added: trunk/dports/python/py-kiwisolver/Portfile
===================================================================
--- trunk/dports/python/py-kiwisolver/Portfile	                        (rev 0)
+++ trunk/dports/python/py-kiwisolver/Portfile	2015-04-01 14:25:42 UTC (rev 134633)
@@ -0,0 +1,33 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        nucleic kiwi 0.1.3
+
+name                py-kiwisolver
+categories-append   math
+maintainers         gmail.com:jjstickel openmaintainer
+description         Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.
+long_description    Kiwi is an implementation of the algorithm based on the\
+                    seminal Cassowary paper. It is not a refactoring of the\
+                    original C++ solver. Kiwi has been designed from the ground\
+                    up to be lightweight and fast. Kiwi ranges from 10x to 500x\
+                    faster than the original Cassowary solver with typical use\
+                    cases gaining a 40x improvement. Memory savings are\
+                    consistently > 5x.
+
+license             BSD
+platforms           darwin
+
+checksums           rmd160  be3e27552ff729333ffde2498bc5a93a84bc83df \
+                    sha256  9d1d2a06dacb2ad1ebf6d3824692008939b11e082b2541830d41ffba8e60cf6e
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-kiwisolver/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/20150401/f0affeba/attachment.html>


More information about the macports-changes mailing list