flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes. ok aja@
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/07 17:05:49 jasper Exp $
|
|
|
|
COMMENT = testing library for Python
|
|
|
|
MODPY_EGG_VERSION = 0.10.2
|
|
DISTNAME = flexmock-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|