aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2024-02-08 07:42:00 +0000
committerJuraj Lutter <otis@FreeBSD.org>2024-02-08 07:50:41 +0000
commit248c1ffb0a596834daf62c785126a30999eeeeeb (patch)
treef33ae11834fe6d1a93fa37e9147299f0d468d850
parentef91b5d1eba3b709039e3719c00b7877aa6efcca (diff)
downloadports-248c1ffb0a596834daf62c785126a30999eeeeeb.tar.gz
ports-248c1ffb0a596834daf62c785126a30999eeeeeb.zip
devel/py-click-repl: Fix pkg-descr
Correctly describe this port. Reported by: olgeni
-rw-r--r--devel/py-click-repl/Makefile1
-rw-r--r--devel/py-click-repl/pkg-descr7
2 files changed, 7 insertions, 1 deletions
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.