pkgsrc/devel/py-test-randomly/Makefile
adam 87c19b016a py-test-randomly: updated to 2.1.1
2.1.1:
* Fix including tests in sdist after re-arrangement in 2.1.0.
2019-03-27 08:38:37 +00:00

20 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/03/27 08:38:37 adam Exp $
DISTNAME= pytest-randomly-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pytest-dev/pytest-randomly
COMMENT= Pytest plugin to randomly order tests and control random.seed
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"