diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-11 10:57:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 10:57:27 +0000 |
| commit | f23b4cd2b0662d6907b22cd35fe2013410ce70f4 (patch) | |
| tree | 323c1a6cf9c11a77fd471adb78669e4c31afad18 /python-nbgitpuller.spec | |
| parent | 53093fc8a6a67b5fdff81c53bda6a1e15f902448 (diff) | |
automatic import of python-nbgitpuller
Diffstat (limited to 'python-nbgitpuller.spec')
| -rw-r--r-- | python-nbgitpuller.spec | 192 |
1 files changed, 192 insertions, 0 deletions
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) + + +[](https://github.com/jupyterhub/nbgitpuller/actions) +[](https://circleci.com/gh/jupyterhub/nbgitpuller) +[](https://pypi.python.org/pypi/nbgitpuller) +[](https://github.com/jupyterhub/nbgitpuller/issues) +[](https://discourse.jupyter.org/c/jupyterhub) +[](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. + +  + +2. This link is clicked, and the content is pulled into a live Jupyter session. + +  + + +%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) + + +[](https://github.com/jupyterhub/nbgitpuller/actions) +[](https://circleci.com/gh/jupyterhub/nbgitpuller) +[](https://pypi.python.org/pypi/nbgitpuller) +[](https://github.com/jupyterhub/nbgitpuller/issues) +[](https://discourse.jupyter.org/c/jupyterhub) +[](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. + +  + +2. This link is clicked, and the content is pulled into a live Jupyter session. + +  + + +%package help +Summary: Development documents and examples for nbgitpuller +Provides: python3-nbgitpuller-doc +%description help +# [nbgitpuller](https://github.com/jupyterhub/nbgitpuller) + + +[](https://github.com/jupyterhub/nbgitpuller/actions) +[](https://circleci.com/gh/jupyterhub/nbgitpuller) +[](https://pypi.python.org/pypi/nbgitpuller) +[](https://github.com/jupyterhub/nbgitpuller/issues) +[](https://discourse.jupyter.org/c/jupyterhub) +[](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. + +  + +2. This link is clicked, and the content is pulled into a live Jupyter session. + +  + + +%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 |
