[95718] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jul 19 18:48:09 PDT 2012


Revision: 95718
          https://trac.macports.org/changeset/95718
Author:   jmr at macports.org
Date:     2012-07-19 18:48:09 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
New port: py-traitsui (#33109)

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

Added: trunk/dports/python/py-traitsui/Portfile
===================================================================
--- trunk/dports/python/py-traitsui/Portfile	                        (rev 0)
+++ trunk/dports/python/py-traitsui/Portfile	2012-07-20 01:48:09 UTC (rev 95718)
@@ -0,0 +1,30 @@
+# -*- 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-traitsui
+version             4.1.0
+categories-append   devel
+maintainers         vcn.com:jjstickel openmaintainer
+description         The Enthought traitsui package
+long_description    The traitsui project contains a toolkit-independent GUI\
+                    abstraction layer, which is used to support the\
+                    "visualization" features of the Traits package.
+platforms           darwin
+homepage            https://github.com/enthought/traitsui
+master_sites        http://www.enthought.com/repo/ets/
+distname            traitsui-${version}
+
+checksums           md5     3d0a16f62a8ec6aa7fbeaa9faf73211b \
+                    sha1    09599f16d2ffe15e1e45d00137a6050199698635 \
+                    rmd160  27fefccfdad307c8fc707f8577c8020ddd6ad215
+
+python.versions     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-pyface
+}


Property changes on: trunk/dports/python/py-traitsui/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/20120719/d4051617/attachment.html>


More information about the macports-changes mailing list