Language

Package: python2-weave @ 0.16.0

Synopsis

Tools for including C/C++ code within Python code

Description

Weave is the stand-alone version of the obsolete Scipy submodule scipy.weave. It is Python 2.x only, and is provided for users that need new versions of Scipy but have existing code that still depends on scipy.weave. For new code, users are recommended to use Cython.

Home page
https://www.scipy.org/
Location
gnu/packages/python-science.scm (line: 199, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?