components/python/tox/tox-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 4072 db0cec748ec0
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/python-2/tox-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/tox-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="virtualenv-based automation of test activities"
    26 set name=pkg.summary value="virtualenv-based automation of test activities"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="Tox as is a generic virtualenv management and test command line tool you can use for: checking your package installs correctly with different Python versions and interpreters; running your tests in each of the environments; configuring your test tool of choice; acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing."
    28     value="Tox as is a generic virtualenv management and test command line tool you can use for: checking your package installs correctly with different Python versions and interpreters; running your tests in each of the environments; configuring your test tool of choice; acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing."
    29 set name=com.oracle.info.description value="the Python tox module"
    29 set name=com.oracle.info.description value="the Python tox module"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    55 file path=usr/lib/python$(PYVER)/vendor-packages/tox/_quickstart.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/tox/_quickstart.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/tox/_venv.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/tox/_venv.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/tox/_verlib.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/tox/_verlib.py
    58 license tox.license license="GPLv2 BSD, MIT, PSF"
    58 license tox.license license="GPLv2 BSD, MIT, PSF"
    59 
    59 
       
    60 # force the rename with an optional dependency on the old name
       
    61 depend type=optional \
       
    62     fmri=library/python-2/tox-$(PYV)@1.4.3,5.11-0.175.3.0.0.16.0
       
    63 
    60 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    64 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    61 $(PYTHON_2.6_ONLY)depend type=require fmri=library/python-2/argparse-26
    65 $(PYTHON_2.6_ONLY)depend type=require fmri=library/python/argparse-26
    62 
    66 
    63 # force a dependency on py; pkgdepend work is needed to flush this out.
    67 # force a dependency on py; pkgdepend work is needed to flush this out.
    64 depend type=require fmri=library/python-2/py-$(PYV)
    68 depend type=require fmri=library/python/py-$(PYV)
    65 
    69 
    66 # force a dependency on pytest; pkgdepend work is needed to flush this out.
    70 # force a dependency on pytest; pkgdepend work is needed to flush this out.
    67 depend type=require fmri=library/python-2/pytest-$(PYV)
    71 depend type=require fmri=library/python/pytest-$(PYV)
    68 
    72 
    69 # force a dependency on the tox package
    73 # force a dependency on the tox package
    70 depend type=require \
    74 depend type=require \
    71     fmri=library/python-2/tox@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    75     fmri=library/python/tox@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)