components/python/cffi/cffi-PYVER.p5m
changeset 1907 446472de62e9
parent 1846 df40919e04fa
child 1948 2d1537e7942d
--- a/components/python/cffi/cffi-PYVER.p5m	Mon May 19 10:28:03 2014 +0100
+++ b/components/python/cffi/cffi-PYVER.p5m	Mon May 19 07:37:20 2014 -0700
@@ -23,6 +23,9 @@
 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
+# Python 3.4 is 64-bit only, so no need for 32-bit shared object.
+<transform file path=usr/lib/python3.4/vendor-packages/_cffi_backend.so -> drop>
+#
 set name=pkg.fmri \
     value=pkg:/library/python/cffi-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary \
@@ -31,9 +34,8 @@
     value="CFFI provides a convenient and reliable way of calling C code from Python.  It does not require learning a new language or an extensive API, and tries to minimize the amount of C code you have to write.  It works at both an ABI level, allowing you to reference symbols in libraries as well as at an API level, allowing you to embed C code in your Python program."
 set name=com.oracle.info.description value="the cffi Python module"
 set name=com.oracle.info.tpno value=16913
-set name=info.classification \
-    value=org.opensolaris.category.2008:Development/Python \
-    value=org.opensolaris.category.2008:Development/C
+set name=info.classification value=org.opensolaris.category.2008:Development/C \
+    value=org.opensolaris.category.2008:Development/Python
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream [email protected]
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)