[95824] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Jul 23 22:56:14 PDT 2012


Revision: 95824
          https://trac.macports.org/changeset/95824
Author:   jmr at macports.org
Date:     2012-07-23 22:56:13 -0700 (Mon, 23 Jul 2012)
Log Message:
-----------
New port: py-etsdevtools (#33194)

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

Added: trunk/dports/python/py-etsdevtools/Portfile
===================================================================
--- trunk/dports/python/py-etsdevtools/Portfile	                        (rev 0)
+++ trunk/dports/python/py-etsdevtools/Portfile	2012-07-24 05:56:13 UTC (rev 95824)
@@ -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
+
+name                py-etsdevtools
+version             4.0.0
+categories-append   devel
+license             BSD
+maintainers         vcn.com:jjstickel openmaintainer
+description         Tools to support Python development
+long_description    The etsdevtools project includes a set of packages that \
+                    can be used during the development of a software project,\
+                    for understanding, debugging, testing, and inspecting code.
+                    
+platforms           darwin
+homepage            http://code.enthought.com/projects/ets_dev_tools/
+master_sites        http://www.enthought.com/repo/ets/
+distname            etsdevtools-${version}
+
+checksums           md5    5f5b2800b63619c1e8e02c3790133910 \
+                    sha1   0de3fb0d4b1c23429ce591b9755489ac4addeedd \
+                    rmd160 fb8c922ac8bb0685d27d9506ad2d54510621eac6
+
+
+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-etsdevtools/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/20120723/46f0f019/attachment.html>


More information about the macports-changes mailing list