git: 248c1ffb0a59 - main - devel/py-click-repl: Fix pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Feb 2024 07:51:07 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=248c1ffb0a596834daf62c785126a30999eeeeeb commit 248c1ffb0a596834daf62c785126a30999eeeeeb Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2024-02-08 07:42:00 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-02-08 07:50:41 +0000 devel/py-click-repl: Fix pkg-descr Correctly describe this port. Reported by: olgeni --- devel/py-click-repl/Makefile | 1 + devel/py-click-repl/pkg-descr | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/py-click-repl/Makefile b/devel/py-click-repl/Makefile index 3eb106ad9ef5..1d2e384464a2 100644 --- a/devel/py-click-repl/Makefile +++ b/devel/py-click-repl/Makefile @@ -1,5 +1,6 @@ PORTNAME= click-repl DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-click-repl/pkg-descr b/devel/py-click-repl/pkg-descr index 0fbe7c9af8e4..7a7d327a67fc 100644 --- a/devel/py-click-repl/pkg-descr +++ b/devel/py-click-repl/pkg-descr @@ -1 +1,6 @@ -Enable git-like did-you-mean feature in click. +Enable REPL plugin for Click. + +Python REPL, short for Read-Eval-Print Loop, is an interactive programming +environment that allows users to execute Python code one line at a time. +It evaluates input, executes computations, and prints results instantly, +facilitating testing, debugging, and exploratory programming.