sthen 2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00

31 lines
694 B
Makefile

COMMENT = install and run Python applications in isolated environments
MODPY_EGG_VERSION = 1.1.0
DISTNAME = pipx-${MODPY_EGG_VERSION}
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 = hatchling
FLAVORS = python3
FLAVOR = python3
# 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${MODPY_FLAVOR} \
sysutils/py-packaging${MODPY_FLAVOR} \
sysutils/py-userpath${MODPY_FLAVOR}
.include <bsd.port.mk>