distilator-1.3 prints this: > $ distilator > /usr/local/bin/distilator:41: SyntaxWarning: "is not" with a literal. Did you mean "!="? > if thisurl.scheme is not "": > /usr/local/bin/distilator:132: SyntaxWarning: "is" with a literal. Did you mean "=="? > if urlparse(url).scheme is "http" or "https": > /usr/local/bin/distilator:163: SyntaxWarning: "is" with a literal. Did you mean "=="? > if urlparse(url).scheme is "ftp":
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a978f1c8a56703f903ba1101cbeac47dcd84382 commit 3a978f1c8a56703f903ba1101cbeac47dcd84382 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-05-07 06:29:51 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-05-07 06:29:51 +0000 ports-mgmt/distilator: Fix warnings emitted by python 3.8 PR: 255672 Reported by: yuri ports-mgmt/distilator/Makefile | 1 + .../distilator/files/patch-distilator.py (new) | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+)
Fixed, thanks!