components/python/decorator/decorator-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
--- a/components/python/decorator/decorator-PYVER.p5m	Fri May 09 15:56:52 2014 -0700
+++ b/components/python/decorator/decorator-PYVER.p5m	Fri May 09 20:59:20 2014 -0700
@@ -18,6 +18,8 @@
 #
 # CDDL HEADER END
 #
+
+#
 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
@@ -26,7 +28,7 @@
 set name=pkg.summary value="Python decorator helper module"
 set name=pkg.description \
     value="The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators by showing various non-trivial examples."
-set name=com.oracle.info.description value="Python decorator helper module"
+set name=com.oracle.info.description value="the Python decorator helper module"
 set name=com.oracle.info.tpno value=13154
 set name=info.classification \
     value=org.opensolaris.category.2008:Development/Python
@@ -45,6 +47,10 @@
 #
 license decorator.license license=BSD
 
+# force the rename with an optional dependency on the old name
+depend type=optional \
+    fmri=library/python-2/decorator-$(PYV)@3.4.0,5.12-5.12.0.0.0.41.0
+
 # force a dependency on the Python runtime
 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
     pkg.debug.depend.path=usr/bin
@@ -52,7 +58,3 @@
 # force a dependency on the decorator package
 depend type=require \
     fmri=library/python/decorator@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-
-# force the rename with an optional dependency on the old name
-depend type=optional \
-    fmri=library/python-2/decorator-$(PYV)@3.4.0,5.12-5.12.0.0.0.41.0