pkgsrc/devel/py-more-itertools/Makefile
adam 7a41ee298f py-more-itertools: updated to 8.14.0
8.14.0
------

* New functions
    * :func:`longest_common_prefix` (thanks to nanouasyn)
    * :func:`iequals` (thanks to nanouasyn)

* Changes to existing functions
    * `concurrent.futures.ThreadPoolExecutor` is now imported lazily in :func:`callback_iter`.
    * :func:`tail` is now optimized for iterables with a fixed length.

* Other changes
    * Some documentation issues were fixed (thanks to pochmann and timgates42)
    * This library is now marked for Python 3.10 compatibility in PyPI (thanks to chayim)
2022-08-10 11:45:02 +00:00

20 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.26 2022/08/10 11:45:02 adam Exp $
DISTNAME= more-itertools-8.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/more-itertools/}
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/erikrose/more-itertools
COMMENT= More routines for operating on iterables, beyond itertools
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"