Files
2021-02-11 11:15:00 +00:00

36 lines
1.2 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-keras_preprocessing
python.rootname Keras_Preprocessing
version 1.1.2
revision 0
categories-append devel math
platforms darwin
license MIT
supported_archs noarch
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library.
long_description ${description}
homepage https://github.com/keras-team/keras-preprocessing
checksums rmd160 90cdb081284fadcb9f1e461bd44a846d9c91bedc \
sha256 add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3 \
size 163598
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-h5py
livecheck.type none
}