Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2023 01:57:57 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47177a522b37 - main - devel/py-pytest: Remove py-py from RUN_DEPENDS
Message-ID:  <202310130157.39D1vvun037172@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47177a522b37d7b66f438b6af8f3158451b7bbb2

commit 47177a522b37d7b66f438b6af8f3158451b7bbb2
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-10-13 01:52:54 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-10-13 01:52:54 +0000

    devel/py-pytest: Remove py-py from RUN_DEPENDS
    
    Upstream no longer depends on py library from 7.2.0:
    https://docs.pytest.org/en/stable/changelog.html
    
    py-py in portstree was documented vulnerability and no patch to fix it.
---
 devel/py-pytest/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile
index d5b8b4f2273e..2ec393eec914 100644
--- a/devel/py-pytest/Makefile
+++ b/devel/py-pytest/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pytest
 PORTVERSION=	7.4.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
@@ -17,8 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=45.0:devel/py-setuptools@${PY_
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<2.0:devel/py-pluggy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}py>=1.8.2:devel/py-py@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<2.0:devel/py-pluggy@${PY_FLAVOR}
 TEST_DEPENDS=	bash:shells/bash \
 		lsof:sysutils/lsof \
 		${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310130157.39D1vvun037172>