Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : python-coverage | |||||
| version : 4.4.2 | |||||
| release : 1 | |||||
| source : | |||||
| - https://files.pythonhosted.org/packages/source/c/coverage/coverage-4.4.2.tar.gz : 309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc | |||||
| license : Apache-2.0 | |||||
| component : programming.python | |||||
| summary : Code coverage measurement and testing for Python | |||||
| description: | | |||||
| Coverage.py is a Python module that measures code coverage during Python | |||||
| execution. It uses the code analysis tools and tracing hooks provided in the | |||||
| Python standard library to determine which lines are executable, and which | |||||
| have been executed. | |||||
| builddeps : | |||||
| - pkgconfig(python-3.5) | |||||
| - python-setuptools | |||||
| build : | | |||||
| %python_setup | |||||
| %python3_setup | |||||
| install : | | |||||
| %python_install | |||||
| %python3_install | |||||
| rm $installdir/usr/bin/coverage{,2,3} | |||||
| ln -s /usr/bin/coverage-2.* $installdir/usr/bin/coverage | |||||
| ln -s /usr/bin/coverage-2.* $installdir/usr/bin/coverage2 | |||||
| ln -s /usr/bin/coverage-3.* $installdir/usr/bin/coverage3 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.