Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585260 - dev-python/pdoc add python-3.5 support
Summary: dev-python/pdoc add python-3.5 support
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: PATCH
Depends on:
Blocks: 536078
  Show dependency tree
 
Reported: 2016-06-07 08:15 UTC by Adrian
Modified: 2016-10-31 12:26 UTC (History)
2 users (show)

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


Attachments
dev-python/pdoc-0.3.1-add-python3_5-support.patch (file_585260.txt,273 bytes, text/plain)
2016-06-07 08:15 UTC, Adrian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian 2016-06-07 08:15:03 UTC
Created attachment 436740 [details]
dev-python/pdoc-0.3.1-add-python3_5-support.patch

I am helping to build the new blender 2.77a and openvdb 3.1.0 ebuilds at https://github.com/dracwyrm/gentoo-ebuilds

Openvdb uses pdoc to build its documentation, however the dev-python/pdoc-0.3.1 ebuild only lists PYTHON_COMPAT for up to python3_4. This creates a conflict as blender-2.77a requires python3_5, which depends on openvdb thus pdoc having python3_5 also.

Pdoc appears to support python3_5. I have created a local overlay for pdoc which includes python3_5 in PYTHON_COMPAT (see patch). It compiles and I have not found any problems with the documentation it created for openvdb.

Is it possible to add support for python3_5 to the ebuild in portage?
Comment 1 Adrian 2016-06-13 13:58:22 UTC
There is no need to apply this patch to pdoc-0.3.1

We have developed an ebuild at https://github.com/dracwyrm/gentoo-ebuilds for the newer upstream version of pdoc-0.3.2 which includes python 3.5 compatibility.

Once we get it integrated into the tree this bug will be resolved, as will the block on bug 536078.
Comment 2 Adrian 2016-10-31 12:26:08 UTC
Pdoc-0.3.2 now supports python 3.5, so this issue is resolved.