3ec156f142
Remove now unnecessary overrides in various packages.
16 lines
466 B
Makefile
16 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:27 wiz Exp $
|
|
|
|
DISTNAME= more-itertools-2.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://pypi.python.org/packages/source/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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|