pkgsrc/www/py-asgiref/Makefile
adam 7d6753fc24 py-asgiref: updated to 2.3.2
2.3.2:
* Packaging fix to allow old async_timeout dependencies (2.0 as well as 3.0)

2.3.1:
* WSGI-to-ASGI adapter now works with empty bodies in responses
* Update async-timeout dependency
2018-05-24 06:37:46 +00:00

20 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/05/24 06:37:46 adam Exp $
DISTNAME= asgiref-2.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/django/asgiref
COMMENT= Contains various reference ASGI implementations
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-async-timeout>=2.0.0:../../devel/py-async-timeout
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 34
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"