v3.9.0: Improvements * Improve test ordering with Django test classes * Remove import of pkg_resources for parsing pytest version (performance) Bugfixes * Work around unittest issue with pytest 5.4.{0,1} * Don't break --failed-first when re-ordering tests * pytest_addoption: use `group.addoption` Misc * Remove Django version from --nomigrations heading * docs: changelog: prefix headers with v for permalink anchors * changelog: add custom/fixed anchor for last version * setup.py: add Changelog to project_urls
19 lines
580 B
Makefile
19 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/04/06 16:55:46 adam Exp $
|
|
|
|
DISTNAME= pytest-django-3.9.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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=3.6:../../devel/py-test
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|