diff --git a/devel/py-pytest-randomly/Makefile b/devel/py-pytest-randomly/Makefile index 0ce73c829873..c996ab81ed2d 100644 --- a/devel/py-pytest-randomly/Makefile +++ b/devel/py-pytest-randomly/Makefile @@ -1,24 +1,28 @@ PORTNAME= pytest-randomly -DISTVERSION= 3.16.0 +DISTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Pytest plugin to randomly order tests and control random.seed WWW= https://github.com/pytest-dev/pytest-randomly LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} '/license-files/d; s|^license = "MIT"|license = { text = "MIT" }|; s|77|63|g' \ + ${WRKSRC}/pyproject.toml + .include diff --git a/devel/py-pytest-randomly/distinfo b/devel/py-pytest-randomly/distinfo index 59ea1bfb8271..86f258e31aff 100644 --- a/devel/py-pytest-randomly/distinfo +++ b/devel/py-pytest-randomly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1783214141 -SHA256 (pytest_randomly-3.16.0.tar.gz) = 11bf4d23a26484de7860d82f726c0629837cf4064b79157bd18ec9d41d7feb26 -SIZE (pytest_randomly-3.16.0.tar.gz) = 13367 +TIMESTAMP = 1785000143 +SHA256 (pytest_randomly-4.0.0.tar.gz) = 521c216e94e8b40cccfa5da5e403e9c45a3071db6f9f1cb2d5658e9017def2a9 +SIZE (pytest_randomly-4.0.0.tar.gz) = 14190