aba498d67b
3.2.3: * Added support and testing for Python 3.8.
18 lines
465 B
Makefile
18 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.17 2019/10/31 08:25:02 adam Exp $
|
|
|
|
DISTNAME= asgiref-3.2.3
|
|
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"
|