Index: head/devel/py-flake8-import-order/Makefile =================================================================== --- head/devel/py-flake8-import-order/Makefile (revision 553895) +++ head/devel/py-flake8-import-order/Makefile (revision 553896) @@ -1,22 +1,23 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= flake8-import-order PORTVERSION= 0.18.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Flake8 and pylama plugin that checks the ordering of import statements LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/devel/py-flake8-import-order/files/patch-python3.9 =================================================================== --- head/devel/py-flake8-import-order/files/patch-python3.9 (nonexistent) +++ head/devel/py-flake8-import-order/files/patch-python3.9 (revision 553896) @@ -0,0 +1,19 @@ +From 6916da0cfbbe21e8b49bed3cbf25b9657dfe9452 Mon Sep 17 00:00:00 2001 +From: Dmitry Marakasov +Date: Tue, 20 Oct 2020 16:26:42 +0300 +Subject: [PATCH] Recognize zoneinfo introduced in python 3.9 as stdlib + +--- + flake8_import_order/stdlib_list.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/flake8_import_order/stdlib_list.py b/flake8_import_order/stdlib_list.py +index c6d9353..59fd913 100644 +--- flake8_import_order/stdlib_list.py ++++ flake8_import_order/stdlib_list.py +@@ -316,4 +316,5 @@ + "zipfile", + "zipimport", + "zlib", ++ "zoneinfo", + } Property changes on: head/devel/py-flake8-import-order/files/patch-python3.9 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property