mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
619 B
Makefile
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>
|