summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 06:04:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 06:04:20 +0000
commit268541670368813ad52fe6edd309edf64c6b30f1 (patch)
tree4d6bfaba46453694be7dd172c3a1343fb1edb8d1
parente4a7f27fb5af60dfdd8ad2172b8771c2ebf17ec9 (diff)
automatic import of python-cauldron-notebook
-rw-r--r--.gitignore1
-rw-r--r--python-cauldron-notebook.spec94
-rw-r--r--sources1
3 files changed, 96 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..6734b82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cauldron-notebook-1.0.9.tar.gz
diff --git a/python-cauldron-notebook.spec b/python-cauldron-notebook.spec
new file mode 100644
index 0000000..08fcde4
--- /dev/null
+++ b/python-cauldron-notebook.spec
@@ -0,0 +1,94 @@
+%global _empty_manifest_terminate_build 0
+Name: python-cauldron-notebook
+Version: 1.0.9
+Release: 1
+Summary: The Unnotebook: Data Analysis Environment
+License: MIT
+URL: https://github.com/sernst/cauldron
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/c1/fb79409213239e1dd5a222281b9819b6fbd6f01d8a1036dd351e80b0bddf/cauldron-notebook-1.0.9.tar.gz
+BuildArch: noarch
+
+Requires: python3-pandas
+Requires: python3-numpy
+Requires: python3-jinja2
+Requires: python3-markdown
+Requires: python3-pygments
+Requires: python3-beautifulsoup4
+Requires: python3-flask
+Requires: python3-requests
+Requires: python3-waitress
+Requires: python3-bokeh
+Requires: python3-matplotlib
+Requires: python3-beautifulsoup4
+Requires: python3-plotly
+Requires: python3-plotly
+Requires: python3-matplotlib
+Requires: python3-beautifulsoup4
+Requires: python3-bokeh
+Requires: python3-seaborn
+Requires: python3-seaborn
+
+%description
+Interactive computing for complex data processing, modeling and analysis
+in Python 3.
+
+%package -n python3-cauldron-notebook
+Summary: The Unnotebook: Data Analysis Environment
+Provides: python-cauldron-notebook
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-cauldron-notebook
+Interactive computing for complex data processing, modeling and analysis
+in Python 3.
+
+%package help
+Summary: Development documents and examples for cauldron-notebook
+Provides: python3-cauldron-notebook-doc
+%description help
+Interactive computing for complex data processing, modeling and analysis
+in Python 3.
+
+%prep
+%autosetup -n cauldron-notebook-1.0.9
+
+%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-cauldron-notebook -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.9-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..eb71004
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1a084314c1bd21549710f1fbbc66d714 cauldron-notebook-1.0.9.tar.gz