components/python/iso8601/iso8601-PYVER.p5m
changeset 1920 3ed8d7c25c17
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1919:918b1af28918 1920:3ed8d7c25c17
    26 set name=pkg.summary value="Simple Python module to parse ISO 8601 dates"
    26 set name=pkg.summary value="Simple Python module to parse ISO 8601 dates"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="This Python module parses the most common forms of ISO 8601 date strings into datetime objects."
    28     value="This Python module parses the most common forms of ISO 8601 date strings into datetime objects."
    29 set name=com.oracle.info.description \
    29 set name=com.oracle.info.description \
    30     value="the Python iso8601 date parsing module"
    30     value="the Python iso8601 date parsing module"
    31 set name=com.oracle.info.tpno value=14503
    31 set name=com.oracle.info.tpno value=16616
    32 set name=info.classification \
    32 set name=info.classification \
    33     value=org.opensolaris.category.2008:Development/Python
    33     value=org.opensolaris.category.2008:Development/Python
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream value="Michael Twomey <[email protected]>"
    35 set name=info.upstream value="Michael Twomey <[email protected]>"
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    42 file path=usr/lib/python$(PYVER)/vendor-packages/iso8601-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/iso8601-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/iso8601/__init__.py
    43 file path=usr/lib/python$(PYVER)/vendor-packages/iso8601/__init__.py
    44 file path=usr/lib/python$(PYVER)/vendor-packages/iso8601/iso8601.py
    44 file path=usr/lib/python$(PYVER)/vendor-packages/iso8601/iso8601.py
    45 license LICENSE license=MIT
    45 license LICENSE license=MIT
    46 
    46 
       
    47 # force the rename with an optional dependency on the old name
       
    48 depend type=optional \
       
    49     fmri=library/python-2/iso8601-$(PYV)@0.1.4,5.12-5.12.0.0.0.41.0
       
    50 
    47 # force a dependency on the Python runtime
    51 # force a dependency on the Python runtime
    48 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    52 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    49     pkg.debug.depend.path=usr/bin
    53     pkg.debug.depend.path=usr/bin
    50 
    54 
    51 # force a dependency on the iso8601 package
    55 # force a dependency on the iso8601 package
    52 depend type=require \
    56 depend type=require \
    53     fmri=library/python/iso8601@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    57     fmri=library/python/iso8601@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    54 
       
    55 # force the rename with an optional dependency on the old name
       
    56 depend type=optional \
       
    57     fmri=library/python-2/iso8601-$(PYV)@0.1.4,5.12-5.12.0.0.0.41.0