Files
2026-06-05 11:19:14 +00:00

29 lines
619 B
Makefile

COMMENT= install and run Python applications in isolated environments
MODPY_DISTV= 1.14.0
DISTNAME= pipx-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= sysutils
# https://github.com/pypa/pipx
HOMEPAGE= https://pypa.github.io/pipx/
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= hatch-vcs
# No test suites in pypi tarball. They are in git, but require extra prep
# (running a script to download wheels before running the tests).
NO_TEST= Yes
RUN_DEPENDS= devel/py-argcomplete \
sysutils/py-packaging \
sysutils/py-platformdirs \
sysutils/py-userpath
.include <bsd.port.mk>