cffi-PYVER.p5m revision 3661
2756N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2756N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2756N/A value=pkg:/library/python/cffi-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2756N/Aset name=pkg.summary \
2756N/Aset name=pkg.description \
2756N/A 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."
2756N/Aset name=com.oracle.info.description value="the cffi Python module"
3661N/Aset name=com.oracle.info.tpno value=$(TPNO)
2756N/Aset name=info.classification \
2756N/A value=org.opensolaris.category.2008:Development/C
2756N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
2756N/Aset name=info.upstream value=python-cffi@googlegroups.com
2756N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2756N/Aset name=org.opensolaris.arc-caseid value=PSARC/2014/110
2756N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2756N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cffi-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
2756N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cffi-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
2756N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cffi-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
2756N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cffi-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
2756N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cffi-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
2756N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cffi-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
2756N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
2756N/A fmri=library/python/cffi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2756N/Adepend type=require fmri=library/python/pycparser-$(PYV)