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 :
- pkgconfig(python3)
+ - numpy # check
+ - python-coverage # check
+ - python-jedi # check
rundeps :
- python-devel
- python3-devel
@@ -22,3 +25,11 @@
mv -v "$_f" "${_f}3"
done
%python_install
+#check : |
+# # The checks last like... forever. Feel free to uncomment them to check the package