pkgsrc/devel/py-async_generator/Makefile
adam bdd5faec3a py-async_generator: updated to 1.10
Async_Generator 1.10:

Features
- Add support for PEP 525-style finalization hooks via
  set_asyncgen_hooks() and get_asyncgen_hooks() functions. On
  Python 3.6+, these are aliases for the versions in sys; on
  Python 3.5, they're work-alike implementations. And,
  @async_generator generators now call these hooks at the
  appropriate times.

Fixes
- Package now properly includes license files.
2018-08-06 19:55:28 +00:00

18 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/08/06 19:55:28 adam Exp $
DISTNAME= async_generator-1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/async_generator/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/python-trio/async_generator
COMMENT= Async generators and context managers for Python 3.5+
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 37 36 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"