components/python/coverage/coverage-PYVER.p5m
branchs11-update
changeset 3661 47545fb8aed4
parent 2722 dc566ca73390
child 3704 69ab8eca01c5
--- a/components/python/coverage/coverage-PYVER.p5m	Tue Jan 20 22:00:28 2015 -0800
+++ b/components/python/coverage/coverage-PYVER.p5m	Sat Jan 17 09:17:37 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -28,7 +28,7 @@
     value="Coverage is a tool for measuring code coverage of Python programs. It monitors a program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed, but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not."
 set name=com.oracle.info.description \
     value="coverage, the code coverage tool for Python"
-set name=com.oracle.info.tpno value=10021
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:Development/Python
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)