[115471] trunk/dports/python
sean at macports.org
sean at macports.org
Thu Jan 2 14:24:55 PST 2014
Revision: 115471
https://trac.macports.org/changeset/115471
Author: sean at macports.org
Date: 2014-01-02 14:24:55 -0800 (Thu, 02 Jan 2014)
Log Message:
-----------
py-instant: add new port from the fenics project
Added Paths:
-----------
trunk/dports/python/py-instant/
trunk/dports/python/py-instant/Portfile
Added: trunk/dports/python/py-instant/Portfile
===================================================================
--- trunk/dports/python/py-instant/Portfile (rev 0)
+++ trunk/dports/python/py-instant/Portfile 2014-01-02 22:24:55 UTC (rev 115471)
@@ -0,0 +1,34 @@
+# -*- 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 bitbucket 1.0
+
+bitbucket.setup fenics-project instant 341282cd1a35
+name py-instant
+version 1.2.0
+
+categories-append math science
+license LGPL-3+
+platforms darwin
+supported_archs noarch
+maintainers sean openmaintainer
+
+description Instant inlining of C and C++ in Python
+long_description Instant is a Python module that allows for \
+ instant inlining of C and C++ code in Python. \
+ It is a small Python module built on top of SWIG \
+ and Distutils. It is part of the FEniCS Project.
+
+checksums rmd160 746e586cf5ec881a75a2526e8acdc51ff91810f8 \
+ sha256 c29d8d4e104ef719f95a802b71a32986738270bd271851f37e709d7221352eef
+
+python.versions 26 27 32 33 34
+
+if {${subport} ne ${name}} {
+ depends_lib port:swig-python port:py${python.version}-numpy
+}
+
+# project has no tags or branches to version, so manually check
+livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140102/e5c3c923/attachment.html>
More information about the macports-changes
mailing list