Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 521904

Summary: x11-misc/redshift-1.9.1 - add python 3.4 support
Product: Gentoo Linux Reporter: Jonas Jelten <jj>
Component: Current packagesAssignee: Sebastian Pipping <sping>
Status: RESOLVED FIXED    
Severity: normal CC: desktop-misc, jj
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for redshift ebuild
patch for pyxdg ebuild

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.