devel/py-mccabe: Fix dependency

Requirement of pytest-runner was removed upstream. See following:
9274755156

PR:		263645
Reported by:	ngie
This commit is contained in:
Muhammad Moinur Rahman 2024-12-20 09:37:54 +01:00
parent b4acea70c9
commit 504f5a0a3f
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 5 additions and 7 deletions

View File

@ -1,20 +1,20 @@
PORTNAME= mccabe
PORTVERSION= 0.7.0
DISTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Ned's script to check McCabe complexity
WWW= https://pypi.org/project/mccabe/
WWW= https://pypi.org/project/mccabe/ \
https://github.com/PyCQA/mccabe/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes

View File

@ -1,5 +1,3 @@
Ned's script to check McCabe complexity.
This module provides a plugin for flake8, the Python code checker.
See also: https://github.com/flintwork/mccabe