278d85a2fd
2.1.7: * HTTP request body size limit is now enforced * database_sync_to_async now closes old connections before it runs code * Auth middleware closes old connections before it runs
22 lines
663 B
Makefile
22 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/02/13 15:57:01 adam Exp $
|
|
|
|
DISTNAME= channels-2.1.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/channels/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/django/channels
|
|
COMMENT= Brings event-driven capabilities to Django with a channel system
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-asgiref>=2.3:../../www/py-asgiref
|
|
DEPENDS+= ${PYPKGPREFIX}-daphne>=2.2:../../www/py-daphne
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 34
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|