diff --git a/devel/py-hacking/Makefile b/devel/py-hacking/Makefile index c765012ca52e..a47355bb51e3 100644 --- a/devel/py-hacking/Makefile +++ b/devel/py-hacking/Makefile @@ -1,26 +1,25 @@ PORTNAME= hacking -PORTVERSION= 7.0.0 -PORTREVISION= 1 +PORTVERSION= 8.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack Hacking Guideline Enforcement WWW= https://docs.openstack.org/hacking/latest/ \ https://github.com/openstack/hacking LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=7.1.1:devel/py-flake8@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=7.3.0<7.4:devel/py-flake8@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-hacking/distinfo b/devel/py-hacking/distinfo index 0c8376b3dd0a..b12685295eb3 100644 --- a/devel/py-hacking/distinfo +++ b/devel/py-hacking/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084590 -SHA256 (hacking-7.0.0.tar.gz) = b9b6c2e5280f7d54fa82c58fe09983f68c5b6f634ac3fa339f8ba16a5715cab7 -SIZE (hacking-7.0.0.tar.gz) = 61165 +TIMESTAMP = 1763853322 +SHA256 (hacking-8.0.0.tar.gz) = 37cf70623ecf32474c4cd6164827ae7dff4753ada7f9efc705e8883a100f8bb2 +SIZE (hacking-8.0.0.tar.gz) = 61185 diff --git a/devel/py-hacking/files/patch-requirements.txt b/devel/py-hacking/files/patch-requirements.txt deleted file mode 100644 index 4fbb9fa582f0..000000000000 --- a/devel/py-hacking/files/patch-requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ ---- requirements.txt.orig 2024-08-16 16:12:28 UTC -+++ requirements.txt -@@ -1 +1 @@ --flake8~=7.1.1 # MIT -+flake8>=7.1.1 # MIT