%global _empty_manifest_terminate_build 0 Name: python-BugMaker-Project-SDK Version: 0.0.0.3.post6 Release: 1 Summary: Develop Package for BugMaker-Project,By BugMaker-Project. License: GNU General Public License v3 (GPLv3) URL: https://pypi.org/project/BugMaker_Project_SDK/ Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/82/613c7d384dbfe360c1401748e93f6eebcb20eb53798e50026ef5aec3abbd/BugMaker_Project_SDK-0.0.0.3.post6.win-amd64.zip BuildArch: noarch Requires: python3-numpy Requires: python3-scipy Requires: python3-pygame Requires: python3-requests %description ## SDKpackage by BugMaker-project Just hobby.Open-Source.You can use at everywhere. And……Please donot ask why we update only a bit. Because……We just test.Sometimes ago,We can upload more. ### import mode ```python import BugMaker_Project_SDK as sdk ``` *** ### upgrade note - 0.0.0.1.post1 Just Test - 0.0.0.1.post2 rewrite sort - 0.0.0.2.post1 delete Sorting package - 0.0.0.2.post2 just debug - 0.0.0.2.post3 upgrade game&exportData - 0.0.0.2.post4 debug of init. - 0.0.0.2.post5 rewrite game.tools.isActionTime method(classmethod) - 0.0.0.2.post6 Delete exportData(It's not same in different code) - 0.0.0.2.post7 Add 2 sorts. - 0.0.0.2.post8 Add Search and rewrite - 0.0.0.2.post9 Add License in code. - 0.0.0.2.post11 Nothing.Just is end of Version:0.0.0.2... - 0.0.0.3.post1 Update Package->bilibiliApi(From our product for Gejing-Cup) - 0.0.0.3.post2 Reset setup.py(Add require:requests) - 0.0.0.3.post3 Rewrite init.py.Remove All of:"from .package import *". - 0.0.0.3.post4 Rewrite init again. - 0.0.0.3.post5 Debug of game.tools.isActionTime method(classmethod) - 0.0.0.3.post6 create a1z26(A cipher) %package -n python3-BugMaker-Project-SDK Summary: Develop Package for BugMaker-Project,By BugMaker-Project. Provides: python-BugMaker-Project-SDK BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-BugMaker-Project-SDK ## SDKpackage by BugMaker-project Just hobby.Open-Source.You can use at everywhere. And……Please donot ask why we update only a bit. Because……We just test.Sometimes ago,We can upload more. ### import mode ```python import BugMaker_Project_SDK as sdk ``` *** ### upgrade note - 0.0.0.1.post1 Just Test - 0.0.0.1.post2 rewrite sort - 0.0.0.2.post1 delete Sorting package - 0.0.0.2.post2 just debug - 0.0.0.2.post3 upgrade game&exportData - 0.0.0.2.post4 debug of init. - 0.0.0.2.post5 rewrite game.tools.isActionTime method(classmethod) - 0.0.0.2.post6 Delete exportData(It's not same in different code) - 0.0.0.2.post7 Add 2 sorts. - 0.0.0.2.post8 Add Search and rewrite - 0.0.0.2.post9 Add License in code. - 0.0.0.2.post11 Nothing.Just is end of Version:0.0.0.2... - 0.0.0.3.post1 Update Package->bilibiliApi(From our product for Gejing-Cup) - 0.0.0.3.post2 Reset setup.py(Add require:requests) - 0.0.0.3.post3 Rewrite init.py.Remove All of:"from .package import *". - 0.0.0.3.post4 Rewrite init again. - 0.0.0.3.post5 Debug of game.tools.isActionTime method(classmethod) - 0.0.0.3.post6 create a1z26(A cipher) %package help Summary: Development documents and examples for BugMaker-Project-SDK Provides: python3-BugMaker-Project-SDK-doc %description help ## SDKpackage by BugMaker-project Just hobby.Open-Source.You can use at everywhere. And……Please donot ask why we update only a bit. Because……We just test.Sometimes ago,We can upload more. ### import mode ```python import BugMaker_Project_SDK as sdk ``` *** ### upgrade note - 0.0.0.1.post1 Just Test - 0.0.0.1.post2 rewrite sort - 0.0.0.2.post1 delete Sorting package - 0.0.0.2.post2 just debug - 0.0.0.2.post3 upgrade game&exportData - 0.0.0.2.post4 debug of init. - 0.0.0.2.post5 rewrite game.tools.isActionTime method(classmethod) - 0.0.0.2.post6 Delete exportData(It's not same in different code) - 0.0.0.2.post7 Add 2 sorts. - 0.0.0.2.post8 Add Search and rewrite - 0.0.0.2.post9 Add License in code. - 0.0.0.2.post11 Nothing.Just is end of Version:0.0.0.2... - 0.0.0.3.post1 Update Package->bilibiliApi(From our product for Gejing-Cup) - 0.0.0.3.post2 Reset setup.py(Add require:requests) - 0.0.0.3.post3 Rewrite init.py.Remove All of:"from .package import *". - 0.0.0.3.post4 Rewrite init again. - 0.0.0.3.post5 Debug of game.tools.isActionTime method(classmethod) - 0.0.0.3.post6 create a1z26(A cipher) %prep %autosetup -n BugMaker-Project-SDK-0.0.0.3.post6 %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-BugMaker-Project-SDK -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue May 30 2023 Python_Bot - 0.0.0.3.post6-1 - Package Spec generated