python27: fix tk related dependency generation
[unleashed-userland.git] / components / python / pycurl / pycurl-PYVER.p5m
blob64cd14c5e57b0337128cabfd6a7a30a36d4f5dc7
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
26 set name=pkg.fmri \
27     value=pkg:/library/python/pycurl-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
28 set name=pkg.summary value="Python bindings for libcurl"
29 set name=pkg.description \
30     value="PycURL is a Python interface to libcurl(3). PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module."
31 set name=com.oracle.info.description value="Python bindings for libcurl"
32 set name=info.classification \
33     value=org.opensolaris.category.2008:Development/Python
34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
36 set name=org.opensolaris.arc-caseid value=PSARC/2011/266
37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
39 file path=usr/lib/python$(PYVER)/vendor-packages/64/pycurl.so
40 file path=usr/lib/python$(PYVER)/vendor-packages/curl/__init__.py
41 file path=usr/lib/python$(PYVER)/vendor-packages/pycurl-$(COMPONENT_VERSION)-py$(PYVER).egg-info
42 file path=usr/lib/python$(PYVER)/vendor-packages/pycurl.so
44 license pycurl.copyright license=MIT
46 # force the rename with an optional dependency on the old name
47 depend type=optional \
48     fmri=library/python-2/pycurl-$(PYV)@7.19.0.1,5.11-2016.0.1.0
50 # force a dependency on the Python runtime
51 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
52     pkg.debug.depend.path=usr/bin
54 # force a dependency on the pycurl package
55 depend type=require \
56     fmri=library/python/pycurl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)