summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 05:21:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 05:21:40 +0000
commit05accbab052ba42b439afa0ff1b721e3dad5872d (patch)
treeef41b477a38ba7f1a322048bc588eb140e65c1ac
parent2b9a590b4b9e31eff233945eb937909e4a9db85a (diff)
automatic import of python-awesome-panel-extensionsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-awesome-panel-extensions.spec303
-rw-r--r--sources1
3 files changed, 305 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..9beea9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/awesome-panel-extensions-20221019.2.tar.gz
diff --git a/python-awesome-panel-extensions.spec b/python-awesome-panel-extensions.spec
new file mode 100644
index 0000000..05defdc
--- /dev/null
+++ b/python-awesome-panel-extensions.spec
@@ -0,0 +1,303 @@
+%global _empty_manifest_terminate_build 0
+Name: python-awesome-panel-extensions
+Version: 20221019.2
+Release: 1
+Summary: A package of awesome Panel extensions. Provided by awesome-panel.org
+License: MIT License Copyright (c) 2021 Marc Skov Madsen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+URL: https://pypi.org/project/awesome-panel-extensions/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/3c/81c527f3f8829e082951890538e83c9453b6d88f49ee6380f321fc1cb50a/awesome-panel-extensions-20221019.2.tar.gz
+BuildArch: noarch
+
+Requires: python3-hvplot
+Requires: python3-pandas
+Requires: python3-panel
+Requires: python3-bokeh
+Requires: python3-lxml
+Requires: python3-awesome-panel-cli[dev]
+Requires: python3-types-PyYAML
+Requires: python3-types-Markdown
+Requires: python3-altair
+Requires: python3-awesome-panel-cli
+Requires: python3-holoviews
+Requires: python3-hvplot
+Requires: python3-matplotlib
+Requires: python3-notebook
+Requires: python3-pandas-profiling
+Requires: python3-pandas
+Requires: python3-plotly
+Requires: python3-seaborn
+
+%description
+# ✨ awesome-panel-extensions
+
+⚠️ The extensions in this package are currently being carved out and split into seperate
+extensions. Please check out the
+[awesome-panel repositories](https://github.com/orgs/awesome-panel/repositories) to see if the
+extension you need is available there.
+
+We want to
+
+- Make sure [Panel](https://panel.holoviz.org/) has lots of available extensions
+
+We provide
+
+- The `awesome-panel-extensions` Python package containing extra extensions for Panel.
+
+You can install and use the package as simple as.
+
+```bash
+pip install awesome-panel-extensions
+```
+
+## 🚀 Get started in under a minute
+
+Install `awesome-panel-extensions` including the *`examples` dependencies*.
+
+```bash
+pip install awesome-panel-extensions[examples]
+```
+
+Explore the sample apps
+
+```bash
+pn hello awesome-panel-extensions
+```
+
+![Project Intro](https://raw.githubusercontent.com/awesome-panel/awesome-panel-extensions/main/assets/videos/pn-hello-awesome-panel-extensions.gif)
+
+You can now find the *reference* and *gallery* notebooks in the `examples/awesome-panel/awesome-panel-extensions` folder. Check them out by running `jupyter lab`.
+
+## 📒 Explore the examples online
+
+Click one of the buttons
+
+[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.org/github/awesome-panel/awesome-panel-extensions/tree/main/examples/)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/awesome-panel/awesome-panel-extensions/HEAD)
+
+## ⭐ Support
+
+Please support [Panel](https://panel.holoviz.org) and
+[awesome-panel](https://awesome-panel.org) by giving the projects a star on Github:
+
+- [holoviz/panel](https://github.com/holoviz/panel).
+- [awesome-panel/awesome-panel](https://github.com/awesome-panel/awesome-panel).
+
+Thanks
+
+## ❤️ Contribute
+
+If you are looking to contribute to this project you can find ideas in the [issue tracker](https://github.com/awesome-panel/awesome-panel-extensions/issues). To get started check out the [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md).
+
+I would love to support and receive your contributions. Thanks.
+
+[![Hacktober Fest](https://github.blog/wp-content/uploads/2022/10/hacktoberfestbanner.jpeg?fit=1200%2C630)](https://github.com/awesome-panel/awesome-panel-extensions/issues).
+
+## Monitor
+
+[![PyPI version](https://badge.fury.io/py/panel-highcharts.svg)](https://pypi.org/project/awesome-panel-extensions/)
+[![Downloads](https://pepy.tech/badge/panel-highcharts/month)](https://pepy.tech/project/awesome-panel-extensions)
+![Python Versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)
+[![License](https://img.shields.io/badge/License-MIT%202.0-blue.svg)](https://opensource.org/licenses/MIT)
+![Test Results](https://github.com/awesome-panel/awesome-panel-extensions/actions/workflows/tests.yaml/badge.svg?branch=main)
+
+
+%package -n python3-awesome-panel-extensions
+Summary: A package of awesome Panel extensions. Provided by awesome-panel.org
+Provides: python-awesome-panel-extensions
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-awesome-panel-extensions
+# ✨ awesome-panel-extensions
+
+⚠️ The extensions in this package are currently being carved out and split into seperate
+extensions. Please check out the
+[awesome-panel repositories](https://github.com/orgs/awesome-panel/repositories) to see if the
+extension you need is available there.
+
+We want to
+
+- Make sure [Panel](https://panel.holoviz.org/) has lots of available extensions
+
+We provide
+
+- The `awesome-panel-extensions` Python package containing extra extensions for Panel.
+
+You can install and use the package as simple as.
+
+```bash
+pip install awesome-panel-extensions
+```
+
+## 🚀 Get started in under a minute
+
+Install `awesome-panel-extensions` including the *`examples` dependencies*.
+
+```bash
+pip install awesome-panel-extensions[examples]
+```
+
+Explore the sample apps
+
+```bash
+pn hello awesome-panel-extensions
+```
+
+![Project Intro](https://raw.githubusercontent.com/awesome-panel/awesome-panel-extensions/main/assets/videos/pn-hello-awesome-panel-extensions.gif)
+
+You can now find the *reference* and *gallery* notebooks in the `examples/awesome-panel/awesome-panel-extensions` folder. Check them out by running `jupyter lab`.
+
+## 📒 Explore the examples online
+
+Click one of the buttons
+
+[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.org/github/awesome-panel/awesome-panel-extensions/tree/main/examples/)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/awesome-panel/awesome-panel-extensions/HEAD)
+
+## ⭐ Support
+
+Please support [Panel](https://panel.holoviz.org) and
+[awesome-panel](https://awesome-panel.org) by giving the projects a star on Github:
+
+- [holoviz/panel](https://github.com/holoviz/panel).
+- [awesome-panel/awesome-panel](https://github.com/awesome-panel/awesome-panel).
+
+Thanks
+
+## ❤️ Contribute
+
+If you are looking to contribute to this project you can find ideas in the [issue tracker](https://github.com/awesome-panel/awesome-panel-extensions/issues). To get started check out the [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md).
+
+I would love to support and receive your contributions. Thanks.
+
+[![Hacktober Fest](https://github.blog/wp-content/uploads/2022/10/hacktoberfestbanner.jpeg?fit=1200%2C630)](https://github.com/awesome-panel/awesome-panel-extensions/issues).
+
+## Monitor
+
+[![PyPI version](https://badge.fury.io/py/panel-highcharts.svg)](https://pypi.org/project/awesome-panel-extensions/)
+[![Downloads](https://pepy.tech/badge/panel-highcharts/month)](https://pepy.tech/project/awesome-panel-extensions)
+![Python Versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)
+[![License](https://img.shields.io/badge/License-MIT%202.0-blue.svg)](https://opensource.org/licenses/MIT)
+![Test Results](https://github.com/awesome-panel/awesome-panel-extensions/actions/workflows/tests.yaml/badge.svg?branch=main)
+
+
+%package help
+Summary: Development documents and examples for awesome-panel-extensions
+Provides: python3-awesome-panel-extensions-doc
+%description help
+# ✨ awesome-panel-extensions
+
+⚠️ The extensions in this package are currently being carved out and split into seperate
+extensions. Please check out the
+[awesome-panel repositories](https://github.com/orgs/awesome-panel/repositories) to see if the
+extension you need is available there.
+
+We want to
+
+- Make sure [Panel](https://panel.holoviz.org/) has lots of available extensions
+
+We provide
+
+- The `awesome-panel-extensions` Python package containing extra extensions for Panel.
+
+You can install and use the package as simple as.
+
+```bash
+pip install awesome-panel-extensions
+```
+
+## 🚀 Get started in under a minute
+
+Install `awesome-panel-extensions` including the *`examples` dependencies*.
+
+```bash
+pip install awesome-panel-extensions[examples]
+```
+
+Explore the sample apps
+
+```bash
+pn hello awesome-panel-extensions
+```
+
+![Project Intro](https://raw.githubusercontent.com/awesome-panel/awesome-panel-extensions/main/assets/videos/pn-hello-awesome-panel-extensions.gif)
+
+You can now find the *reference* and *gallery* notebooks in the `examples/awesome-panel/awesome-panel-extensions` folder. Check them out by running `jupyter lab`.
+
+## 📒 Explore the examples online
+
+Click one of the buttons
+
+[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.org/github/awesome-panel/awesome-panel-extensions/tree/main/examples/)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/awesome-panel/awesome-panel-extensions/HEAD)
+
+## ⭐ Support
+
+Please support [Panel](https://panel.holoviz.org) and
+[awesome-panel](https://awesome-panel.org) by giving the projects a star on Github:
+
+- [holoviz/panel](https://github.com/holoviz/panel).
+- [awesome-panel/awesome-panel](https://github.com/awesome-panel/awesome-panel).
+
+Thanks
+
+## ❤️ Contribute
+
+If you are looking to contribute to this project you can find ideas in the [issue tracker](https://github.com/awesome-panel/awesome-panel-extensions/issues). To get started check out the [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md).
+
+I would love to support and receive your contributions. Thanks.
+
+[![Hacktober Fest](https://github.blog/wp-content/uploads/2022/10/hacktoberfestbanner.jpeg?fit=1200%2C630)](https://github.com/awesome-panel/awesome-panel-extensions/issues).
+
+## Monitor
+
+[![PyPI version](https://badge.fury.io/py/panel-highcharts.svg)](https://pypi.org/project/awesome-panel-extensions/)
+[![Downloads](https://pepy.tech/badge/panel-highcharts/month)](https://pepy.tech/project/awesome-panel-extensions)
+![Python Versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)
+[![License](https://img.shields.io/badge/License-MIT%202.0-blue.svg)](https://opensource.org/licenses/MIT)
+![Test Results](https://github.com/awesome-panel/awesome-panel-extensions/actions/workflows/tests.yaml/badge.svg?branch=main)
+
+
+%prep
+%autosetup -n awesome-panel-extensions-20221019.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-awesome-panel-extensions -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 20221019.2-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..b00af9c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+15779551e90904557281c80df9e2f85c awesome-panel-extensions-20221019.2.tar.gz