185a3e368f
Additional functools in the spirit of stdlib’s functools.
19 lines
628 B
Makefile
19 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/07/07 09:00:15 adam Exp $
|
|
|
|
DISTNAME= jaraco.functools-1.20
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.functools/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jaraco/jaraco.functools
|
|
COMMENT= Additional functools in the spirit of stdlib's functools
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|