components/python/pyopenssl/pyopenssl-26.p5m
changeset 181 87e11e685b1f
parent 99 c15c9099bb44
child 206 a4474882bf60
--- a/components/python/pyopenssl/pyopenssl-26.p5m	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/python/pyopenssl/pyopenssl-26.p5m	Wed Apr 13 09:58:06 2011 -0700
@@ -21,15 +21,16 @@
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
-set name=pkg.fmri value=pkg:/library/python-2/pyopenssl-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri \
+    value=pkg:/library/python-2/pyopenssl-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Python interface to the OpenSSL library"
-set name=info.classification value="org.opensolaris.category.2008:Development/Python"
-set name=info.upstream_url value="http://pyopenssl.sourceforge.net"
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python
 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://pyopenssl.sourceforge.net
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2009/176
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
-license pyopenssl.copyright license='LGPLv2.1'
-
 dir path=usr
 dir path=usr/lib
 dir path=usr/lib/python2.6
@@ -64,7 +65,7 @@
 file path=usr/lib/python2.6/vendor-packages/OpenSSL/version.pyc
 file path=usr/lib/python2.6/vendor-packages/pyOpenSSL-0.11-py2.6.egg-info
 file pyOpenSSL.txt path=usr/share/doc/pyOpenSSL/pyOpenSSL.txt
-
 legacy pkg=SUNWpython26-openssl \
-	name="pyOpenSSL - Python interface to the OpenSSL library for Python 2.6" \
-	desc="pyOpenSSL - Python interface to the OpenSSL library"
+    desc="pyOpenSSL - Python interface to the OpenSSL library" \
+    name="pyOpenSSL - Python interface to the OpenSSL library for Python 2.6"
+license pyopenssl.copyright license=LGPLv2.1