Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py-keras_applications: new port
  • Loading branch information
stromnov committed Jun 18, 2018
1 parent 36f0b59 commit e72f515
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions python/py-keras_applications/Portfile
@@ -0,0 +1,40 @@
# -*- 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_applications
version 1.0.2
revision 0
categories-append devel math
platforms darwin
license MIT
supported_archs noarch

python.versions 27 35 36

maintainers {stromnov @stromnov} openmaintainer

description Keras Applications is the applications module of the Keras deep learning library.
long_description ${description}

homepage https://github.com/keras-team/keras-applications
master_sites pypi:K/Keras-Applications

distname Keras_Applications-${version}

checksums rmd160 1b9ae078a0390c40fe6bc258307d403ddf0d851e \
sha256 7dceb9820b39c01459ea5e8922add86eb99a9e14354c33dc9981d5f5077fa0ac \
size 24473

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-scipy \
port:py${python.version}-six

livecheck.type none
} else {
livecheck.name Keras-Applications
}

0 comments on commit e72f515

Please sign in to comment.