64dcef60a6
3.1.4: * Fixed an incompatibility with Python 3.5 introduced in the last release.
18 lines
465 B
Makefile
18 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/07/08 07:36:57 adam Exp $
|
|
|
|
DISTNAME= asgiref-3.1.4
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|