%global _empty_manifest_terminate_build 0 Name: python-brawlpython Version: 2.6.0 Release: 1 Summary: Easy-to-configure library to use Official and other Brawl Stars API License: MIT URL: https://github.com/0dminnimda/brawlpython Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/3b/860f560a41c76283bf8289eb4c4512461d51cd7e6f96d7a751a558af9438/brawlpython-2.6.0.tar.gz BuildArch: noarch Requires: python3-requests Requires: python3-aiohttp Requires: python3-cachetools Requires: python3-pyformatting %description # brawlpython [![PyPi][pypi img]][pypi link] ![Supported Versions][versions img] [![License][license img]][license link] [![Wheel][wheel img]][wheel link] [![Coverage Status][cov img]][cov link] [![Say Thanks!][thanks img]][thanks link] Easy-to-configure library to use any Brawl Stars API [Source on github][github link] Documentation coming soon [Read code examples][examples link] ## Development Status Pre-Alpha [pypi img]: https://img.shields.io/pypi/v/brawlpython.svg?style=plastic [thanks img]: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg?style=plastic [license img]: https://img.shields.io/pypi/l/brawlpython?style=plastic [versions img]: https://img.shields.io/pypi/pyversions/brawlpython.svg?style=plastic [wheel img]: https://img.shields.io/pypi/wheel/brawlpython?style=plastic [cov img]: https://coveralls.io/repos/github/0dminnimda/brawlpython/badge.svg?branch=master [pypi link]: https://pypi.org/project/brawlpython [thanks link]: https://saythanks.io/to/0dminnimda.contact%40gmail.com [license link]: https://github.com/0dminnimda/brawlpython/blob/master/LICENSE [wheel link]: https://pypi.org/project/brawlpython/#files [github link]: https://github.com/0dminnimda/brawlpython [examples link]: https://github.com/0dminnimda/brawlpython/tree/master/examples [cov link]: https://coveralls.io/github/0dminnimda/brawlpython?branch=master %package -n python3-brawlpython Summary: Easy-to-configure library to use Official and other Brawl Stars API Provides: python-brawlpython BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-brawlpython # brawlpython [![PyPi][pypi img]][pypi link] ![Supported Versions][versions img] [![License][license img]][license link] [![Wheel][wheel img]][wheel link] [![Coverage Status][cov img]][cov link] [![Say Thanks!][thanks img]][thanks link] Easy-to-configure library to use any Brawl Stars API [Source on github][github link] Documentation coming soon [Read code examples][examples link] ## Development Status Pre-Alpha [pypi img]: https://img.shields.io/pypi/v/brawlpython.svg?style=plastic [thanks img]: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg?style=plastic [license img]: https://img.shields.io/pypi/l/brawlpython?style=plastic [versions img]: https://img.shields.io/pypi/pyversions/brawlpython.svg?style=plastic [wheel img]: https://img.shields.io/pypi/wheel/brawlpython?style=plastic [cov img]: https://coveralls.io/repos/github/0dminnimda/brawlpython/badge.svg?branch=master [pypi link]: https://pypi.org/project/brawlpython [thanks link]: https://saythanks.io/to/0dminnimda.contact%40gmail.com [license link]: https://github.com/0dminnimda/brawlpython/blob/master/LICENSE [wheel link]: https://pypi.org/project/brawlpython/#files [github link]: https://github.com/0dminnimda/brawlpython [examples link]: https://github.com/0dminnimda/brawlpython/tree/master/examples [cov link]: https://coveralls.io/github/0dminnimda/brawlpython?branch=master %package help Summary: Development documents and examples for brawlpython Provides: python3-brawlpython-doc %description help # brawlpython [![PyPi][pypi img]][pypi link] ![Supported Versions][versions img] [![License][license img]][license link] [![Wheel][wheel img]][wheel link] [![Coverage Status][cov img]][cov link] [![Say Thanks!][thanks img]][thanks link] Easy-to-configure library to use any Brawl Stars API [Source on github][github link] Documentation coming soon [Read code examples][examples link] ## Development Status Pre-Alpha [pypi img]: https://img.shields.io/pypi/v/brawlpython.svg?style=plastic [thanks img]: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg?style=plastic [license img]: https://img.shields.io/pypi/l/brawlpython?style=plastic [versions img]: https://img.shields.io/pypi/pyversions/brawlpython.svg?style=plastic [wheel img]: https://img.shields.io/pypi/wheel/brawlpython?style=plastic [cov img]: https://coveralls.io/repos/github/0dminnimda/brawlpython/badge.svg?branch=master [pypi link]: https://pypi.org/project/brawlpython [thanks link]: https://saythanks.io/to/0dminnimda.contact%40gmail.com [license link]: https://github.com/0dminnimda/brawlpython/blob/master/LICENSE [wheel link]: https://pypi.org/project/brawlpython/#files [github link]: https://github.com/0dminnimda/brawlpython [examples link]: https://github.com/0dminnimda/brawlpython/tree/master/examples [cov link]: https://coveralls.io/github/0dminnimda/brawlpython?branch=master %prep %autosetup -n brawlpython-2.6.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-brawlpython -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue May 30 2023 Python_Bot - 2.6.0-1 - Package Spec generated