Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2023 15:01:18 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 4a995dfa52f8 - 2023Q4 - textproc/py-python-lsp-jsonrpc: Remove run_depends
Message-ID:  <202311041501.3A4F1IuW082971@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a995dfa52f8c4e4ed15694a5d1d77aa25102d29

commit 4a995dfa52f8c4e4ed15694a5d1d77aa25102d29
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-11-04 14:53:13 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2023-11-04 15:00:51 +0000

    textproc/py-python-lsp-jsonrpc: Remove run_depends
    
    It turned out that some runtime dependencies are not necessary. These
    were probably relics from the search for necessary dependencies for the
    test target. Thanks to John Hein for the hint.
    
    PR:             274906
    MFH:            2023Q4
    (cherry picked from commit a721b47305eac2d636edea8102581fa9d9cc10c8)
---
 textproc/py-python-lsp-jsonrpc/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/textproc/py-python-lsp-jsonrpc/Makefile b/textproc/py-python-lsp-jsonrpc/Makefile
index a7f2a9485697..9f81ec431269 100644
--- a/textproc/py-python-lsp-jsonrpc/Makefile
+++ b/textproc/py-python-lsp-jsonrpc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	python-lsp-jsonrpc
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/pycoverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/pyflakes@${PY_FLAVOR} \



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