Received: by mail.netbsd.org (Postfix, from userid 605) id 426A484DF8; Wed, 1 Jan 2020 16:31:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF55C84CEA for ; Wed, 1 Jan 2020 16:31:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yl4gKX-L-NWO for ; Wed, 1 Jan 2020 16:31:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 05A0A84CD5 for ; Wed, 1 Jan 2020 16:31:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02F3EFA97; Wed, 1 Jan 2020 16:31:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157789628195460" MIME-Version: 1.0 Date: Wed, 1 Jan 2020 16:31:21 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/math/py-Keras-Preprocessing To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20200101163122.02F3EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157789628195460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Wed Jan 1 16:31:21 UTC 2020 Added Files: pkgsrc/math/py-Keras-Preprocessing: DESCR Makefile PLIST distinfo Log Message: math/py-Keras-Preprocessing: Import version 1.1.0 Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library. It provides utilities for working with image data, text data, and sequence data. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-Keras-Preprocessing/DESCR \ pkgsrc/math/py-Keras-Preprocessing/Makefile \ pkgsrc/math/py-Keras-Preprocessing/PLIST \ pkgsrc/math/py-Keras-Preprocessing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157789628195460 Content-Disposition: inline Content-Length: 4363 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/py-Keras-Preprocessing/DESCR diff -u /dev/null pkgsrc/math/py-Keras-Preprocessing/DESCR:1.1 --- /dev/null Wed Jan 1 16:31:21 2020 +++ pkgsrc/math/py-Keras-Preprocessing/DESCR Wed Jan 1 16:31:21 2020 @@ -0,0 +1,3 @@ +Keras Preprocessing is the data preprocessing and data augmentation +module of the Keras deep learning library. It provides utilities for +working with image data, text data, and sequence data. Index: pkgsrc/math/py-Keras-Preprocessing/Makefile diff -u /dev/null pkgsrc/math/py-Keras-Preprocessing/Makefile:1.1 --- /dev/null Wed Jan 1 16:31:21 2020 +++ pkgsrc/math/py-Keras-Preprocessing/Makefile Wed Jan 1 16:31:21 2020 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/01/01 16:31:21 minskim Exp $ + +DISTNAME= Keras_Preprocessing-1.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} +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" Index: pkgsrc/math/py-Keras-Preprocessing/PLIST diff -u /dev/null pkgsrc/math/py-Keras-Preprocessing/PLIST:1.1 --- /dev/null Wed Jan 1 16:31:21 2020 +++ pkgsrc/math/py-Keras-Preprocessing/PLIST Wed Jan 1 16:31:21 2020 @@ -0,0 +1,39 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/01 16:31:21 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_preprocessing/__init__.py +${PYSITELIB}/keras_preprocessing/__init__.pyc +${PYSITELIB}/keras_preprocessing/__init__.pyo +${PYSITELIB}/keras_preprocessing/image/__init__.py +${PYSITELIB}/keras_preprocessing/image/__init__.pyc +${PYSITELIB}/keras_preprocessing/image/__init__.pyo +${PYSITELIB}/keras_preprocessing/image/affine_transformations.py +${PYSITELIB}/keras_preprocessing/image/affine_transformations.pyc +${PYSITELIB}/keras_preprocessing/image/affine_transformations.pyo +${PYSITELIB}/keras_preprocessing/image/dataframe_iterator.py +${PYSITELIB}/keras_preprocessing/image/dataframe_iterator.pyc +${PYSITELIB}/keras_preprocessing/image/dataframe_iterator.pyo +${PYSITELIB}/keras_preprocessing/image/directory_iterator.py +${PYSITELIB}/keras_preprocessing/image/directory_iterator.pyc +${PYSITELIB}/keras_preprocessing/image/directory_iterator.pyo +${PYSITELIB}/keras_preprocessing/image/image_data_generator.py +${PYSITELIB}/keras_preprocessing/image/image_data_generator.pyc +${PYSITELIB}/keras_preprocessing/image/image_data_generator.pyo +${PYSITELIB}/keras_preprocessing/image/iterator.py +${PYSITELIB}/keras_preprocessing/image/iterator.pyc +${PYSITELIB}/keras_preprocessing/image/iterator.pyo +${PYSITELIB}/keras_preprocessing/image/numpy_array_iterator.py +${PYSITELIB}/keras_preprocessing/image/numpy_array_iterator.pyc +${PYSITELIB}/keras_preprocessing/image/numpy_array_iterator.pyo +${PYSITELIB}/keras_preprocessing/image/utils.py +${PYSITELIB}/keras_preprocessing/image/utils.pyc +${PYSITELIB}/keras_preprocessing/image/utils.pyo +${PYSITELIB}/keras_preprocessing/sequence.py +${PYSITELIB}/keras_preprocessing/sequence.pyc +${PYSITELIB}/keras_preprocessing/sequence.pyo +${PYSITELIB}/keras_preprocessing/text.py +${PYSITELIB}/keras_preprocessing/text.pyc +${PYSITELIB}/keras_preprocessing/text.pyo Index: pkgsrc/math/py-Keras-Preprocessing/distinfo diff -u /dev/null pkgsrc/math/py-Keras-Preprocessing/distinfo:1.1 --- /dev/null Wed Jan 1 16:31:21 2020 +++ pkgsrc/math/py-Keras-Preprocessing/distinfo Wed Jan 1 16:31:21 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/01 16:31:21 minskim Exp $ + +SHA1 (Keras_Preprocessing-1.1.0.tar.gz) = d5fb5a95ab0a22ea582a59e1ce9f6d033c4b619d +RMD160 (Keras_Preprocessing-1.1.0.tar.gz) = 04e71fe95361a40e6417f23cb7f87b2a8ef24f68 +SHA512 (Keras_Preprocessing-1.1.0.tar.gz) = bf9a939d73ee46d098e0cae1bf3223fc613b7f5eb202845a9d293e5367506e010d0e9930609014efb00359de89c711a2eae12d8bd7b8863a377304301c30b5ac +Size (Keras_Preprocessing-1.1.0.tar.gz) = 51738 bytes --_----------=_157789628195460--