pkgsrc/www/py-drf-nested-routers/Makefile
2021-03-19 08:53:10 +00:00

20 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/03/19 08:53:10 adam Exp $
DISTNAME= drf-nested-routers-0.93.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/drf-nested-routers/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/alanjds/drf-nested-routers
COMMENT= Nested resources for the Django Rest Framework
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-djangorestframework>=3.6.0:../../www/py-djangorestframework
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-djangorestframework
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"