%global _empty_manifest_terminate_build 0 Name: python-dtale Version: 2.14.0 Release: 1 Summary: Web Client for Visualizing Pandas Objects License: LGPL URL: https://github.com/man-group/dtale Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/49/aecfb47c7227f58e3fedfc264b40238d0773c8414d6efdddc0e0eef306bb/dtale-2.14.0.tar.gz BuildArch: noarch Requires: python3-dash-colorscales Requires: python3-dash-daq Requires: python3-Flask-Compress Requires: python3-future Requires: python3-missingno Requires: python3-pandas Requires: python3-squarify Requires: python3-strsimpy Requires: python3-six Requires: python3-xlrd Requires: python3-lz4 Requires: python3-dash-bootstrap-components Requires: python3-numpy Requires: python3-openpyxl Requires: python3-scikit-learn Requires: python3-soupsieve Requires: python3-xarray Requires: python3-lz4 Requires: python3-et-xmlfile Requires: python3-plotly Requires: python3-seaborn Requires: python3-Flask Requires: python3-itsdangerous Requires: python3-networkx Requires: python3-kaleido Requires: python3-requests Requires: python3-beautifulsoup4 Requires: python3-certifi Requires: python3-cycler Requires: python3-dash Requires: python3-decorator Requires: python3-kiwisolver Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-pyparsing Requires: python3-scipy Requires: python3-statsmodels Requires: python3-matplotlib Requires: python3-scipy Requires: python3-statsmodels Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-packaging Requires: python3-scipy Requires: python3-statsmodels Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-packaging Requires: python3-scipy Requires: python3-statsmodels Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-packaging Requires: python3-scipy Requires: python3-statsmodels Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-packaging Requires: python3-scipy Requires: python3-statsmodels Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-networkx Requires: python3-packaging Requires: python3-scipy Requires: python3-statsmodels Requires: python3-dash Requires: python3-dash-bootstrap-components Requires: python3-joblib Requires: python3-kiwisolver Requires: python3-MarkupSafe Requires: python3-matplotlib Requires: python3-networkx Requires: python3-packaging Requires: python3-pillow Requires: python3-scikit-learn Requires: python3-scipy Requires: python3-seaborn Requires: python3-soupsieve Requires: python3-statsmodels Requires: python3-tenacity Requires: python3-matplotlib Requires: python3-networkx Requires: python3-packaging Requires: python3-scikit-learn Requires: python3-scipy Requires: python3-statsmodels Requires: python3-matplotlib Requires: python3-matplotlib Requires: python3-beautifulsoup4 Requires: python3-certifi Requires: python3-cycler Requires: python3-flask-ngrok Requires: python3-lz4 Requires: python3-dash Requires: python3-dash-bootstrap-components Requires: python3-kaleido Requires: python3-seaborn Requires: python3-networkx Requires: python3-scikit-learn Requires: python3-statsmodels Requires: python3-matplotlib Requires: python3-numpy Requires: python3-openpyxl Requires: python3-xarray Requires: python3-et-xmlfile Requires: python3-plotly Requires: python3-Flask Requires: python3-itsdangerous Requires: python3-requests Requires: python3-scipy Requires: python3-arctic Requires: python3-dash-bio Requires: python3-ParmEd Requires: python3-dash-bio Requires: python3-rpy2 Requires: python3-redis Requires: python3-redislite Requires: python3-streamlit Requires: python3-swifter Requires: python3-ipython Requires: python3-mock Requires: python3-nbconvert Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-pytest-server-fixtures Requires: python3-importlib-metadata Requires: python3-importlib-metadata %description |CircleCI| |PyPI Python Versions| |PyPI| |Conda| |ReadTheDocs| |codecov| |Downloads| |Open in VS Code| %package -n python3-dtale Summary: Web Client for Visualizing Pandas Objects Provides: python-dtale BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-dtale |CircleCI| |PyPI Python Versions| |PyPI| |Conda| |ReadTheDocs| |codecov| |Downloads| |Open in VS Code| %package help Summary: Development documents and examples for dtale Provides: python3-dtale-doc %description help |CircleCI| |PyPI Python Versions| |PyPI| |Conda| |ReadTheDocs| |codecov| |Downloads| |Open in VS Code| %prep %autosetup -n dtale-2.14.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-dtale -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Mon Apr 10 2023 Python_Bot - 2.14.0-1 - Package Spec generated