pkgsrc/devel/py-toolz/Makefile
adam 37d934b17d py-toolz: updated to 0.11.1
0.11.1:
Importing toolz no longer warns (by importing .compatibility)

0.11.0:
Drop Python 2.7 support!
Give deprecation warning on using toolz.compatibility
Some doc fixes
First time using auto-deployment. Fingers crossed!
2021-02-07 19:23:29 +00:00

18 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/02/07 19:23:29 adam Exp $
DISTNAME= toolz-0.11.1
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"