Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-pluggy | name : python-pluggy | ||||
| version : 0.6.0 | version : 0.7.1 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/pytest-dev/pluggy/archive/0.6.0.tar.gz : 2dcdf93b644ebbd40c1679dec551b289aa502e77100af4153175ada9cac5d4ff | - https://github.com/pytest-dev/pluggy/archive/0.7.1.tar.gz : 1a2fb97e0e5fbade8fdcb0ae04447600b6947c91637622da7d629dc14ea67252 | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : Plugin management and hook calling for Python | summary : Plugin management and hook calling for Python | ||||
| description: | | description: | | ||||
| Plugin management and hook calling for Python | Plugin management and hook calling for Python | ||||
| builddeps : | builddeps : | ||||
| - python-setuptools | - pytest-runner | ||||
| - python-setuptools-scm | |||||
| setup : | | setup : | | ||||
| export SETUPTOOLS_SCM_PRETEND_VERSION=$version | |||||
| %python_setup | %python_setup | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| export SETUPTOOLS_SCM_PRETEND_VERSION=$version | |||||
| %python_install | %python_install | ||||
| %python3_install | %python3_install | ||||
| check : | | |||||
| export SETUPTOOLS_SCM_PRETEND_VERSION=$version | |||||
| pushd $PKG_BUILD_DIR/py2build | |||||
| python setup.py pytest | |||||
| popd | |||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| python3 setup.py pytest | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.