3a33080c34
Release 0.12.0 Add apply Support newer Python versions--up to Python 3.11-alpha Improve warning when using toolz.compatibility Improve documentation Improve performance of merge_with Improve import times Auto-upload new releases to PyPI
18 lines
470 B
Makefile
18 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/07/11 13:00:41 adam Exp $
|
|
|
|
DISTNAME= toolz-0.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toolz/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/pytoolz/toolz
|
|
COMMENT= List processing tools and functional utilities
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|