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:
parent
b4acea70c9
commit
504f5a0a3f
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user