Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597430 - app-crypt/certbot: please add python 3 support
Summary: app-crypt/certbot: please add python 3 support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 11:23 UTC by C. Wijtmans
Modified: 2016-11-08 20:35 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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