summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-nbgitpuller.spec192
-rw-r--r--sources1
3 files changed, 194 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..44bc3ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nbgitpuller-1.1.1.tar.gz
diff --git a/python-nbgitpuller.spec b/python-nbgitpuller.spec
new file mode 100644
index 0000000..5bbb61a
--- /dev/null
+++ b/python-nbgitpuller.spec
@@ -0,0 +1,192 @@
+%global _empty_manifest_terminate_build 0
+Name: python-nbgitpuller
+Version: 1.1.1
+Release: 1
+Summary: Notebook Extension to do one-way synchronization of git repositories
+License: 3-clause BSD
+URL: https://github.com/jupyterhub/nbgitpuller
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/71/4b7d9c2c396a8165b877563d0617a8df3ac919829f32260f8610f3860956/nbgitpuller-1.1.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-notebook
+Requires: python3-jupyter-server
+Requires: python3-tornado
+
+%description
+# [nbgitpuller](https://github.com/jupyterhub/nbgitpuller)
+
+
+[![GitHub Workflow Status - Test](https://img.shields.io/github/workflow/status/jupyterhub/nbgitpuller/Tests?logo=github&label=tests)](https://github.com/jupyterhub/nbgitpuller/actions)
+[![CircleCI build status](https://img.shields.io/circleci/build/github/jupyterhub/nbgitpuller?logo=circleci&label=docs)](https://circleci.com/gh/jupyterhub/nbgitpuller)
+[![](https://img.shields.io/pypi/v/nbgitpuller.svg?logo=pypi)](https://pypi.python.org/pypi/nbgitpuller)
+[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/nbgitpuller/issues)
+[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub)
+[![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyterhub/jupyterhub)
+
+`nbgitpuller` lets you distribute content in a git repository to your students
+by having them click a simple link. [Automatic
+merging](https://jupyterhub.github.io/nbgitpuller/topic/automatic-merging.html)
+ensures that your students are never exposed to `git` directly. It is primarily
+used with a JupyterHub, but can also work on students' local computers.
+
+See [the documentation](https://jupyterhub.github.io/nbgitpuller) for more
+information.
+
+## Installation
+
+```shell
+pip install nbgitpuller
+```
+
+## Example
+
+
+This example shows how to use the [nbgitpuller link generator](https://jupyterhub.github.io/nbgitpuller/link)
+to create an nbgitpuller link, which a user then clicks.
+
+1. The [nbgitpuller link generator GUI](https://jupyterhub.github.io/nbgitpuller/link) is used to create a
+ link.
+
+ ![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-link-generator.png)
+
+2. This link is clicked, and the content is pulled into a live Jupyter session.
+
+ ![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-demo.gif)
+
+
+%package -n python3-nbgitpuller
+Summary: Notebook Extension to do one-way synchronization of git repositories
+Provides: python-nbgitpuller
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-nbgitpuller
+# [nbgitpuller](https://github.com/jupyterhub/nbgitpuller)
+
+
+[![GitHub Workflow Status - Test](https://img.shields.io/github/workflow/status/jupyterhub/nbgitpuller/Tests?logo=github&label=tests)](https://github.com/jupyterhub/nbgitpuller/actions)
+[![CircleCI build status](https://img.shields.io/circleci/build/github/jupyterhub/nbgitpuller?logo=circleci&label=docs)](https://circleci.com/gh/jupyterhub/nbgitpuller)
+[![](https://img.shields.io/pypi/v/nbgitpuller.svg?logo=pypi)](https://pypi.python.org/pypi/nbgitpuller)
+[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/nbgitpuller/issues)
+[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub)
+[![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyterhub/jupyterhub)
+
+`nbgitpuller` lets you distribute content in a git repository to your students
+by having them click a simple link. [Automatic
+merging](https://jupyterhub.github.io/nbgitpuller/topic/automatic-merging.html)
+ensures that your students are never exposed to `git` directly. It is primarily
+used with a JupyterHub, but can also work on students' local computers.
+
+See [the documentation](https://jupyterhub.github.io/nbgitpuller) for more
+information.
+
+## Installation
+
+```shell
+pip install nbgitpuller
+```
+
+## Example
+
+
+This example shows how to use the [nbgitpuller link generator](https://jupyterhub.github.io/nbgitpuller/link)
+to create an nbgitpuller link, which a user then clicks.
+
+1. The [nbgitpuller link generator GUI](https://jupyterhub.github.io/nbgitpuller/link) is used to create a
+ link.
+
+ ![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-link-generator.png)
+
+2. This link is clicked, and the content is pulled into a live Jupyter session.
+
+ ![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-demo.gif)
+
+
+%package help
+Summary: Development documents and examples for nbgitpuller
+Provides: python3-nbgitpuller-doc
+%description help
+# [nbgitpuller](https://github.com/jupyterhub/nbgitpuller)
+
+
+[![GitHub Workflow Status - Test](https://img.shields.io/github/workflow/status/jupyterhub/nbgitpuller/Tests?logo=github&label=tests)](https://github.com/jupyterhub/nbgitpuller/actions)
+[![CircleCI build status](https://img.shields.io/circleci/build/github/jupyterhub/nbgitpuller?logo=circleci&label=docs)](https://circleci.com/gh/jupyterhub/nbgitpuller)
+[![](https://img.shields.io/pypi/v/nbgitpuller.svg?logo=pypi)](https://pypi.python.org/pypi/nbgitpuller)
+[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/nbgitpuller/issues)
+[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub)
+[![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyterhub/jupyterhub)
+
+`nbgitpuller` lets you distribute content in a git repository to your students
+by having them click a simple link. [Automatic
+merging](https://jupyterhub.github.io/nbgitpuller/topic/automatic-merging.html)
+ensures that your students are never exposed to `git` directly. It is primarily
+used with a JupyterHub, but can also work on students' local computers.
+
+See [the documentation](https://jupyterhub.github.io/nbgitpuller) for more
+information.
+
+## Installation
+
+```shell
+pip install nbgitpuller
+```
+
+## Example
+
+
+This example shows how to use the [nbgitpuller link generator](https://jupyterhub.github.io/nbgitpuller/link)
+to create an nbgitpuller link, which a user then clicks.
+
+1. The [nbgitpuller link generator GUI](https://jupyterhub.github.io/nbgitpuller/link) is used to create a
+ link.
+
+ ![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-link-generator.png)
+
+2. This link is clicked, and the content is pulled into a live Jupyter session.
+
+ ![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-demo.gif)
+
+
+%prep
+%autosetup -n nbgitpuller-1.1.1
+
+%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-nbgitpuller -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..c6c36e4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+6717b1a3275be87f081f768b6710d4ad nbgitpuller-1.1.1.tar.gz