8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
573 B
Makefile
21 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:18 wiz Exp $
|
|
|
|
DISTNAME= more-itertools-5.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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 (for Python 2.x)
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.0.0:../../lang/py-six
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|