mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
- Update WWW Changes: https://github.com/dbcli/cli_helpers/blob/main/CHANGELOG https://cli-helpers.readthedocs.io/en/stable/changelog.html
32 lines
972 B
Makefile
32 lines
972 B
Makefile
PORTNAME= cli-helpers
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= cli_helpers-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Helpers for building command-line apps
|
|
WWW= https://cli-helpers.readthedocs.io/en/stable/ \
|
|
https://github.com/dbcli/cli_helpers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
# Note: devel/py-wcwidth comes from devel/py-tabulate[widechars]
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= STYLES
|
|
OPTIONS_DEFAULT=STYLES
|
|
STYLES_DESC= Style formatted output/tables via Pygments
|
|
|
|
STYLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|