pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-Keras-Applications



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Jan  1 16:38:15 UTC 2020

Added Files:
        pkgsrc/math/py-Keras-Applications: DESCR Makefile PLIST distinfo

Log Message:
math/py-Keras-Applications: Import version 1.0.8

Keras Applications is the applications module of the Keras deep
learning library. It provides model definitions and pre-trained
weights for a number of popular archictures, such as VGG16, ResNet50,
Xception, MobileNet, and more.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-Keras-Applications/DESCR \
    pkgsrc/math/py-Keras-Applications/Makefile \
    pkgsrc/math/py-Keras-Applications/PLIST \
    pkgsrc/math/py-Keras-Applications/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/py-Keras-Applications/DESCR
diff -u /dev/null pkgsrc/math/py-Keras-Applications/DESCR:1.1
--- /dev/null   Wed Jan  1 16:38:15 2020
+++ pkgsrc/math/py-Keras-Applications/DESCR     Wed Jan  1 16:38:15 2020
@@ -0,0 +1,4 @@
+Keras Applications is the applications module of the Keras deep
+learning library. It provides model definitions and pre-trained
+weights for a number of popular archictures, such as VGG16, ResNet50,
+Xception, MobileNet, and more.
Index: pkgsrc/math/py-Keras-Applications/Makefile
diff -u /dev/null pkgsrc/math/py-Keras-Applications/Makefile:1.1
--- /dev/null   Wed Jan  1 16:38:15 2020
+++ pkgsrc/math/py-Keras-Applications/Makefile  Wed Jan  1 16:38:15 2020
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/01/01 16:38:15 minskim Exp $
+
+DISTNAME=      Keras_Applications-1.0.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_PYPI:=K/Keras_Applications/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/keras-team/keras-applications
+COMMENT=       Reference implementations of popular deep learning models
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-h5py-[0-9]*:../../devel/py-h5py
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-Keras-Applications/PLIST
diff -u /dev/null pkgsrc/math/py-Keras-Applications/PLIST:1.1
--- /dev/null   Wed Jan  1 16:38:15 2020
+++ pkgsrc/math/py-Keras-Applications/PLIST     Wed Jan  1 16:38:15 2020
@@ -0,0 +1,54 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/01 16:38:15 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/keras_applications/__init__.py
+${PYSITELIB}/keras_applications/__init__.pyc
+${PYSITELIB}/keras_applications/__init__.pyo
+${PYSITELIB}/keras_applications/densenet.py
+${PYSITELIB}/keras_applications/densenet.pyc
+${PYSITELIB}/keras_applications/densenet.pyo
+${PYSITELIB}/keras_applications/imagenet_utils.py
+${PYSITELIB}/keras_applications/imagenet_utils.pyc
+${PYSITELIB}/keras_applications/imagenet_utils.pyo
+${PYSITELIB}/keras_applications/inception_resnet_v2.py
+${PYSITELIB}/keras_applications/inception_resnet_v2.pyc
+${PYSITELIB}/keras_applications/inception_resnet_v2.pyo
+${PYSITELIB}/keras_applications/inception_v3.py
+${PYSITELIB}/keras_applications/inception_v3.pyc
+${PYSITELIB}/keras_applications/inception_v3.pyo
+${PYSITELIB}/keras_applications/mobilenet.py
+${PYSITELIB}/keras_applications/mobilenet.pyc
+${PYSITELIB}/keras_applications/mobilenet.pyo
+${PYSITELIB}/keras_applications/mobilenet_v2.py
+${PYSITELIB}/keras_applications/mobilenet_v2.pyc
+${PYSITELIB}/keras_applications/mobilenet_v2.pyo
+${PYSITELIB}/keras_applications/nasnet.py
+${PYSITELIB}/keras_applications/nasnet.pyc
+${PYSITELIB}/keras_applications/nasnet.pyo
+${PYSITELIB}/keras_applications/resnet.py
+${PYSITELIB}/keras_applications/resnet.pyc
+${PYSITELIB}/keras_applications/resnet.pyo
+${PYSITELIB}/keras_applications/resnet50.py
+${PYSITELIB}/keras_applications/resnet50.pyc
+${PYSITELIB}/keras_applications/resnet50.pyo
+${PYSITELIB}/keras_applications/resnet_common.py
+${PYSITELIB}/keras_applications/resnet_common.pyc
+${PYSITELIB}/keras_applications/resnet_common.pyo
+${PYSITELIB}/keras_applications/resnet_v2.py
+${PYSITELIB}/keras_applications/resnet_v2.pyc
+${PYSITELIB}/keras_applications/resnet_v2.pyo
+${PYSITELIB}/keras_applications/resnext.py
+${PYSITELIB}/keras_applications/resnext.pyc
+${PYSITELIB}/keras_applications/resnext.pyo
+${PYSITELIB}/keras_applications/vgg16.py
+${PYSITELIB}/keras_applications/vgg16.pyc
+${PYSITELIB}/keras_applications/vgg16.pyo
+${PYSITELIB}/keras_applications/vgg19.py
+${PYSITELIB}/keras_applications/vgg19.pyc
+${PYSITELIB}/keras_applications/vgg19.pyo
+${PYSITELIB}/keras_applications/xception.py
+${PYSITELIB}/keras_applications/xception.pyc
+${PYSITELIB}/keras_applications/xception.pyo
Index: pkgsrc/math/py-Keras-Applications/distinfo
diff -u /dev/null pkgsrc/math/py-Keras-Applications/distinfo:1.1
--- /dev/null   Wed Jan  1 16:38:15 2020
+++ pkgsrc/math/py-Keras-Applications/distinfo  Wed Jan  1 16:38:15 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/01 16:38:15 minskim Exp $
+
+SHA1 (Keras_Applications-1.0.8.tar.gz) = 4992ab0d32ed4a226d17ad2d8808088ec0798dab
+RMD160 (Keras_Applications-1.0.8.tar.gz) = 4ca07acc1aef5535c75b9da9d75073f95ea1199a
+SHA512 (Keras_Applications-1.0.8.tar.gz) = d2297026199a48622acc933af580d616a01b31ef58ff9003c10bbd92ffcffb58464e084837104497c6ee98707604f8631f618a8ac9f4c0bfc0510324e5e16750
+Size (Keras_Applications-1.0.8.tar.gz) = 289095 bytes



Home | Main Index | Thread Index | Old Index