26 lines
412 B
Makefile
26 lines
412 B
Makefile
COMMENT = nose/pytest plugin to automatically rerun flaky tests
|
|
|
|
MODPY_EGG_VERSION = 3.7.0
|
|
DISTNAME = flaky-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/box/flaky
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PEP517 = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
# missing dep (genty)
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|