Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529720 - dev-python/numpydoc requires bump to -0.5 for full Python 3 compatibility
Summary: dev-python/numpydoc requires bump to -0.5 for full Python 3 compatibility
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 20:31 UTC by Chris Mayo
Modified: 2014-12-22 11:06 UTC (History)
0 users

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 Chris Mayo 2014-11-18 20:31:56 UTC
As acknowledged upstream with disabled tests:
https://github.com/numpy/numpydoc/commit/be19d718646faddc8e8e12aa9b3a6a4393125cfb

Shown by byte-compiled files missing in site-packages for python3.3 for:
/usr/lib64/python3.3/site-packages/numpydoc/docscrape.py
/usr/lib64/python3.3/site-packages/numpydoc/numpydoc.py
/usr/lib64/python3.3/site-packages/numpydoc/phantom_import.py
/usr/lib64/python3.3/site-packages/numpydoc/plot_directive.py

Upgrading to numpydoc-0.5 fixes this. Just renaming the ebuild works for me - except test files are installed in site-packages/numpydoc/tests and as -rw-r----- .
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-12-22 11:06:38 UTC
avail since June apparently.

*numpydoc-0.5.ebuild (22 Dec 2014)

  22 Dec 2014; Ian Delaney <idella4@gentoo.org> numpydoc-0.5.ebuild:
  bump; drop pypy due to failure of support by new rdep, test phase
  updated accordingly, fixes Bug #529720

<except test files are installed in site-packages/numpydoc/tests>
This is fine according to the state of the current eclass.