mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
330 B
Makefile
21 lines
330 B
Makefile
COMMENT= nose/pytest plugin to automatically rerun flaky tests
|
|
|
|
MODPY_DISTV= 3.8.1
|
|
DISTNAME= flaky-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/box/flaky
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|