Date: Mon, 6 Oct 2025 08:29:38 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3800611e862a - main - devel/py-pick: New port: Pick an option in the terminal with a simple GUI Message-ID: <202510060829.5968Tc5D042580@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3800611e862aed7eca56de49cba97e8ada174b6e commit 3800611e862aed7eca56de49cba97e8ada174b6e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-10-04 01:46:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-10-06 08:25:49 +0000 devel/py-pick: New port: Pick an option in the terminal with a simple GUI --- devel/Makefile | 1 + devel/py-pick/Makefile | 29 +++++++++++++++++++++++++++++ devel/py-pick/distinfo | 3 +++ devel/py-pick/pkg-descr | 3 +++ 4 files changed, 36 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 925331a0fae0..da7719f27c21 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5486,6 +5486,7 @@ SUBDIR += py-phply SUBDIR += py-phpserialize SUBDIR += py-phx-class-registry + SUBDIR += py-pick SUBDIR += py-pid SUBDIR += py-pika SUBDIR += py-pika-pool diff --git a/devel/py-pick/Makefile b/devel/py-pick/Makefile new file mode 100644 index 000000000000..f5909d1f8eb1 --- /dev/null +++ b/devel/py-pick/Makefile @@ -0,0 +1,29 @@ +PORTNAME= pick +DISTVERSIONPREFIX= v +DISTVERSION= 2.4.0 +CATEGORIES= devel python +#MASTER_SITES= PYPI # no tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Pick an option in the terminal with a simple GUI +WWW= https://github.com/aisk/pick + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +USE_GITHUB= yes +GH_ACCOUNT= aisk + +TEST_ENV= PYTHONPATH=${WRKSRC}/src + +NO_ARCH= yes + +# tests as of 2.4.0: 8 passed in 2.51s + +.include <bsd.port.mk> diff --git a/devel/py-pick/distinfo b/devel/py-pick/distinfo new file mode 100644 index 000000000000..792f88bd5c34 --- /dev/null +++ b/devel/py-pick/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1759729556 +SHA256 (aisk-pick-v2.4.0_GH0.tar.gz) = 25a18788c0670c51eff6add17a0b6904c9e147ddcc2701c6c6f8ae4dfdf7fabb +SIZE (aisk-pick-v2.4.0_GH0.tar.gz) = 90453 diff --git a/devel/py-pick/pkg-descr b/devel/py-pick/pkg-descr new file mode 100644 index 000000000000..b88bf9e2bc7e --- /dev/null +++ b/devel/py-pick/pkg-descr @@ -0,0 +1,3 @@ +Pick is an option in the terminal with a simple GUI. +Pick provides a simple way to create a curses-based interactive selection +list in the terminal.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510060829.5968Tc5D042580>
