pkgsrc/www/py-test-django/Makefile
adam 5e64d819a7 py-test-django: updated to 3.4.8
3.4.8:
Fix DB renaming fixture for Multi-DB environment with SQLite
2019-02-27 12:07:14 +00:00

19 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/02/27 12:07:14 adam Exp $
DISTNAME= pytest-django-3.4.8
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"