0e8fd33824
A set of utility functions for iterators, functions, and dictionaries. Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip and updated by me.
16 lines
432 B
Makefile
16 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/24 16:15:02 minskim Exp $
|
|
|
|
DISTNAME= toolz-0.9.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
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
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|