Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-click | name : python-click | ||||
| version : 6.7 | version : '7.0' | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://files.pythonhosted.org/packages/source/c/click/click-6.7.tar.gz : f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b | - https://files.pythonhosted.org/packages/source/C/Click/Click-7.0.tar.gz : 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7 | ||||
| license : BSD-3-Clause | license : BSD-3-Clause | ||||
| component : programming.python | component : programming.python | ||||
| summary : A simple wrapper around optparse for powerful command line utilities. | summary : A simple wrapper around optparse for powerful command line utilities. | ||||
| description: | | description: | | ||||
| A simple wrapper around optparse for powerful command line utilities. | A simple wrapper around optparse for powerful command line utilities. | ||||
| builddeps : | builddeps : | ||||
| - python-pytest | - python-pytest | ||||
| - python-setuptools | - python-setuptools | ||||
| setup : | | setup : | | ||||
| %python_setup | %python_setup | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python_install | %python_install | ||||
| %python3_install | %python3_install | ||||
| check : | | check : | | ||||
| pushd $PKG_BUILD_DIR/py2build | %python_test py.test -v | ||||
| PYTHONPATH=$PWD py.test -v -k 'not test_legacy_callbacks' | %python3_test py.test3 -v | ||||
| popd | |||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| PYTHONPATH=$PWD py.test3 -v -k 'not test_legacy_callbacks' | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.