a91a6ac65e
v3.10.0 Improvements Officialy support Django 3.1 Preliminary supoprt for upcoming Django 3.2 Support for pytest-xdist 2.0 Misc Fix running pytest-django’s own tests against pytest 6.0
26 lines
762 B
Makefile
26 lines
762 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/10/02 19:31:39 adam Exp $
|
|
|
|
DISTNAME= pytest-django-3.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pytest-django.readthedocs.io/
|
|
COMMENT= Django plugin for pytest
|
|
LICENSE= modified-bsd
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} == 27
|
|
DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
|
|
.endif
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|