ports/misc/py-shell-gpt/Makefile
Hiroki Tagato e4be32d9c8 misc/py-shell-gpt: update to 0.9.4
Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/0.9.4

Reported by:	GitHub (watch releases)
2023-07-24 10:12:40 +09:00

30 lines
1 KiB
Makefile

PORTNAME= shell-gpt
DISTVERSION= 0.9.4
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= tagattie@FreeBSD.org
COMMENT= Command-line productivity tool powered by ChatGPT
WWW= https://github.com/TheR1D/shell_gpt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typer>=0.7.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}distro>=1.8.0<2.0.0:sysutils/py-distro@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=13.1.0<14.0.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.28.2<3.0.0:www/py-requests@${PY_FLAVOR} \
curl:ftp/curl
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-mock>=1.10.0<2.0.0:www/py-requests-mock@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517 pytest
BINARY_ALIAS= python=${PYTHON_CMD}
NO_ARCH= yes
.include <bsd.port.mk>