Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 16:05:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e175a8c1d975 - main - devel/thonny: Add missing @${PY_FLAVOR}
Message-ID:  <202302051605.315G58LC058378@gitrepo.freebsd.org>

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

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

commit e175a8c1d975f3686e5997aede68fd515367283c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:29:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:50:14 +0000

    devel/thonny: Add missing @${PY_FLAVOR}
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/thonny/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/thonny/Makefile b/devel/thonny/Makefile
index f6b1cdc092d1..fd9b3454a6d7 100644
--- a/devel/thonny/Makefile
+++ b/devel/thonny/Makefile
@@ -11,7 +11,7 @@ WWW=		https://thonny.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	pylint:devel/pylint \
+RUN_DEPENDS=	pylint:devel/pylint@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jedi>=0.18.1:devel/py-jedi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}astroid>=1.4.9:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.16:textproc/py-docutils@${PY_FLAVOR} \



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