Date: Tue, 04 Jul 2017 15:03:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220469] security/py-certbot: compatible with Python 3 now but Makefile forces 2.7 Message-ID: <bug-220469-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220469 Bug ID: 220469 Summary: security/py-certbot: compatible with Python 3 now but Makefile forces 2.7 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: spambox@haruhiism.net Assignee: koobs@FreeBSD.org Flags: maintainer-feedback?(koobs@FreeBSD.org) certbot is compatible with Python 3 nowadays. The port build fails with poudriere if the default Python interpreter is set to 3.x, however replacing USES=3D python:-2.7 with USES=3D python results in a successful package build (tested with Python 3.6). The resulting package works as advertised and the script properly contacts Letsencrypt and updates certificates. I suggest to remove this direct dependency on Python 2.7 as it does not seem like it is needed; maybe make it work with either 2.7 or 3.1+? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220469-13>