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

Bug 597430

Summary: app-crypt/certbot: please add python 3 support
Product: Gentoo Linux Reporter: C. Wijtmans <cj.wijtmans>
Component: Current packagesAssignee: Manuel Rüger (RETIRED) <mrueg>
Status: RESOLVED WONTFIX    
Severity: normal CC: hydrapolic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description C. Wijtmans 2016-10-18 11:23:31 UTC
according to https://github.com/certbot/certbot/issues/3179 certbot supports python 3 yet the ebuild builds with python 2.7 only.

# equery u certbot
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for app-crypt/certbot-0.8.1-r2:
 U I
 + + python_targets_python2_7 : Build with Python 2.7
 - - test                     : Workaround to pull in packages needed to run with FEATURES=test.
                                Portage-2.1.2 handles this internally, so don't set it in
                                make.conf/package.use anymore
Comment 1 Tomáš Mózes 2016-10-20 07:40:40 UTC
Have you tested with Python 3?
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2016-11-08 20:35:02 UTC
As long as setup.py doesn't list it, I won't add it.

https://github.com/certbot/certbot/blob/master/setup.py#L102