bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
605 B
Makefile
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"
|