pkgsrc/www/py-test-django/Makefile
adam 10427a49bb py-test-django: updated to 3.6.0
3.6.0:
Features
* Rename test databases when running parallel Tox

Bugfixes
* Django unittests: restore "debug" function

Misc
* Improve/harden internal tests / infrastructure.
2019-11-05 07:49:37 +00:00

19 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/11/05 07:49:37 adam Exp $
DISTNAME= pytest-django-3.6.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"