diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-10 08:31:47 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-10 08:31:47 +0000 |
| commit | 65bdd82847fc2b86a1cf7a601412723a63e4aba2 (patch) | |
| tree | 597280c3f42974cc9df955b0f348434fd0944cc4 /python-nbsmoke.spec | |
| parent | 41f864251a6e494c502599d1fe959c2470199ebe (diff) | |
automatic import of python-nbsmoke
Diffstat (limited to 'python-nbsmoke.spec')
| -rw-r--r-- | python-nbsmoke.spec | 147 |
1 files changed, 147 insertions, 0 deletions
diff --git a/python-nbsmoke.spec b/python-nbsmoke.spec new file mode 100644 index 0000000..45983c2 --- /dev/null +++ b/python-nbsmoke.spec @@ -0,0 +1,147 @@ +%global _empty_manifest_terminate_build 0 +Name: python-nbsmoke +Version: 0.6.0 +Release: 1 +Summary: Basic notebook checks. Do they run? Do they contain lint? +License: BSD-3 +URL: https://github.com/pyviz-dev/nbsmoke +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/77/0a2d244e0eb83d0ee905e3479c5a5e6e931a6aa0c7fccea7141bc337bb8f/nbsmoke-0.6.0.tar.gz +BuildArch: noarch + +Requires: python3-param +Requires: python3-pytest +Requires: python3-pyflakes +Requires: python3-jupyter-client +Requires: python3-nbformat +Requires: python3-nbconvert +Requires: python3-ipykernel +Requires: python3-beautifulsoup4 +Requires: python3-coverage +Requires: python3-flake8 +Requires: python3-holoviews +Requires: python3-keyring +Requires: python3-param +Requires: python3-pyct +Requires: python3-requests +Requires: python3-rfc3986 +Requires: python3-setuptools +Requires: python3-twine +Requires: python3-param +Requires: python3-pyct +Requires: python3-setuptools +Requires: python3-holoviews +Requires: python3-flake8 +Requires: python3-coverage +Requires: python3-twine +Requires: python3-rfc3986 +Requires: python3-keyring +Requires: python3-flake8 +Requires: python3-holoviews +Requires: python3-requests +Requires: python3-beautifulsoup4 +Requires: python3-requests +Requires: python3-beautifulsoup4 + +%description +| | | +| --- | --- | +| Build Status | [](https://github.com/pyviz-dev/nbsmoke/actions/workflows/tests.yaml) +| Coverage | [](https://codecov.io/gh/pyviz-dev/nbsmoke) || +| Latest dev release | [](https://github.com/pyviz-dev/nbsmoke/tags) | +| Latest release | [](https://github.com/pyviz-dev/nbsmoke/releases) [](https://pypi.python.org/pypi/nbsmoke) [](https://anaconda.org/pyviz/nbsmoke) [](https://anaconda.org/conda-forge/nbsmoke) [](https://anaconda.org/anaconda/nbsmoke) | +| Python | [](https://pypi.org/project/nbsmoke/) +* * * * * +Basic notebook smoke tests: Do they run ok? Do they contain lint? +* * * * * +This [Pytest](https://github.com/pytest-dev/pytest) plugin was generated +with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with +[@hackebrot](https://github.com/hackebrot)'s +[Cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) +template. + +%package -n python3-nbsmoke +Summary: Basic notebook checks. Do they run? Do they contain lint? +Provides: python-nbsmoke +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-nbsmoke +| | | +| --- | --- | +| Build Status | [](https://github.com/pyviz-dev/nbsmoke/actions/workflows/tests.yaml) +| Coverage | [](https://codecov.io/gh/pyviz-dev/nbsmoke) || +| Latest dev release | [](https://github.com/pyviz-dev/nbsmoke/tags) | +| Latest release | [](https://github.com/pyviz-dev/nbsmoke/releases) [](https://pypi.python.org/pypi/nbsmoke) [](https://anaconda.org/pyviz/nbsmoke) [](https://anaconda.org/conda-forge/nbsmoke) [](https://anaconda.org/anaconda/nbsmoke) | +| Python | [](https://pypi.org/project/nbsmoke/) +* * * * * +Basic notebook smoke tests: Do they run ok? Do they contain lint? +* * * * * +This [Pytest](https://github.com/pytest-dev/pytest) plugin was generated +with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with +[@hackebrot](https://github.com/hackebrot)'s +[Cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) +template. + +%package help +Summary: Development documents and examples for nbsmoke +Provides: python3-nbsmoke-doc +%description help +| | | +| --- | --- | +| Build Status | [](https://github.com/pyviz-dev/nbsmoke/actions/workflows/tests.yaml) +| Coverage | [](https://codecov.io/gh/pyviz-dev/nbsmoke) || +| Latest dev release | [](https://github.com/pyviz-dev/nbsmoke/tags) | +| Latest release | [](https://github.com/pyviz-dev/nbsmoke/releases) [](https://pypi.python.org/pypi/nbsmoke) [](https://anaconda.org/pyviz/nbsmoke) [](https://anaconda.org/conda-forge/nbsmoke) [](https://anaconda.org/anaconda/nbsmoke) | +| Python | [](https://pypi.org/project/nbsmoke/) +* * * * * +Basic notebook smoke tests: Do they run ok? Do they contain lint? +* * * * * +This [Pytest](https://github.com/pytest-dev/pytest) plugin was generated +with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with +[@hackebrot](https://github.com/hackebrot)'s +[Cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) +template. + +%prep +%autosetup -n nbsmoke-0.6.0 + +%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-nbsmoke -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1 +- Package Spec generated |
