Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663412 - dev-python/xlutils-2.0.0 should support py3k
Summary: dev-python/xlutils-2.0.0 should support py3k
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-12 06:13 UTC by cJ
Modified: 2019-05-08 14:41 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 cJ 2018-08-12 06:13:51 UTC
According to the pypi page https://pypi.org/project/xlutils/, dev-python/xlutils-2.0.0 should support py3k
Comment 1 Nikita Zlobin 2019-05-08 10:41:10 UTC
Describing existing usage (not gentoo), for possible confirmation.

Recent FreeCAD release (0.18) requires python3. Since some version it has plugin manager, allowing to load/install plugins, and one of them - InventorLoader. This plugin requires 3 python packages: xlrd, xlwt and xlutils. While ebuils for first two support py3, xlutils ebuild doesn't. This plugin (InventorLoader) is mentioned in release notes:
https://www.freecadweb.org/wiki/Release_notes_0.18

What means, my assumption about expectations is not mistake.
Comment 2 Larry the Git Cow gentoo-dev 2019-05-08 14:41:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b1b4f492f813c6c92a8c10bdbe73662f3edb1b

commit 25b1b4f492f813c6c92a8c10bdbe73662f3edb1b
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-05-08 14:40:02 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-05-08 14:41:17 +0000

    dev-python/xlutils: add py3 compat
    
    Also, fix tests.
    
    Closes: https://bugs.gentoo.org/655826
    Closes: https://bugs.gentoo.org/663412
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 .../xlutils/files/xlutils-2.0.0-fix-tests.patch    | 23 ++++++++++++++++++++++
 ...lutils-2.0.0.ebuild => xlutils-2.0.0-r1.ebuild} | 23 ++++++++++++++--------
 2 files changed, 38 insertions(+), 8 deletions(-)