[102610] trunk/dports/python

sean at macports.org sean at macports.org
Mon Feb 4 21:46:48 PST 2013


Revision: 102610
          https://trac.macports.org/changeset/102610
Author:   sean at macports.org
Date:     2013-02-04 21:46:48 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
py-generator: add new port for generating cxx types for use in petsc

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

Added: trunk/dports/python/py-generator/Portfile
===================================================================
--- trunk/dports/python/py-generator/Portfile	                        (rev 0)
+++ trunk/dports/python/py-generator/Portfile	2013-02-05 05:46:48 UTC (rev 102610)
@@ -0,0 +1,37 @@
+# -*- 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     knepley code-generator 7a70680e2a89
+name                py-generator
+version             0.1.20120721
+
+categories-append   devel math science
+platforms           darwin
+license             BSD
+supported_archs     noarch
+maintainers         sean openmaintainer
+
+description         Cxx generator for python
+long_description    ${description}
+
+checksums           rmd160  5ce5ba93b7f512bcbd7a04eb4a8471bd72dd93d1 \
+                    sha256  e1fcd8d40bba7f17b36cfcc49d3462dc26ab24a82d694a6ea3155f03318da166
+
+use_configure       no
+
+python.versions     24 25 26 27 31 32 33
+
+if {${subport} != ${name}} {
+    build {}
+
+    destroot {
+        xinstall -d ${destroot}${python.libdir}
+        eval xinstall [glob ${worksrcpath}/*.py] ${destroot}${python.libdir}
+    }
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/3b618d99/attachment.html>


More information about the macports-changes mailing list