summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-12 03:10:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-12 03:10:20 +0000
commit498595b204818be91ddd62421978e9fe8b2ddf2c (patch)
treeda1647d977ae422ebd0087ee1da9578a15bf0535
parent5f493ced20e625961f6cbb75d6807922ed294fca (diff)
automatic import of python-jupyter-ui-poll
-rw-r--r--.gitignore1
-rw-r--r--python-jupyter-ui-poll.spec78
-rw-r--r--sources1
3 files changed, 80 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..7d499f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jupyter-ui-poll-0.2.2.tar.gz
diff --git a/python-jupyter-ui-poll.spec b/python-jupyter-ui-poll.spec
new file mode 100644
index 0000000..c0b0554
--- /dev/null
+++ b/python-jupyter-ui-poll.spec
@@ -0,0 +1,78 @@
+%global _empty_manifest_terminate_build 0
+Name: python-jupyter-ui-poll
+Version: 0.2.2
+Release: 1
+Summary: Block jupyter cell execution while interacting with widgets
+License: MIT License
+URL: https://github.com/kirill888/jupyter-ui-poll
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ce/64/4dcde6e05590425aef7393e665717ffa0ba7944fe5fa6611989a080d18ac/jupyter-ui-poll-0.2.2.tar.gz
+BuildArch: noarch
+
+Requires: python3-ipython
+Requires: python3-wheel
+Requires: python3-jupyter
+Requires: python3-sphinx
+Requires: python3-sphinx-autodoc-typehints
+Requires: python3-sphinx-rtd-theme
+
+%description
+
+
+%package -n python3-jupyter-ui-poll
+Summary: Block jupyter cell execution while interacting with widgets
+Provides: python-jupyter-ui-poll
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-jupyter-ui-poll
+
+
+%package help
+Summary: Development documents and examples for jupyter-ui-poll
+Provides: python3-jupyter-ui-poll-doc
+%description help
+
+
+%prep
+%autosetup -n jupyter-ui-poll-0.2.2
+
+%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-jupyter-ui-poll -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..6a27b34
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+0f0afd2402d3e0954d5ac4cb8c3f8996 jupyter-ui-poll-0.2.2.tar.gz