pkgsrc-WIP-changes archive

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

py-Keras_Preprocessing: Import version 1.0.9



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Apr 4 12:34:54 2019 -0700
Changeset:	dde2a2589c2782b05bc7127e040b61cab0b25ede

Modified Files:
	Makefile
Added Files:
	py-Keras_Preprocessing/DESCR
	py-Keras_Preprocessing/Makefile
	py-Keras_Preprocessing/PLIST
	py-Keras_Preprocessing/distinfo

Log Message:
py-Keras_Preprocessing: Import version 1.0.9

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dde2a2589c2782b05bc7127e040b61cab0b25ede

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

diffstat:
 Makefile                        |  1 +
 py-Keras_Preprocessing/DESCR    |  3 +++
 py-Keras_Preprocessing/Makefile | 19 +++++++++++++++++++
 py-Keras_Preprocessing/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 py-Keras_Preprocessing/distinfo |  6 ++++++
 5 files changed, 68 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5121cd5a42..a83e49f6a8 100644
--- a/Makefile
+++ b/Makefile
@@ -3039,6 +3039,7 @@ SUBDIR+=	py-Genetic
 SUBDIR+=	py-IOSXR
 SUBDIR+=	py-Kallithea
 SUBDIR+=	py-Keras_Applications
+SUBDIR+=	py-Keras_Preprocessing
 SUBDIR+=	py-Netzob
 SUBDIR+=	py-OpenAL
 SUBDIR+=	py-PEG2
diff --git a/py-Keras_Preprocessing/DESCR b/py-Keras_Preprocessing/DESCR
new file mode 100644
index 0000000000..d30e75e383
--- /dev/null
+++ b/py-Keras_Preprocessing/DESCR
@@ -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.
diff --git a/py-Keras_Preprocessing/Makefile b/py-Keras_Preprocessing/Makefile
new file mode 100644
index 0000000000..d24bf5def9
--- /dev/null
+++ b/py-Keras_Preprocessing/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	Keras_Preprocessing-1.0.9
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=K/Keras_Preprocessing/}
+
+MAINTAINER=	minskim%NetBSD.org@localhost
+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"
diff --git a/py-Keras_Preprocessing/PLIST b/py-Keras_Preprocessing/PLIST
new file mode 100644
index 0000000000..d350d626fb
--- /dev/null
+++ b/py-Keras_Preprocessing/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+${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
diff --git a/py-Keras_Preprocessing/distinfo b/py-Keras_Preprocessing/distinfo
new file mode 100644
index 0000000000..7ae7b35fca
--- /dev/null
+++ b/py-Keras_Preprocessing/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/06 03:54:01 minskim Exp $
+
+SHA1 (Keras_Preprocessing-1.0.9.tar.gz) = cc1de08b28522f56f2884a64902a8753878942b8
+RMD160 (Keras_Preprocessing-1.0.9.tar.gz) = 90659f99687a56433b3c187f14c96f7854e44d76
+SHA512 (Keras_Preprocessing-1.0.9.tar.gz) = 925a1edcf5085595131e691ed1e5c77b31edc06802f0637a35ca3682e702770cc44dcea0557efc2254884862a91b431dc9ebf1664b989120ee001c338de934ee
+Size (Keras_Preprocessing-1.0.9.tar.gz) = 70609 bytes


Home | Main Index | Thread Index | Old Index