Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497508 - dev-python/tpg-3.2.2 - add support for python3.*
Summary: dev-python/tpg-3.2.2 - add support for python3.*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 09:37 UTC by Helmut Jarausch
Modified: 2014-03-30 08:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
diff -u tpg-3.2.2.ebuild tpg-3.2.2-r1.ebuild (tpg.patch,1.33 KB, patch)
2014-03-28 04:07 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2014-01-08 09:37:50 UTC
dev-python/tpg-3.2.2 works just fine with Python3.3 (as noted on its web page)
I have checked both examples.

Please remove the restriction to Python2.x (for tpg-3.2.2, at least)
Thanks.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-03-28 04:07:37 UTC
Created attachment 373700 [details, diff]
diff -u tpg-3.2.2.ebuild tpg-3.2.2-r1.ebuild

Needs a whole conversion to -r1 distutils.
There's a doc build however it' already been skipped over years ago in preparing the ebuilds of that time period for tpg. It requires  dev-texlive/texlive-latex.
Does ANYONE consider this warranted?

Dropped py2.6 because it's past its prime and fails tests with 

* Parser ContextSensitiveLexer
**********************************************************************
    split() got an unexpected keyword argument 'flags'

before it even gets started.  If no alternate input will commit as is in a couple of days.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-03-30 08:33:27 UTC
*tpg-3.2.2-r1 (30 Mar 2014)

  30 Mar 2014; Ian Delaney <idella4@gentoo.org> +tpg-3.2.2-r1.ebuild,
  -tpg-3.1.2.ebuild, -tpg-3.1.4.ebuild, -tpg-3.2.1.ebuild:
  revbump; conversion -> distutils-r1 eclass, Add py3 support, fixes Bug #497508
  by jarausch