[95538] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Jul 15 14:53:58 PDT 2012


Revision: 95538
          https://trac.macports.org/changeset/95538
Author:   jmr at macports.org
Date:     2012-07-15 14:53:56 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
New port: py-jcc, java-python interface module (#32964)

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

Added: trunk/dports/python/py-jcc/Portfile
===================================================================
--- trunk/dports/python/py-jcc/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jcc/Portfile	2012-07-15 21:53:56 UTC (rev 95538)
@@ -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-jcc
+version             2.13
+
+categories          python devel
+platforms           darwin
+maintainers         gmail.com:petrus.hyvonen openmaintainer
+license             Apache-2
+homepage            http://lucene.apache.org/pylucene/jcc/index.html
+description         JCC is a C++ code generator for calling Java from C++/Python
+long_description    JCC is a C++ code generator for producing the code \
+                    necessary to call into Java classes from CPython via \
+                    Java's Native Invocation Interface (JNI).\
+                    JCC generates C++ wrapper classes that hide all \
+                    the gory details of JNI access as well Java memory \
+                    and object reference management.\
+                    JCC generates CPython types that make these C++ classes\
+                    accessible from a Python interpreter. JCC attempts to make\
+                    these Python types pythonic by detecting iterators and\
+                    property accessors. Iterators and mappings may also be\
+                    declared to JCC.
+
+master_sites        http://pypi.python.org/packages/source/J/JCC/
+
+distname            JCC-${version}
+
+checksums           md5 5761aaaae3b9082dbc6769014b97dac3 \
+                    sha256 4851d8707b72c3d7c75bcba1040c16d2ec17dbacf1d6e722f5c2b0dfdd48b758
+
+python.versions     26 27
+
+if {$subport != $name} {
+    depends_build   port:py${python.version}-distribute
+}


Property changes on: trunk/dports/python/py-jcc/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/20120715/eba7dde9/attachment-0001.html>


More information about the macports-changes mailing list