46063e430f
0.4.17 - Support for PEP 567 ContextVars
16 lines
450 B
Makefile
16 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/09/29 16:58:01 adam Exp $
|
|
|
|
DISTNAME= greenlet-0.4.17
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/greenlet/}
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= https://github.com/python-greenlet/greenlet
|
|
COMMENT= Lightweight in-process concurrent programming
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|