1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-click-repl: Fix pkg-descr

Correctly describe this port.

Reported by:	olgeni
This commit is contained in:
Juraj Lutter 2024-02-08 08:42:00 +01:00
parent ef91b5d1eb
commit 248c1ffb0a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= click-repl
DISTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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.