Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494892 - =app-editors/retext-4.1.3 version bump and python3.3 support
Summary: =app-editors/retext-4.1.3 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: 487840
Blocks:
  Show dependency tree
 
Reported: 2013-12-20 19:56 UTC by Franz Trischberger
Modified: 2014-07-18 15:23 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 Franz Trischberger 2013-12-20 19:56:25 UTC
The commit unconditionally hard-codes compatibility to python-3.2. But IMHO it is just the spellchecking that requires python-3.2. Could the strict dep be made dependent on the state of the spell-USE-Flag?

+++ This bug was initially created as a clone of Bug #488104 +++

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 2014-04-25 11:54:35 UTC
Looks like someone else got to the first part:

+  19 Feb 2014; Justin Lecher <jlec@gentoo.org> retext-4.1.1.ebuild,
+  metadata.xml:
+  Allow python3.3 with USE=-spell

But we are still awaiting bug #487840, where the upstream bug appears unresolved:

    https://github.com/rfk/pyenchant/issues/31
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2014-05-20 22:15:07 UTC
4.1.2 has been released.
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2014-06-30 15:34:45 UTC
pyenchant with python3_3 support is available now.
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-07-18 15:23:56 UTC
Dropped Python 3.2 support due to:

    File "/usr/lib64/python3.2/site-packages/pygments/util.py", line 224
        return u'[%s-%s]' % (unichr(a), unichr(b))

Will need to test Python 3.4 support later on.

+  18 Jul 2014; Tom Wijsman <TomWij@gentoo.org> +retext-4.1.3.ebuild,
+  retext-9999.ebuild:
+  Version bump to 4.1.3; fixes bug #494892, reported by Franz Fellner.

Thank you very much for reporting.