bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
645 B
Makefile
22 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:19 wiz Exp $
|
|
|
|
DISTNAME= django-filter-2.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-filter/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://github.com/carltongibson/django-filter
|
|
COMMENT= Generic dynamic filtering support for Django
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|