[126369] trunk/dports/python/py-graveyard/Portfile

larryv at macports.org larryv at macports.org
Wed Oct 8 19:35:46 PDT 2014


Revision: 126369
          https://trac.macports.org/changeset/126369
Author:   larryv at macports.org
Date:     2014-10-08 19:35:46 -0700 (Wed, 08 Oct 2014)
Log Message:
-----------
Python graveyard: Add metaport info and prevent installation

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-09 02:35:44 UTC (rev 126368)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-09 02:35:46 UTC (rev 126369)
@@ -35,4 +35,18 @@
 
 if {${subport} ne ${name}} {
     PortGroup obsolete 1.0
+} else {
+    maintainers         larryv openmaintainer
+    supported_archs     noarch
+    universal_variant   no
+    description         Metaport containing obsolete Python subports
+    long_description    This is a metaport for collecting obsolete \
+                        Python subports so they don't cause spurious \
+                        build failures on the MacPorts buildslaves \
+                        whenever their superports are modified. It \
+                        cannot be installed.
+    pre-fetch {
+        ui_error {This is a metaport for obsolete Python subports.}
+        return -code error {non-installable metaport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141008/1f962e19/attachment-0001.html>


More information about the macports-changes mailing list