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

Bug 553110

Summary: dev-libs/libevdev: Add Python 3 versions to PYTHON_COMPAT
Product: Gentoo Linux Reporter: A. Wilcox (awilfox) <awilfox.gentoo>
Component: [OLD] DevelopmentAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://cgit.freedesktop.org/libevdev/commit/?id=a3e8a240ab7618e11ce77e18957a4b6f308c939b
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add py3 to libevdev ebuild

Description A. Wilcox (awilfox) 2015-06-24 06:25:53 UTC
Upstream has had Python 3 support for almost two years now.  The attached patch adds Python 3.3 and 3.4 to PYTHON_COMPAT for dev-libs/libevdev.  Tested on amd64 and ppc with no issues with both 3.4 and 3.3.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/libevdev

Actual Results:  
Python 2.7 was used to build the event-names.h file.

Expected Results:  
Python 3 should be used where available.
Comment 1 A. Wilcox (awilfox) 2015-06-24 06:26:20 UTC
Created attachment 405620 [details, diff]
Add py3 to libevdev ebuild
Comment 2 A. Wilcox (awilfox) 2015-07-27 11:40:26 UTC
Any status on merging this patch in?
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2015-10-29 13:50:07 UTC
commit 7a142ae1f48e05b694c9305b6b55b5bccdb88de2
Author: Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Date:   Thu Oct 29 14:49:22 2015 +0100

    dev-libs/libevdev: declare python-3 compatibility
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=553110