Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488104 - app-editors/retext-4.10 version bump and python3.3 support
Summary: app-editors/retext-4.10 version bump and python3.3 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 09:19 UTC by Helmut Jarausch
Modified: 2013-10-26 23:45 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 Helmut Jarausch 2013-10-15 09:19:20 UTC
Please support app-editors/retext-4.1.0. It seems to work well on GenToo.
You only have to remove the line
	dosym /usr/bin/${PN}{.py,}
from the ebuild.

Furthermore, please enable Python 3.3 support.
For this, please enable Python 3.3 support for dev-python/pyenchant.
This seems to work well with Python 3.3, too.

Many thanks for considering this,
Helmut
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-10-26 23:45:28 UTC
I can't touch pyenchant; so, for that we need to await bug #487840.

Hmm, I'm experiencing the following bug on Python 2.7:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/retext", line 64, in <module>
    main()
  File "/usr/lib/python-exec/python2.7/retext", line 54, in main
    window = ReTextWindow()
  File "/usr/lib64/python2.7/site-packages/ReText/window.py", line 179, in __init__
    self.aboutWindowTitle = self.aboutWindowTitle % app_name
TypeError: unsupported operand type(s) for %: 'QString' and 'str'

But, it works on Python 3.2 so I left that as the only option left in place.

+  26 Oct 2013; Tom Wijsman <TomWij@gentoo.org> +retext-4.1.0.ebuild,
+  retext-9999.ebuild:
+  Version bump to 4.1.0; dropped Python 2.7 support as it fails on it for now
+  and that will need to be adapted to work again, can't support 3.3 yet due to
+  PyEnchant dependency. Fixes bug #488104, reported by Helmut Jarausch.

Since I've CC-ed myself on the other bug, I'll be able to support 3.3 as soon as the other bug resolves itself.