guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46955] [PATCH 1/2] gnu: Add python-sparse.


From: Ricardo Wurmus
Subject: [bug#46955] [PATCH 1/2] gnu: Add python-sparse.
Date: Thu, 01 Apr 2021 17:07:54 +0200
User-agent: mu4e 1.4.15; emacs 27.2

Hi Mădălin,

> * gnu/packages/python-xyz.scm (python-sparse): New variable.

Thanks for the patch!

> +    (native-inputs
> +     `(("python-dask" ,python-dask)
> +       ("python-pytest" ,python-pytest)
> +       ("python-pytest-black" ,python-pytest-black)
> +       ("python-pytest-cov" ,python-pytest-cov)))

In spite of the addition of all these test inputs the test suite is not
run:

--8<---------------cut here---------------start------------->8---
starting phase `check'
running "python setup.py" with command "test" and parameters ()
['numpy', 'scipy>=0.19', 'numba>=0.49']
['numpy', 'scipy>=0.19', 'numba>=0.49']
running test
running egg_info
writing sparse.egg-info/PKG-INFO
writing dependency_links to sparse.egg-info/dependency_links.txt
writing entry points to sparse.egg-info/entry_points.txt
writing requirements to sparse.egg-info/requires.txt
writing top-level names to sparse.egg-info/top_level.txt
reading manifest file 'sparse.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.html' under directory 'sparse'
no previously-included directories found matching 'docs/_build'
writing manifest file 'sparse.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
phase `check' succeeded after 1.5 seconds
--8<---------------cut here---------------end--------------->8---

Could you please take a look at this?

> +    ;;https://github.com/pydata/sparse/blob/master/LICENSE
> +    (license license:bsd-3)))

No need to include this comment.

-- 
Ricardo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]