%global _empty_manifest_terminate_build 0 Name: python-nehushtan Version: 0.4.29 Release: 1 Summary: A toolkit for projects in Python License: MIT URL: https://sinri.github.io/nehushtan/ Source0: https://mirrors.nju.edu.cn/pypi/web/packages/36/24/eaa49c44c6afa6fbc4010252c7cd1f0e4a25a0312be2cc5adeaaa99bff88/nehushtan-0.4.29.tar.gz BuildArch: noarch Requires: python3-psutil %description # Nehushtan (נְחֻשְׁתָּן) A toolkit for projects in Python ![PyPI](https://img.shields.io/pypi/v/nehushtan) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nehushtan) ![PyPI - License](https://img.shields.io/pypi/l/nehushtan) ![PyPI - Downloads](https://img.shields.io/pypi/dm/nehushtan) ![https://www.jetbrains.com/community/opensource/#support](https://img.shields.io/badge/PyCharm-Licenses%20for%20Open%20Source%20Development-yellowgreen) > ipse dissipavit excelsa et contrivit statuas et succidit lucos confregitque serpentem aeneum quem fecerat Moses siquidem usque ad illud tempus filii Israhel adolebant ei incensum vocavitque eum Naasthan License: MIT ## Category ### CLI Help to handle the command line parameters. ### Helper Provide an easier way to access to class, data, etc. ### Logging Provide a solution for logging, other than the default. ### Mail A package to support EMail related tasks. ### MySQL Provide a high-to-low solution on MySQL access, with Model support. ### Queue A designed framework for queue using `subprocess`. ### Multi-Processing Support for multiprocessing queue. %package -n python3-nehushtan Summary: A toolkit for projects in Python Provides: python-nehushtan BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-nehushtan # Nehushtan (נְחֻשְׁתָּן) A toolkit for projects in Python ![PyPI](https://img.shields.io/pypi/v/nehushtan) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nehushtan) ![PyPI - License](https://img.shields.io/pypi/l/nehushtan) ![PyPI - Downloads](https://img.shields.io/pypi/dm/nehushtan) ![https://www.jetbrains.com/community/opensource/#support](https://img.shields.io/badge/PyCharm-Licenses%20for%20Open%20Source%20Development-yellowgreen) > ipse dissipavit excelsa et contrivit statuas et succidit lucos confregitque serpentem aeneum quem fecerat Moses siquidem usque ad illud tempus filii Israhel adolebant ei incensum vocavitque eum Naasthan License: MIT ## Category ### CLI Help to handle the command line parameters. ### Helper Provide an easier way to access to class, data, etc. ### Logging Provide a solution for logging, other than the default. ### Mail A package to support EMail related tasks. ### MySQL Provide a high-to-low solution on MySQL access, with Model support. ### Queue A designed framework for queue using `subprocess`. ### Multi-Processing Support for multiprocessing queue. %package help Summary: Development documents and examples for nehushtan Provides: python3-nehushtan-doc %description help # Nehushtan (נְחֻשְׁתָּן) A toolkit for projects in Python ![PyPI](https://img.shields.io/pypi/v/nehushtan) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nehushtan) ![PyPI - License](https://img.shields.io/pypi/l/nehushtan) ![PyPI - Downloads](https://img.shields.io/pypi/dm/nehushtan) ![https://www.jetbrains.com/community/opensource/#support](https://img.shields.io/badge/PyCharm-Licenses%20for%20Open%20Source%20Development-yellowgreen) > ipse dissipavit excelsa et contrivit statuas et succidit lucos confregitque serpentem aeneum quem fecerat Moses siquidem usque ad illud tempus filii Israhel adolebant ei incensum vocavitque eum Naasthan License: MIT ## Category ### CLI Help to handle the command line parameters. ### Helper Provide an easier way to access to class, data, etc. ### Logging Provide a solution for logging, other than the default. ### Mail A package to support EMail related tasks. ### MySQL Provide a high-to-low solution on MySQL access, with Model support. ### Queue A designed framework for queue using `subprocess`. ### Multi-Processing Support for multiprocessing queue. %prep %autosetup -n nehushtan-0.4.29 %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-nehushtan -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri May 05 2023 Python_Bot - 0.4.29-1 - Package Spec generated