Summary: | ports-mgmt/distilator: Prints warnings with python-38 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> |
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | python |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ehaupt) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
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! |
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":