[95860] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Jul 24 23:40:43 PDT 2012


Revision: 95860
          https://trac.macports.org/changeset/95860
Author:   jmr at macports.org
Date:     2012-07-24 23:40:43 -0700 (Tue, 24 Jul 2012)
Log Message:
-----------
New port: py-codetools (#33214)

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

Added: trunk/dports/python/py-codetools/Portfile
===================================================================
--- trunk/dports/python/py-codetools/Portfile	                        (rev 0)
+++ trunk/dports/python/py-codetools/Portfile	2012-07-25 06:40:43 UTC (rev 95860)
@@ -0,0 +1,45 @@
+# -*- 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-codetools
+version             4.0.0
+categories-append   devel
+license             BSD
+maintainers         vcn.com:jjstickel openmaintainer
+
+description         Code analysis and execution tools
+
+long_description    The codetools project includes packages that simplify \
+                    meta-programming and help the programmer separate data from\
+                    code in Python. This library contains classes that allow\
+                    defining simple snippets, or blocks, of Python code,\
+                    analyze variable dependencies in the code block, and use\
+                    these dependencies to construct or restrict an execution\
+                    graph. These (restricted) code blocks can then be executed\
+                    in any namespace. However, this project also provides a\
+                    Traits-event-enhanced namespace, called a context, which\
+                    can be used in place of a vanilla namespace to allow\
+                    actions to be performed whenever variables are assigned\
+                    or retrieved from the namespace. This project is used as\
+                    the foundation for the BlockCanvas project.
+
+platforms           darwin
+supported_archs     noarch
+homepage            http://code.enthought.com/projects/code_tools/
+master_sites        http://www.enthought.com/repo/ets/
+distname            codetools-${version}
+
+checksums           md5    8ee5861eff7bf521dfc2b540aa7001a1 \
+                    sha1   d8b8fde76be70204c65843ed47bbb7ef7ff8d780 \
+                    rmd160 2e616bbbb179cf0dbc8d6463d7762a76b7d37ca3
+
+python.versions     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build   port:py${python.version}-distribute
+    depends_lib     port:py${python.version}-traits
+}


Property changes on: trunk/dports/python/py-codetools/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/20120724/292fccf4/attachment-0001.html>


More information about the macports-changes mailing list