[95862] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Jul 24 23:51:00 PDT 2012


Revision: 95862
          https://trac.macports.org/changeset/95862
Author:   jmr at macports.org
Date:     2012-07-24 23:50:59 -0700 (Tue, 24 Jul 2012)
Log Message:
-----------
New port: py-envisage (#33216)

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

Added: trunk/dports/python/py-envisage/Portfile
===================================================================
--- trunk/dports/python/py-envisage/Portfile	                        (rev 0)
+++ trunk/dports/python/py-envisage/Portfile	2012-07-25 06:50:59 UTC (rev 95862)
@@ -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-envisage
+version             4.1.0
+categories-append   devel
+maintainers         gmail.com:jjstickel openmaintainer
+description         The Enthought envisage package
+long_description    Envisage is a Python-based framework for building\
+    extensible applications, that is, applications whose functionality can\
+    be extended by adding plug-ins. Envisage provides a standard mechanism\
+    for features to be added to an application, whether by the original\
+    developer or by someone else.
+license             BSD
+platforms           darwin
+supported_archs     noarch
+homepage            https://github.com/enthought/envisage
+master_sites        http://www.enthought.com/repo/ets/
+distname            envisage-${version}
+
+checksums           sha256 51a401f382982e5750c0e4ed8e245fef7f4c2da850bd3241d12c442b6ea7aa05 \
+                    rmd160 73a67deffed70eb5c050b6067b5eb6d8bb7eaae5
+
+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}-apptools
+}


Property changes on: trunk/dports/python/py-envisage/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/8d998fd1/attachment.html>


More information about the macports-changes mailing list