pkgsrc/devel/py-greenlet/Makefile
adam ee89ee2270 py-greenlet: updated to 0.4.16
0.4.16
- Support for DEC Alpha architecture
- Support for Python 3.9
- Support for Python 3.10a0
2020-07-15 07:40:59 +00:00

16 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/07/15 07:40:59 adam Exp $
DISTNAME= greenlet-0.4.16
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"