pkgsrc/math/py-Keras-Preprocessing/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

20 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:12 wiz Exp $
DISTNAME= Keras_Preprocessing-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=K/Keras_Preprocessing/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/keras-team/keras-preprocessing
COMMENT= Data preprocessing and augmentation for deep learning models
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"