diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:20:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:20:36 +0000 |
commit | 57d4e1f197412c28aaeea161c638920a6b6f56a2 (patch) | |
tree | 74bbb1e1b0bf9103fa0c1b4e110d21bb6ae27e39 | |
parent | 94fca358a7f6ff608b89d4406c168fe35ec912e6 (diff) |
automatic import of python-matplotlibopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-matplotlib.spec | 293 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 295 insertions, 0 deletions
@@ -0,0 +1 @@ +/matplotlib-3.7.1.tar.gz diff --git a/python-matplotlib.spec b/python-matplotlib.spec new file mode 100644 index 0000000..e3f2e20 --- /dev/null +++ b/python-matplotlib.spec @@ -0,0 +1,293 @@ +%global _empty_manifest_terminate_build 0 +Name: python-matplotlib +Version: 3.7.1 +Release: 1 +Summary: Python plotting package +License: PSF +URL: https://matplotlib.org +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/65/d6e00376dbdb6c227d79a2d6ec32f66cfb163f0cd924090e3133a4f85a11/matplotlib-3.7.1.tar.gz + + +%description +[](https://badge.fury.io/py/matplotlib) +[](https://pepy.tech/project/matplotlib) +[](https://numfocus.org) + +[](https://discourse.matplotlib.org) +[](https://gitter.im/matplotlib/matplotlib) +[](https://github.com/matplotlib/matplotlib/issues) +[](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) + +[](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests) +[](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main) +[](https://ci.appveyor.com/project/matplotlib/matplotlib) +[](https://codecov.io/github/matplotlib/matplotlib?branch=main) + + + +Matplotlib is a comprehensive library for creating static, animated, and +interactive visualizations in Python. + +Check out our [home page](https://matplotlib.org/) for more information. + + + +Matplotlib produces publication-quality figures in a variety of hardcopy +formats and interactive environments across platforms. Matplotlib can be +used in Python scripts, Python/IPython shells, web application servers, +and various graphical user interface toolkits. + +## Install + +See the [install +documentation](https://matplotlib.org/stable/users/installing/index.html), +which is generated from `/doc/users/installing/index.rst` + +## Contribute + +You've discovered a bug or something else you want to change - +excellent! + +You've worked out a way to fix it -- even better! + +You want to tell us about it -- best of all! + +Start at the [contributing +guide](https://matplotlib.org/devdocs/devel/contributing.html)! + +## Contact + +[Discourse](https://discourse.matplotlib.org/) is the discussion forum +for general questions and discussions and our recommended starting +point. + +Our active mailing lists (which are mirrored on Discourse) are: + +- [Users](https://mail.python.org/mailman/listinfo/matplotlib-users) + mailing list: <matplotlib-users@python.org> +- [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce) + mailing list: <matplotlib-announce@python.org> +- [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel) + mailing list: <matplotlib-devel@python.org> + +[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating +development and asking questions directly related to contributing to +matplotlib. + +## Citing Matplotlib + +If Matplotlib contributes to a project that leads to publication, please +acknowledge this by citing Matplotlib. + +[A ready-made citation +entry](https://matplotlib.org/stable/users/project/citing.html) is +available. + + +%package -n python3-matplotlib +Summary: Python plotting package +Provides: python-matplotlib +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-cffi +BuildRequires: gcc +BuildRequires: gdb +%description -n python3-matplotlib +[](https://badge.fury.io/py/matplotlib) +[](https://pepy.tech/project/matplotlib) +[](https://numfocus.org) + +[](https://discourse.matplotlib.org) +[](https://gitter.im/matplotlib/matplotlib) +[](https://github.com/matplotlib/matplotlib/issues) +[](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) + +[](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests) +[](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main) +[](https://ci.appveyor.com/project/matplotlib/matplotlib) +[](https://codecov.io/github/matplotlib/matplotlib?branch=main) + + + +Matplotlib is a comprehensive library for creating static, animated, and +interactive visualizations in Python. + +Check out our [home page](https://matplotlib.org/) for more information. + + + +Matplotlib produces publication-quality figures in a variety of hardcopy +formats and interactive environments across platforms. Matplotlib can be +used in Python scripts, Python/IPython shells, web application servers, +and various graphical user interface toolkits. + +## Install + +See the [install +documentation](https://matplotlib.org/stable/users/installing/index.html), +which is generated from `/doc/users/installing/index.rst` + +## Contribute + +You've discovered a bug or something else you want to change - +excellent! + +You've worked out a way to fix it -- even better! + +You want to tell us about it -- best of all! + +Start at the [contributing +guide](https://matplotlib.org/devdocs/devel/contributing.html)! + +## Contact + +[Discourse](https://discourse.matplotlib.org/) is the discussion forum +for general questions and discussions and our recommended starting +point. + +Our active mailing lists (which are mirrored on Discourse) are: + +- [Users](https://mail.python.org/mailman/listinfo/matplotlib-users) + mailing list: <matplotlib-users@python.org> +- [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce) + mailing list: <matplotlib-announce@python.org> +- [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel) + mailing list: <matplotlib-devel@python.org> + +[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating +development and asking questions directly related to contributing to +matplotlib. + +## Citing Matplotlib + +If Matplotlib contributes to a project that leads to publication, please +acknowledge this by citing Matplotlib. + +[A ready-made citation +entry](https://matplotlib.org/stable/users/project/citing.html) is +available. + + +%package help +Summary: Development documents and examples for matplotlib +Provides: python3-matplotlib-doc +%description help +[](https://badge.fury.io/py/matplotlib) +[](https://pepy.tech/project/matplotlib) +[](https://numfocus.org) + +[](https://discourse.matplotlib.org) +[](https://gitter.im/matplotlib/matplotlib) +[](https://github.com/matplotlib/matplotlib/issues) +[](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) + +[](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests) +[](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main) +[](https://ci.appveyor.com/project/matplotlib/matplotlib) +[](https://codecov.io/github/matplotlib/matplotlib?branch=main) + + + +Matplotlib is a comprehensive library for creating static, animated, and +interactive visualizations in Python. + +Check out our [home page](https://matplotlib.org/) for more information. + + + +Matplotlib produces publication-quality figures in a variety of hardcopy +formats and interactive environments across platforms. Matplotlib can be +used in Python scripts, Python/IPython shells, web application servers, +and various graphical user interface toolkits. + +## Install + +See the [install +documentation](https://matplotlib.org/stable/users/installing/index.html), +which is generated from `/doc/users/installing/index.rst` + +## Contribute + +You've discovered a bug or something else you want to change - +excellent! + +You've worked out a way to fix it -- even better! + +You want to tell us about it -- best of all! + +Start at the [contributing +guide](https://matplotlib.org/devdocs/devel/contributing.html)! + +## Contact + +[Discourse](https://discourse.matplotlib.org/) is the discussion forum +for general questions and discussions and our recommended starting +point. + +Our active mailing lists (which are mirrored on Discourse) are: + +- [Users](https://mail.python.org/mailman/listinfo/matplotlib-users) + mailing list: <matplotlib-users@python.org> +- [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce) + mailing list: <matplotlib-announce@python.org> +- [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel) + mailing list: <matplotlib-devel@python.org> + +[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating +development and asking questions directly related to contributing to +matplotlib. + +## Citing Matplotlib + +If Matplotlib contributes to a project that leads to publication, please +acknowledge this by citing Matplotlib. + +[A ready-made citation +entry](https://matplotlib.org/stable/users/project/citing.html) is +available. + + +%prep +%autosetup -n matplotlib-3.7.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-matplotlib -f filelist.lst +%dir %{python3_sitearch}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.1-1 +- Package Spec generated @@ -0,0 +1 @@ +8d9aa2da68a5f588d8793a9429542601 matplotlib-3.7.1.tar.gz |