Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : cython | name : cython | ||||
| version : 0.28.3 | version : 0.28.5 | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - https://github.com/cython/cython/archive/0.28.3.tar.gz : 05e3eb7f06043f5ff2028338370329e71c29f57315e95f4dc6ad7c4971dd4c6f | - https://github.com/cython/cython/archive/0.28.5.tar.gz : bcd6a24ca0cba54ad8b1755852bb5cd567bb06abea6f776c82fbb10bb46bae37 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : programming | component : programming | ||||
| summary : Compiler for Python and Cython | summary : Compiler for Python and Cython | ||||
| description: | | description: | | ||||
| Cython is an optimising static compiler for Python and Cython, making writing C extensions for Python as easy as Python itself. It allows you to write callbacks from and to C or C++ natively, tune Python into C performance, work efficiently with large datasets, and more. | Cython is an optimising static compiler for Python and Cython, making writing C extensions for Python as easy as Python itself. It allows you to write callbacks from and to C or C++ natively, tune Python into C performance, work efficiently with large datasets, and more. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - numpy # check | |||||
| - python-coverage # check | |||||
| - python-jedi # check | |||||
| rundeps : | rundeps : | ||||
| - python-devel | - python-devel | ||||
| - python3-devel | - python3-devel | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for _f in "$installdir"/usr/bin/*; do | for _f in "$installdir"/usr/bin/*; do | ||||
| mv -v "$_f" "${_f}3" | mv -v "$_f" "${_f}3" | ||||
| done | done | ||||
| %python_install | %python_install | ||||
| #check : | | |||||
| # # The checks last like... forever. Feel free to uncomment them to check the package | |||||
| # pushd $PKG_BUILD_DIR/py2build | |||||
| # python runtests.py -v | |||||
| # popd | |||||
| # pushd $PKG_BUILD_DIR/py3build | |||||
| # python3 runtests.py -v | |||||
| # popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.