Summary: | dev-python/matplotlib: py3-capable deps on pyfltk, pygtk, wxwidgets, xlwt (py2-only) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jlec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 494004, 549148, 552252 | ||
Bug Blocks: | 448026 |
Description
Michał Górny
![]() ![]() ![]() ![]() Ok, update. COMMON_DEPS: gtk? ( dev-python/pygtk[${PY2_USEDEP}] ) wxwidgets? ( dev-python/wxpython:2.8[${PY2_USEDEP}] ) DEPEND: doc? ( dev-python/imaging[${PY2_USEDEP}] dev-python/xlwt[${PY2_USEDEP}] ) RDEPEND: excel? ( dev-python/xlwt[${PY2_USEDEP}] ) fltk? ( dev-python/pyfltk[${PY2_USEDEP}] ) ...and what exactly is the question here ? pygtk is indeed only for python2, though the introspection backend (which isn't) is quite buggy atm (though much of the blame lies on pycairo side). I had this all sorted, and working to my testing. I am pretty sure there's no new discovery here, all previously covered (In reply to comment #2) > ...and what exactly is the question here ? There's no question. Keep this bug open until all of them are fixed or removed. We want to keep track of this. + 09 Jun 2013; Mike Gilbert <floppym@gentoo.org> matplotlib-1.2.0-r2.ebuild, + matplotlib-1.2.1.ebuild: + Depend on imaging for python3.2+. commit 06015eb806b553ac05242d20038241bc01076b52 Author: Justin Lecher <jlec@gentoo.org> Date: Thu Oct 15 14:13:31 2015 +0200 dev-python/matplotlib: Correct all deps so that py 2 and 3 are handled Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=456704 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06015eb806b553ac05242d20038241bc01076b52 |