Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335602 - dev-python/numpy-1.5 new version
Summary: dev-python/numpy-1.5 new version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 21:28 UTC by Hao Xiong
Modified: 2010-09-05 14:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hao Xiong 2010-09-01 21:28:28 UTC
Numpy-1.5 was just released yesterday. It supports Python3.

Reproducible: Always

Steps to Reproduce:
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-09-02 13:18:12 UTC
This needs nose for the tests, but nose is apparently not available for Python 3? (At least 0.11.4, which is apparently the latest version, doesn't have any mention of it in setup.py.)

Running unit tests for numpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/var/tmp/portage/dev-python/numpy-1.5.0/work/numpy-1.5.0/test-3.1/lib/python/numpy/testing/nosetester.py", line 321, in test
    self._show_system_info()
  File "/var/tmp/portage/dev-python/numpy-1.5.0/work/numpy-1.5.0/test-3.1/lib/python/numpy/testing/nosetester.py", line 187, in _show_system_info
    nose = import_nose()
  File "/var/tmp/portage/dev-python/numpy-1.5.0/work/numpy-1.5.0/test-3.1/lib/python/numpy/testing/nosetester.py", line 69, in import_nose
    raise ImportError(msg)
ImportError: Need nose >= 0.10.0 for tests - see http://somethingaboutorange.com/mrl/projects/nose
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-09-02 13:25:31 UTC
Bumped for 2.x only for now.
Comment 3 Janick Martinez Esturo 2010-09-05 14:35:09 UTC
(In reply to comment #2)
> Bumped for 2.x only for now.
> 

Without nose it works for me with python3.1:

http://forums.gentoo.org/viewtopic.php?p=6413494#6413494

It compiles and runs fine.. Is there a python3 release of nose planed / should numpy wait for it?