diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-10 13:08:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 13:08:50 +0000 |
| commit | 825a2fc2cbab277f098354fefd55df875055f832 (patch) | |
| tree | dc9b86531f3cd414e66fa1dd6862c1e3ce569b94 | |
| parent | 7678661e0f94c82901d0c4fdbb98b6a6f9b9d284 (diff) | |
automatic import of python-param
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-param.spec | 162 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 164 insertions, 0 deletions
@@ -0,0 +1 @@ +/param-1.13.0.tar.gz diff --git a/python-param.spec b/python-param.spec new file mode 100644 index 0000000..4a749fd --- /dev/null +++ b/python-param.spec @@ -0,0 +1,162 @@ +%global _empty_manifest_terminate_build 0 +Name: python-param +Version: 1.13.0 +Release: 1 +Summary: Make your Python code clearer and more reliable by declaring Parameters. +License: BSD +URL: http://param.holoviz.org/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/c2/31611c74263def346a374a5e051e99cf99a8e9a718d7e1de47c27211a59b/param-1.13.0.tar.gz +BuildArch: noarch + +Requires: python3-aiohttp +Requires: python3-coverage +Requires: python3-flake8 +Requires: python3-graphviz +Requires: python3-ipython +Requires: python3-myst-parser +Requires: python3-myst-nb +Requires: python3-nbconvert +Requires: python3-nbsite +Requires: python3-pandas +Requires: python3-panel +Requires: python3-pydata-sphinx-theme +Requires: python3-pygraphviz +Requires: python3-pytest +Requires: python3-sphinx-copybutton +Requires: python3-pygraphviz +Requires: python3-nbsite +Requires: python3-pydata-sphinx-theme +Requires: python3-myst-parser +Requires: python3-nbconvert +Requires: python3-graphviz +Requires: python3-myst-nb +Requires: python3-sphinx-copybutton +Requires: python3-aiohttp +Requires: python3-panel +Requires: python3-pandas +Requires: python3-ipython +Requires: python3-pytest +Requires: python3-coverage +Requires: python3-flake8 + +%description +<img src="https://raw.githubusercontent.com/holoviz/param/main/doc/_static/logo_horizontal.png" width=250> + +| | | +| --- | --- | +| Build Status | [](https://github.com/holoviz/param/actions/workflows/test.yml) +| Coverage | [](https://codecov.io/gh/holoviz/param) || +| Latest dev release | [](https://github.com/holoviz/param/tags) [](https://pyviz-dev.github.io/param/) | +| Latest release | [](https://github.com/holoviz/param/releases) [](https://pypi.python.org/pypi/param) [](https://anaconda.org/pyviz/param) [](https://anaconda.org/conda-forge/param) [](https://anaconda.org/anaconda/param) | +| Python | [](https://pypi.org/project/param/) +| Docs | [](https://github.com/holoviz/param/tree/gh-pages) [](https://param.holoviz.org) | +| Binder | [](https://mybinder.org/v2/gh/holoviz/param/main?labpath=examples) | +| Support | [](https://discourse.holoviz.org/) | + +Param is a library providing Parameters: Python attributes extended to have features such as type and range checking, dynamically generated values, documentation strings, default values, etc., each of which is inherited from parent classes if not specified in a subclass. + +Param contains only two required Python files, with no external dependencies, and is provided freely for both non-commercial and commercial use under a BSD license, so that it can easily be included as part of other projects. + +Please see [param's website](https://param.holoviz.org) for official releases, installation instructions, documentation, and examples. + + + + +%package -n python3-param +Summary: Make your Python code clearer and more reliable by declaring Parameters. +Provides: python-param +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-param +<img src="https://raw.githubusercontent.com/holoviz/param/main/doc/_static/logo_horizontal.png" width=250> + +| | | +| --- | --- | +| Build Status | [](https://github.com/holoviz/param/actions/workflows/test.yml) +| Coverage | [](https://codecov.io/gh/holoviz/param) || +| Latest dev release | [](https://github.com/holoviz/param/tags) [](https://pyviz-dev.github.io/param/) | +| Latest release | [](https://github.com/holoviz/param/releases) [](https://pypi.python.org/pypi/param) [](https://anaconda.org/pyviz/param) [](https://anaconda.org/conda-forge/param) [](https://anaconda.org/anaconda/param) | +| Python | [](https://pypi.org/project/param/) +| Docs | [](https://github.com/holoviz/param/tree/gh-pages) [](https://param.holoviz.org) | +| Binder | [](https://mybinder.org/v2/gh/holoviz/param/main?labpath=examples) | +| Support | [](https://discourse.holoviz.org/) | + +Param is a library providing Parameters: Python attributes extended to have features such as type and range checking, dynamically generated values, documentation strings, default values, etc., each of which is inherited from parent classes if not specified in a subclass. + +Param contains only two required Python files, with no external dependencies, and is provided freely for both non-commercial and commercial use under a BSD license, so that it can easily be included as part of other projects. + +Please see [param's website](https://param.holoviz.org) for official releases, installation instructions, documentation, and examples. + + + + +%package help +Summary: Development documents and examples for param +Provides: python3-param-doc +%description help +<img src="https://raw.githubusercontent.com/holoviz/param/main/doc/_static/logo_horizontal.png" width=250> + +| | | +| --- | --- | +| Build Status | [](https://github.com/holoviz/param/actions/workflows/test.yml) +| Coverage | [](https://codecov.io/gh/holoviz/param) || +| Latest dev release | [](https://github.com/holoviz/param/tags) [](https://pyviz-dev.github.io/param/) | +| Latest release | [](https://github.com/holoviz/param/releases) [](https://pypi.python.org/pypi/param) [](https://anaconda.org/pyviz/param) [](https://anaconda.org/conda-forge/param) [](https://anaconda.org/anaconda/param) | +| Python | [](https://pypi.org/project/param/) +| Docs | [](https://github.com/holoviz/param/tree/gh-pages) [](https://param.holoviz.org) | +| Binder | [](https://mybinder.org/v2/gh/holoviz/param/main?labpath=examples) | +| Support | [](https://discourse.holoviz.org/) | + +Param is a library providing Parameters: Python attributes extended to have features such as type and range checking, dynamically generated values, documentation strings, default values, etc., each of which is inherited from parent classes if not specified in a subclass. + +Param contains only two required Python files, with no external dependencies, and is provided freely for both non-commercial and commercial use under a BSD license, so that it can easily be included as part of other projects. + +Please see [param's website](https://param.holoviz.org) for official releases, installation instructions, documentation, and examples. + + + + +%prep +%autosetup -n param-1.13.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-param -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.13.0-1 +- Package Spec generated @@ -0,0 +1 @@ +077b2dd12963bc49887d055c54aee34b param-1.13.0.tar.gz |
