diff options
Diffstat (limited to 'devel/py-pytest-codspeed/Makefile')
-rw-r--r-- | devel/py-pytest-codspeed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pytest-codspeed/Makefile b/devel/py-pytest-codspeed/Makefile index 75f55b1c63bf..0b5852892354 100644 --- a/devel/py-pytest-codspeed/Makefile +++ b/devel/py-pytest-codspeed/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-codspeed -PORTVERSION= 3.2.0 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,7 +8,7 @@ DISTNAME= pytest_codspeed-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pytest plugin to create CodSpeed benchmarks WWW= https://codspeed.io/ \ - https://docs.codspeed.io/ \ + https://codspeed.io/docs/reference/pytest-codspeed \ https://github.com/CodSpeedHQ/pytest-codspeed LICENSE= MIT @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.17.1:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.8,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.8.1:textproc/py-rich@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |