Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521904 - x11-misc/redshift-1.9.1 - add python 3.4 support
Summary: x11-misc/redshift-1.9.1 - add python 3.4 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2014-09-01 19:47 UTC by Jonas Jelten
Modified: 2014-09-06 18:53 UTC (History)
2 users (show)

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


Attachments
patch for redshift ebuild (redshift-py3.4.patch,394 bytes, patch)
2014-09-01 19:48 UTC, Jonas Jelten
Details | Diff
patch for pyxdg ebuild (pyxdg-py3.4.patch,397 bytes, patch)
2014-09-01 19:48 UTC, Jonas Jelten
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Jelten 2014-09-01 19:47:24 UTC
With only python 3.4 installed, redshift fails to build.
pyxdg is also listed to support 3.3 at the moment only in its ebuild.

 * No Python implementation selected for the build. Please add one
 * of the following values to your PYTHON_TARGETS (in make.conf):
 * 
 * python3_2 python3_3
 * ERROR: x11-misc/redshift-1.9.1::gentoo failed (configure phase):
 *   No supported Python implementation in PYTHON_TARGETS.

Adding python 3.4 as a supported version in both packages fixes the problem.
Patches attached.

Reproducible: Always
Comment 1 Jonas Jelten 2014-09-01 19:48:04 UTC
Created attachment 384062 [details, diff]
patch for redshift ebuild
Comment 2 Jonas Jelten 2014-09-01 19:48:46 UTC
Created attachment 384064 [details, diff]
patch for pyxdg ebuild
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-04 10:03:23 UTC
Comment on attachment 384064 [details, diff]
patch for pyxdg ebuild

Please file one bug report per package. Make the dev-python/pyxdg block this one.
Comment 4 Sebastian Pipping gentoo-dev 2014-09-06 18:53:10 UTC
From the pyxdg change log:

  06 Sep 2014; Michał Górny <mgorny@gentoo.org> pyxdg-0.25-r1.ebuild:
  Enable python3.4 support, clean old targets.

Add to that:

+  06 Sep 2014; Sebastian Pipping <sping@gentoo.org> redshift-1.9-r1.ebuild:
+  Unlock support for Python 3.4 (bug #521904)
+

Closing.