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

25 lines
433 B
Makefile

COMMENT= python mocking and patching library for testing
MODPY_EGG_VERSION= 4.0.3
REVISION= 1
DISTNAME= mock-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://mock.readthedocs.io/en/latest/
MAINTAINER= Kurt Mosiejczuk <kmos@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
.include <bsd.port.mk>