[95863] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Jul 25 00:00:49 PDT 2012


Revision: 95863
          https://trac.macports.org/changeset/95863
Author:   jmr at macports.org
Date:     2012-07-25 00:00:49 -0700 (Wed, 25 Jul 2012)
Log Message:
-----------
py-envisagecore, py-envisageplugins: replaced_by py-envisage (#33216)

Modified Paths:
--------------
    trunk/dports/python/py-envisagecore/Portfile
    trunk/dports/python/py-envisageplugins/Portfile

Modified: trunk/dports/python/py-envisagecore/Portfile
===================================================================
--- trunk/dports/python/py-envisagecore/Portfile	2012-07-25 06:50:59 UTC (rev 95862)
+++ trunk/dports/python/py-envisagecore/Portfile	2012-07-25 07:00:49 UTC (rev 95863)
@@ -6,6 +6,7 @@
 
 name                py-envisagecore
 version             3.2.0
+revision            1
 categories-append   devel
 maintainers         vcn.com:jjstickel openmaintainer
 supported_archs     noarch
@@ -14,18 +15,18 @@
 long_description    Envisage is a Python-based framework for building extensible applications
 platforms           darwin
 homepage            http://code.enthought.com/projects/envisage/
-master_sites        http://www.enthought.com/repo/ets/
-distname            EnvisageCore-${version}
+distfiles
 
-checksums           md5     47027468582464738f475c3560bcfd29 \
-                    sha1    41de5f291a1cb36984853e48e2bbd9e16092f596 \
-                    rmd160  1e4867176ff81e775d9ad0ee1721a49324818906
-
 python.versions        25 26 27
 python.default_version 25
 
 if {$subport != $name} {
-    depends_build-append    port:py${python.version}-distribute
-    depends_lib-append      port:py${python.version}-enthoughtbase \
-                            port:py${python.version}-traits
+    replaced_by             py${python.version}-envisage
+} else {
+    replaced_by             py-envisage
 }
+
+pre-configure {
+    ui_error "Please do not install this port since it has been replaced by py*-envisage."
+    return -code error
+}

Modified: trunk/dports/python/py-envisageplugins/Portfile
===================================================================
--- trunk/dports/python/py-envisageplugins/Portfile	2012-07-25 06:50:59 UTC (rev 95862)
+++ trunk/dports/python/py-envisageplugins/Portfile	2012-07-25 07:00:49 UTC (rev 95863)
@@ -6,24 +6,25 @@
 
 name                py-envisageplugins
 version             3.2.0
+revision            1
 categories-append   devel
 maintainers         vcn.com:jjstickel openmaintainer
 description         Enthought envisage plugins
 long_description    The EnvisagePlugins project includes a number of plug-ins for the Envisage framework
 platforms           darwin
 homepage            http://code.enthought.com/projects/envisage_plugins.php
-master_sites        http://www.enthought.com/repo/ets/
-distname            EnvisagePlugins-${version}
+distfiles
 
-checksums           md5     caa1c701e11de17993019509d2ff96d8 \
-                    sha1    ccafac3cf987feeecdd238f0b2b30d1f0f6d71a2 \
-                    rmd160  6f27dcf7bed69908fd1da6a060e0f6a7029e9313
-
 python.versions        25 26 27
 python.default_version 25
 
 if {$subport != $name} {
-    depends_build-append    port:py${python.version}-distribute
-    depends_lib-append      port:py${python.version}-envisagecore \
-                            port:py${python.version}-traitsgui
+    replaced_by             py${python.version}-envisage
+} else {
+    replaced_by             py-envisage
 }
+
+pre-configure {
+    ui_error "Please do not install this port since it has been replaced by py*-envisage."
+    return -code error
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120725/8fb9bf2a/attachment.html>


More information about the macports-changes mailing list