Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685330 - app-crypt/acme-0.34.1 app-crypt/certbot-0.34.1 app-crypt/certbot-nginx-0.34.1 add PYTHON_COMPAT 3_7
Summary: app-crypt/acme-0.34.1 app-crypt/certbot-0.34.1 app-crypt/certbot-nginx-0.34.1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-08 07:21 UTC by Jeff Kowalczyk
Modified: 2019-05-16 16:02 UTC (History)
1 user (show)

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


Attachments
acme-0.34.1.ebuild.patch to add PYTHON_COMPAT 3_7 (acme-0.34.1.ebuild.patch,408 bytes, patch)
2019-05-08 07:22 UTC, Jeff Kowalczyk
Details | Diff
certbot-0.34.1.ebuild.patch to add PYTHON_COMPAT 3_7 (certbot-0.34.1.ebuild.patch,417 bytes, patch)
2019-05-08 07:23 UTC, Jeff Kowalczyk
Details | Diff
certbot-nginx-0.34.1.ebuild.patch to add PYTHON_COMPAT 3_7 (certbot-nginx-0.34.1.ebuild.patch,435 bytes, patch)
2019-05-08 07:23 UTC, Jeff Kowalczyk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2019-05-08 07:21:44 UTC
Three related packages:

app-crypt/acme/acme-0.34.1.ebuild
app-crypt/certbot/certbot-0.34.1.ebuild
app-crypt/certbot-nginx/certbot-nginx-0.34.1.ebuild

do not have PYTHON_COMPAT 3_7. If added, all three packages build successfully with Python-3.7.

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

Does indicate Python 3.7 support via category: "Programming Language :: Python :: 3.7"

Reproducible: Always
Comment 1 Jeff Kowalczyk 2019-05-08 07:22:59 UTC
Created attachment 575498 [details, diff]
acme-0.34.1.ebuild.patch to add PYTHON_COMPAT 3_7
Comment 2 Jeff Kowalczyk 2019-05-08 07:23:26 UTC
Created attachment 575500 [details, diff]
certbot-0.34.1.ebuild.patch to add PYTHON_COMPAT 3_7
Comment 3 Jeff Kowalczyk 2019-05-08 07:23:49 UTC
Created attachment 575502 [details, diff]
certbot-nginx-0.34.1.ebuild.patch to add PYTHON_COMPAT 3_7
Comment 4 Larry the Git Cow gentoo-dev 2019-05-16 16:00:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f555686c89924c71a68e1f0646de3651ce3cc3

commit 82f555686c89924c71a68e1f0646de3651ce3cc3
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:57:24 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:23 +0000

    app-crypt/certbot-nginx: add py37 support to 9999
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c152969de8e7eff4248c271f95b81bfea12ffce8

commit c152969de8e7eff4248c271f95b81bfea12ffce8
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:56:33 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:21 +0000

    app-crypt/certbot-apache: add py37 support
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-crypt/certbot-apache/certbot-apache-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9385f440e9810b96cf0c3b35c7d61581eca0035

commit a9385f440e9810b96cf0c3b35c7d61581eca0035
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:56:02 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:20 +0000

    dev-python/python-augeas: add py37 support
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/python-augeas/python-augeas-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce080ccd6c3dab31bc40561580d21d2d7e392e3

commit 7ce080ccd6c3dab31bc40561580d21d2d7e392e3
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:50:38 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:19 +0000

    app-crypt/certbot: add py37 support to 9999
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-crypt/certbot/certbot-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d11385351c8c68446e73c2c0160c742b0f27c42

commit 9d11385351c8c68446e73c2c0160c742b0f27c42
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:49:16 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:18 +0000

    dev-python/zope-component: add py37 support to 4.4.1
    
    Bug: https://bugs.gentoo.org/685330
    
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/zope-component/zope-component-4.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe8c56fa2e50a4aeec63583e7caecce562afba3

commit 2fe8c56fa2e50a4aeec63583e7caecce562afba3
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:45:51 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:17 +0000

    dev-python/configobj: add py37 support
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/configobj/configobj-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fd9124ed3230cdc56dd16b5e682623eaad41c9

commit f8fd9124ed3230cdc56dd16b5e682623eaad41c9
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:42:02 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:16 +0000

    app-crypt/acme: py37 support
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-crypt/acme/acme-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc07c10b2d8e5a6e1bf4b499d2cffe615594408c

commit fc07c10b2d8e5a6e1bf4b499d2cffe615594408c
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:41:12 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:15 +0000

    dev-python/requests-toolbelt: 0.9.1 bump and py37 support
    
    Bug: https://bugs.gentoo.org/685330
    
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/requests-toolbelt/Manifest              |  1 +
 .../requests-toolbelt-0.9.1.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce72ad4561bef56c9e8b027043d319f619b9cd6

commit bce72ad4561bef56c9e8b027043d319f619b9cd6
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:38:47 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:14 +0000

    dev-python/betamax: add py37 support
    
    Bug: https://bugs.gentoo.org/685330
    
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/betamax/betamax-0.8.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48986735d8a1517a4647033395783f4c5055b43e

commit 48986735d8a1517a4647033395783f4c5055b43e
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:34:14 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:13 +0000

    dev-python/pyrfc3339: 1.1 bump and py37 support
    
    Bug: https://bugs.gentoo.org/685330
    
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/pyrfc3339/Manifest             |  1 +
 dev-python/pyrfc3339/pyrfc3339-1.0.ebuild |  2 +-
 dev-python/pyrfc3339/pyrfc3339-1.1.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0f48a8b7ee6c1f7458a45aa093477014d42d1e

commit 9c0f48a8b7ee6c1f7458a45aa093477014d42d1e
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-05-16 15:30:44 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-05-16 16:00:12 +0000

    dev-python/josepy: add py37 to 1.1.0
    
    Bug: https://bugs.gentoo.org/685330
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 dev-python/josepy/josepy-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2019-05-16 16:02:13 UTC
next version of certbot will have it (git master currently does)