Commits

Andrew Stromnov authored 830f12d2fba
py-keras_preprocessing: update to 1.0.5
No tags

python/py-keras_preprocessing/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-keras_preprocessing
7 -version 1.0.3
7 +version 1.0.5
8 8 revision 0
9 9 categories-append devel math
10 10 platforms darwin
11 11 license MIT
12 12 supported_archs noarch
13 13
14 14 python.versions 27 35 36 37
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library.
19 19 long_description ${description}
20 20
21 21 homepage https://github.com/keras-team/keras-preprocessing
22 22 master_sites pypi:K/Keras-Preprocessing
23 23
24 24 distname Keras_Preprocessing-${version}
25 25
26 -checksums rmd160 1fa8ab974ebdc3931bfd15090da7abb30e199591 \
27 - sha256 02ba0a3b31ed89c4b0c21d55ba7d87529097d56f394e3850b6d3c9e6c63ce7ae \
28 - size 26861
26 +checksums rmd160 d08ff403c79d915727f929d62bc22086b6d9bee3 \
27 + sha256 ef2e482c4336fcf7180244d06f4374939099daa3183816e82aee7755af35b754 \
28 + size 29200
29 29
30 30 if {${name} ne ${subport}} {
31 31 depends_build-append \
32 32 port:py${python.version}-setuptools
33 33 depends_lib-append port:py${python.version}-numpy \
34 34 port:py${python.version}-h5py
35 35
36 36 livecheck.type none
37 37 } else {
38 38 livecheck.name Keras-Preprocessing
39 39 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut