Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680168 - dev-python/pandas: Add support for Python 3.7
Summary: dev-python/pandas: Add support for Python 3.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-12 20:34 UTC by Chris Mayo
Modified: 2019-04-11 20:45 UTC (History)
1 user (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 Chris Mayo 2019-03-12 20:34:17 UTC
Note
Pandas 0.23.2 is first pandas release that’s compatible with Python 3.7 (GH20552)

https://pandas.pydata.org/pandas-docs/version/0.23.4/whatsnew.html#v0-23-2
Comment 1 François Bissey 2019-04-11 10:16:38 UTC
I had a look this afternoon. The main issue is to get python3.7 compatible dependencies into the tree.
blosc, boto, xlrd and xarray at least don't support python3.7 in the tree. The pandas ebuild cannot support python3.7 until either those support python3.7 or they are dropped as dependencies (even if they are optional).
Comment 2 Chris Mayo 2019-04-11 18:19:44 UTC
Looks like USE full-support and test won't be available, but there's nothing more to do in the ebuild for that.

Closing because pandas-0.24.1 now supports Python 3.7.
Comment 3 François Bissey 2019-04-11 20:45:44 UTC
That's daring of the maintainer. repoman screams at you if you just do what he did.