Summary: | dev-python/seaborn - add PYTHON_COMPAT=python3_7,python3_8 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jon R-B <jon.roadleybattin> |
Component: | Current packages | Assignee: | Horea Christian <gentoo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cJ-gentoo, proxy-maint, python |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=711808 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 701178 | ||
Attachments: | seaborn-0.9.0.ebuild patch |
Description
jon R-B
2019-12-29 01:28:42 UTC
Created attachment 601618 [details, diff]
seaborn-0.9.0.ebuild patch
Hi! Since January 2020, there is now also version 0.10.0, which supports python versions from 3.6 upwards. https://seaborn.pydata.org/whatsnew.html Cheers, Jan +1 on the utility of seaborn, which I use daily. It's the only package in the long listin bug 711808 that I routinely use. I've had 0.10.0 running under python 3.7 in a private overlay since it came out in January. I needed no changes to the ebuild aside from the compat. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350859e63ea65fe812e1d677ff65f89699bdabb4 commit 350859e63ea65fe812e1d677ff65f89699bdabb4 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2020-03-09 18:23:41 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2020-03-09 18:27:09 +0000 dev-python/seaborn: 0.10.0 + EAPI 7 + py37 Bug: https://bugs.gentoo.org/704136 Bug: https://bugs.gentoo.org/711808 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20 dev-python/seaborn/Manifest | 1 + dev-python/seaborn/seaborn-0.10.0.ebuild | 39 ++++++++++++++++++++++++++++++++ profiles/package.mask | 1 - 3 files changed, 40 insertions(+), 1 deletion(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a729a812f822bcfffca043f88f559b550b8d0be added support for Python 3.8 |