diff options
Diffstat (limited to 'devel/py-hacking')
-rw-r--r-- | devel/py-hacking/Makefile | 3 | ||||
-rw-r--r-- | devel/py-hacking/files/patch-requirements.txt | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/devel/py-hacking/Makefile b/devel/py-hacking/Makefile index ff9d038428e0..c765012ca52e 100644 --- a/devel/py-hacking/Makefile +++ b/devel/py-hacking/Makefile @@ -1,5 +1,6 @@ PORTNAME= hacking PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ 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<7.2:devel/py-flake8@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=7.1.1:devel/py-flake8@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-hacking/files/patch-requirements.txt b/devel/py-hacking/files/patch-requirements.txt new file mode 100644 index 000000000000..4fbb9fa582f0 --- /dev/null +++ b/devel/py-hacking/files/patch-requirements.txt @@ -0,0 +1,5 @@ +--- requirements.txt.orig 2024-08-16 16:12:28 UTC ++++ requirements.txt +@@ -1 +1 @@ +-flake8~=7.1.1 # MIT ++flake8>=7.1.1 # MIT |