summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-10 20:14:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-10 20:14:53 +0000
commitb4778758d04a30d7ff9aca325e0514b18d5e05a0 (patch)
tree4d7e580522a65c5f4d45179df79ef5d435894329
parent3ae825b69f1cd5d5622cfe92ff9cbb6df2acdc6d (diff)
automatic import of python-dbnd-qubole
-rw-r--r--.gitignore1
-rw-r--r--python-dbnd-qubole.spec75
-rw-r--r--sources1
3 files changed, 77 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..69bd7f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dbnd-qubole-1.0.12.12.tar.gz
diff --git a/python-dbnd-qubole.spec b/python-dbnd-qubole.spec
new file mode 100644
index 0000000..182196a
--- /dev/null
+++ b/python-dbnd-qubole.spec
@@ -0,0 +1,75 @@
+%global _empty_manifest_terminate_build 0
+Name: python-dbnd-qubole
+Version: 1.0.12.12
+Release: 1
+Summary: Machine Learning Orchestration
+License: Apache Software License
+URL: https://github.com/databand-ai/dbnd
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/7b/77614ec8ce565bdd50ed2de93c703327f7284a431b004d9a646efc8b0684/dbnd-qubole-1.0.12.12.tar.gz
+BuildArch: noarch
+
+Requires: python3-dbnd
+Requires: python3-dbnd-spark
+Requires: python3-qds-sdk
+
+%description
+
+
+%package -n python3-dbnd-qubole
+Summary: Machine Learning Orchestration
+Provides: python-dbnd-qubole
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-dbnd-qubole
+
+
+%package help
+Summary: Development documents and examples for dbnd-qubole
+Provides: python3-dbnd-qubole-doc
+%description help
+
+
+%prep
+%autosetup -n dbnd-qubole-1.0.12.12
+
+%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-dbnd-qubole -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.12.12-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..4a20bcc
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+d6d2216249516ae0af26e20d804e8037 dbnd-qubole-1.0.12.12.tar.gz