git: 77faa6a70c2d - main - devel/py-flake8-quotes: mark BROKEN for being incompatible with flake8 6.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Nov 2022 19:48:56 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=77faa6a70c2d651c8a920d13385c3c363eed264a
commit 77faa6a70c2d651c8a920d13385c3c363eed264a
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-11-24 19:46:43 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-11-24 19:48:10 +0000
devel/py-flake8-quotes: mark BROKEN for being incompatible with flake8 6.x
---
devel/py-flake8-quotes/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/py-flake8-quotes/Makefile b/devel/py-flake8-quotes/Makefile
index 256bad850519..bb469a2f4113 100644
--- a/devel/py-flake8-quotes/Makefile
+++ b/devel/py-flake8-quotes/Makefile
@@ -6,11 +6,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Flake8 lint for quotes
-WWW= https://pypi.org/project/flake8-quotes/
+WWW= https://pypi.org/project/flake8-quotes/ \
+ https://github.com/zheller/flake8-quotes/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= does not work with flake8 6.x # https://github.com/zheller/flake8-quotes/issues/110
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR}
USES= python:3.6+