summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-29 12:54:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-29 12:54:02 +0000
commite317d8095b104967e175787c02893007b6fc5eb2 (patch)
tree0b87fbee88f637641b9c9a1d9414b038fb8f4ab4
parent947e7a8c8524c84131c2a815eb8484ae9aba2694 (diff)
automatic import of python-h2o-pysparkling-2-3
-rw-r--r--.gitignore1
-rw-r--r--python-h2o-pysparkling-2-3.spec99
-rw-r--r--sources1
3 files changed, 101 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..e9ec80b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/h2o_pysparkling_2.3-3.40.0.4-1.tar.gz
diff --git a/python-h2o-pysparkling-2-3.spec b/python-h2o-pysparkling-2-3.spec
new file mode 100644
index 0000000..ff3286b
--- /dev/null
+++ b/python-h2o-pysparkling-2-3.spec
@@ -0,0 +1,99 @@
+%global _empty_manifest_terminate_build 0
+Name: python-h2o-pysparkling-2.3
+Version: 3.40.0.4.post1
+Release: 1
+Summary: Sparkling Water integrates H2O's Fast Scalable Machine Learning with Spark
+License: Apache v2
+URL: https://github.com/h2oai/sparkling-water
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/5a/67b313471afd329558c645b1e66364b2fe4a52a2122081dca63a5c4f3e7c/h2o_pysparkling_2.3-3.40.0.4-1.tar.gz
+BuildArch: noarch
+
+
+%description
+This package contains complete functionality for training and scoring Sparkling Water/H2O-3 MOJO models. It's also possible
+to use this package for scoring with Driverless AI MOJO models.
+|Join the chat at https://gitter.im/h2oai/sparkling-water| |License| |Powered by H2O.ai|
+PySparkling Documentation is hosted at our documentation page:
+- For Spark 3.3 - http://docs.h2o.ai/sparkling-water/3.3/latest-stable/doc/pysparkling.html
+- For Spark 3.2 - http://docs.h2o.ai/sparkling-water/3.2/latest-stable/doc/pysparkling.html
+- For Spark 3.1 - http://docs.h2o.ai/sparkling-water/3.1/latest-stable/doc/pysparkling.html
+- For Spark 3.0 - http://docs.h2o.ai/sparkling-water/3.0/latest-stable/doc/pysparkling.html
+- For Spark 2.4 - http://docs.h2o.ai/sparkling-water/2.4/latest-stable/doc/pysparkling.html
+- For Spark 2.3 - http://docs.h2o.ai/sparkling-water/2.3/latest-stable/doc/pysparkling.html
+
+%package -n python3-h2o-pysparkling-2.3
+Summary: Sparkling Water integrates H2O's Fast Scalable Machine Learning with Spark
+Provides: python-h2o-pysparkling-2.3
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-h2o-pysparkling-2.3
+This package contains complete functionality for training and scoring Sparkling Water/H2O-3 MOJO models. It's also possible
+to use this package for scoring with Driverless AI MOJO models.
+|Join the chat at https://gitter.im/h2oai/sparkling-water| |License| |Powered by H2O.ai|
+PySparkling Documentation is hosted at our documentation page:
+- For Spark 3.3 - http://docs.h2o.ai/sparkling-water/3.3/latest-stable/doc/pysparkling.html
+- For Spark 3.2 - http://docs.h2o.ai/sparkling-water/3.2/latest-stable/doc/pysparkling.html
+- For Spark 3.1 - http://docs.h2o.ai/sparkling-water/3.1/latest-stable/doc/pysparkling.html
+- For Spark 3.0 - http://docs.h2o.ai/sparkling-water/3.0/latest-stable/doc/pysparkling.html
+- For Spark 2.4 - http://docs.h2o.ai/sparkling-water/2.4/latest-stable/doc/pysparkling.html
+- For Spark 2.3 - http://docs.h2o.ai/sparkling-water/2.3/latest-stable/doc/pysparkling.html
+
+%package help
+Summary: Development documents and examples for h2o-pysparkling-2.3
+Provides: python3-h2o-pysparkling-2.3-doc
+%description help
+This package contains complete functionality for training and scoring Sparkling Water/H2O-3 MOJO models. It's also possible
+to use this package for scoring with Driverless AI MOJO models.
+|Join the chat at https://gitter.im/h2oai/sparkling-water| |License| |Powered by H2O.ai|
+PySparkling Documentation is hosted at our documentation page:
+- For Spark 3.3 - http://docs.h2o.ai/sparkling-water/3.3/latest-stable/doc/pysparkling.html
+- For Spark 3.2 - http://docs.h2o.ai/sparkling-water/3.2/latest-stable/doc/pysparkling.html
+- For Spark 3.1 - http://docs.h2o.ai/sparkling-water/3.1/latest-stable/doc/pysparkling.html
+- For Spark 3.0 - http://docs.h2o.ai/sparkling-water/3.0/latest-stable/doc/pysparkling.html
+- For Spark 2.4 - http://docs.h2o.ai/sparkling-water/2.4/latest-stable/doc/pysparkling.html
+- For Spark 2.3 - http://docs.h2o.ai/sparkling-water/2.3/latest-stable/doc/pysparkling.html
+
+%prep
+%autosetup -n h2o-pysparkling-2.3-3.40.0.4.post1
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-h2o-pysparkling-2.3 -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 3.40.0.4.post1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..f026077
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7bc8026c8b8ab7fc9362353b9393bebf h2o_pysparkling_2.3-3.40.0.4-1.tar.gz