Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 10:54:14 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: 300f36319e3f - main - devel/py-pudb: Add COMPLETION option
Message-ID:  <202212301054.2BUAsEFJ073016@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=300f36319e3f5470500b9166905cbf40d4534ba7

commit 300f36319e3f5470500b9166905cbf40d4534ba7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 10:51:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 10:51:55 +0000

    devel/py-pudb: Add COMPLETION option
---
 devel/py-pudb/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile
index 82d572abfca6..ba67bed550e0 100644
--- a/devel/py-pudb/Makefile
+++ b/devel/py-pudb/Makefile
@@ -23,4 +23,9 @@ USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	COMPLETION
+COMPLETION_DESC=Tab completion in debugger
+
+COMPLETION_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}shtab>=0:devel/py-shtab@${PY_FLAVOR}
+
 .include <bsd.port.mk>



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