ports/devel/py-flaky/Makefile

27 lines
426 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = nose/pytest plugin to automatically rerun flaky tests
MODPY_EGG_VERSION = 3.7.0
DISTNAME = flaky-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/box/flaky
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
# missing dep (genty)
NO_TEST = Yes
.include <bsd.port.mk>