pkgsrc/devel/py-flaky/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

19 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:05 wiz Exp $
DISTNAME= flaky-3.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flaky/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/box/flaky
COMMENT= Plugin for nose or py.test that automatically reruns flaky tests
LICENSE= apache-2.0
TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"