Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 530524 - dev-python/imapclient looks to not support python-3.4
Summary: dev-python/imapclient looks to not support python-3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.4
  Show dependency tree
 
Reported: 2014-11-25 09:10 UTC by Pacho Ramos
Modified: 2014-12-12 11:52 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 Pacho Ramos gentoo-dev 2014-11-25 09:10:32 UTC
As I read in ebuild:
# "Python versions 2.6, 2.7, 3.2 and 3.3 are officially supported" therefore 
# NOT adding py3.4 since it doesn't testsuite desn't even get started since it's clearly not ready

Keeping this to track the issue at least
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-12-12 11:52:58 UTC
  File "/usr/lib64/python3.4/unittest/loader.py", line 114, in loadTestsFromName
    parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'discover'

/mnt/gen2/TmpDir/portage/dev-python/imapclient-0.11/image/usr/lib64/python3.4/site-packages $ PYTHONPATH=. python3.4 -c "import imapclient"

yields blank which == success.

/mnt/gen2/TmpDir/portage/dev-python/imapclient-0.11/work/IMAPClient-0.11 $ python3.4 -m unittest discover
..............................................................................................................................................................
----------------------------------------------------------------------
Ran 158 tests in 0.071s

OK

Nice pick up Pacho

  12 Dec 2014; Ian Delaney <idella4@gentoo.org> imapclient-0.11.ebuild:
  drop py3.2 add py3.4, tidy deps fix test phase, fixes Bug #530524 by pacho2