Skip to content

Commit

Permalink
devel/py-rich-click: Format click help output nicely with rich
Browse files Browse the repository at this point in the history
The intention of rich-click is to provide attractive help output from
click, formatted with rich, with minimal customisation required.
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed May 12, 2023
1 parent 576198b commit 472806a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5437,6 +5437,7 @@
SUBDIR += py-rfc3339
SUBDIR += py-rfc3339-validator
SUBDIR += py-rfc3986-validator
SUBDIR += py-rich-click
SUBDIR += py-robotframework
SUBDIR += py-robotframework-databaselibrary
SUBDIR += py-robotframework-pabot
Expand Down
20 changes: 20 additions & 0 deletions devel/py-rich-click/Makefile
@@ -0,0 +1,20 @@
PORTNAME= rich-click
DISTVERSION= 1.6.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= jwb@FreeBSD.org
COMMENT= Format click help output nicely with rich
WWW= https://pypi.python.org/project/rich-click/

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-rich-click/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1683893949
SHA256 (rich-click-1.6.1.tar.gz) = f8ff96693ec6e261d1544e9f7d9a5811c5ef5d74c8adb4978430fc0dac16777e
SIZE (rich-click-1.6.1.tar.gz) = 23227
2 changes: 2 additions & 0 deletions devel/py-rich-click/pkg-descr
@@ -0,0 +1,2 @@
The intention of rich-click is to provide attractive help output from
click, formatted with rich, with minimal customisation required.

0 comments on commit 472806a

Please sign in to comment.