From 875c5b37b9b622ef65b1ee795bc50eda40a5aa7d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 May 2023 05:30:51 +0000 Subject: automatic import of python-azurlanetoollib --- .gitignore | 1 + python-azurlanetoollib.spec | 442 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 444 insertions(+) create mode 100644 python-azurlanetoollib.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..9347179 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/AzurLaneToolLib-0.6.3.tar.gz diff --git a/python-azurlanetoollib.spec b/python-azurlanetoollib.spec new file mode 100644 index 0000000..751db0c --- /dev/null +++ b/python-azurlanetoollib.spec @@ -0,0 +1,442 @@ +%global _empty_manifest_terminate_build 0 +Name: python-AzurLaneToolLib +Version: 0.6.3 +Release: 1 +Summary: Tools lib for Azur Lane which game powered by ManJiu Shanghai +License: GPL-3.0 LICENSE +URL: https://github.com/thedayofthedoctor/altl +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/1c/425b2e407d7f42bca4d2840a0653e4afc78eb5a972826fd9feff7d23b91e/AzurLaneToolLib-0.6.3.tar.gz +BuildArch: noarch + +Requires: python3-lzstring + +%description +

Azur Lane Tool Lib

+

Tools lib for Azur Lane which game powered by ManJiu Shanghai. +Accelerating library iteration.

+

+ + + +

+
+ +# AzurLaneToolLib + +Tools lib for Azur Lane which game powered by ManJiu Shanghai. +Accelerating library iteration. + +## Copyright Information + +### LICENSE + +> Copyright (C) 2019 - 2023 Matt Belfast Brown +> +> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public +> License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +> version. +> +> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +> warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +> +> You should have received a copy of the GNU General Public License along with this program. If not, +> see . + +### Author + +#### Author Information + +> Author: ***Matt Belfast Brown*** or *Matt Brown* or *M.B.B.*( **Name in English** ) +>> Also be called ***The Day of The Doctor*** ( **Network Nickname** ) +> > ***鈴木夢美*** or ***伊藤京介*** ( **Name in Japanese** ) +> > ***沈永基***,***皓月***,***飞瀑山人***,***衍枫阁主人*** ( **Name in Chinese, Style Name, Pseudonym, Alias** ) + +#### Contact Details + +> E-mail: ***thedayofthedo@gmail.com*** or ***thedayofthedoctor@foxmail.com*** +> TEL:\+86-15841486187 +> +> Address: **Room 313, Apartment No. 14, South District, South Campus, Northwest A&F University, No. 22, Xinong Road, +Litai Street, Yangling District, Shaanxi Province, China** +> Address: ***中国陕西省杨凌区李台街道西农路22号西北农林科技大学南校区南区14号公寓313宿舍*** + +# Version Log + +## Version Information + +> First Edition Time: 2019-07-11 +> Last Revision Time: 2023-03-08 +> Version Number: 0.6.3 + +## Update Log + +| Release Version | Status | Release Date | Update Info | +|----------------:|:---------:|:------------:|:---------------------------------------------| +| 0.7.0 | future | future | Upgrade the compilation environment to 3.10. | +| 0.6.3 | available | 2023-03-08 | Write documents and improve information. | +| 0.6.2 | available | 2023-03-05 | Fixed some errors. | +| 0.6.1 | available | 2023-03-05 | Add mode ` mode_ SRS_ Ptl.py`. | +| 0.6.0 | available | 2022-10-20 | Re planned version number | | +| 0.5.3.1 | available | 2022-09-13 | Update new kansen name. | +| 0.5.3 | available | 2022-03-27 | Add and correct all comments. | +| 0.5.2 | available | 2022-03-26 | Full mode for FCS_Cal. | +| 0.5.1 | available | 2022-02-22 | New mode and new algorithm. | +| 0.5.1a2 | available | 2022-02-18 | Test for 0.5.1 and new md. | +| before | available | before | before | + +## Version Update Information + +### 0.6.3 + ++ Write documents ++ Improve information + +### 0.6.2 + ++ Fixed some errors + +### 0.6.1 + ++ Complete data verification ++ Complete Module ` mode_ SRS_ Ptl.py` ++ Fixed some errors + +### 0.6.0 + ++ Re planned version number ++ Revised ship data ++ New Data File ` data_AZR_Lan.py` ++ Delete Original Data ` data_FLE_Shi.py` ++ New Incomplete Module ` mode_SRS_Ptl.py` (**original author:tianqianzhiyang**) + +### 0.5.3.1 + +- Add new Kansen name. + +### 0.5.3 + ++ Add and correct all comments. ++ Fixed some errors. + +### 0.5.2 + +- Complete the full mode of `mode_FCS_Cal.py`. +- Some comments have been modified. + +### 0.5.1 + ++ Edit `mode_FCS_Cal.py` for complete the most basic functions. ++ function `fun_bsdg_fuca`, `fun_kstp_scco`, `fun_sfks_fuca` is available. ++ It can calculate the fuel consumption of surface kansens. + +### 0.5.1a2 + ++ Add new mode from Azur Lane Fleet (**author: x94fujo6rpg**). ++ Rewrite file `setup.py`. ++ Try adding a document. + + +%package -n python3-AzurLaneToolLib +Summary: Tools lib for Azur Lane which game powered by ManJiu Shanghai +Provides: python-AzurLaneToolLib +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-AzurLaneToolLib +

Azur Lane Tool Lib

+

Tools lib for Azur Lane which game powered by ManJiu Shanghai. +Accelerating library iteration.

+

+ + + +

+
+ +# AzurLaneToolLib + +Tools lib for Azur Lane which game powered by ManJiu Shanghai. +Accelerating library iteration. + +## Copyright Information + +### LICENSE + +> Copyright (C) 2019 - 2023 Matt Belfast Brown +> +> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public +> License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +> version. +> +> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +> warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +> +> You should have received a copy of the GNU General Public License along with this program. If not, +> see . + +### Author + +#### Author Information + +> Author: ***Matt Belfast Brown*** or *Matt Brown* or *M.B.B.*( **Name in English** ) +>> Also be called ***The Day of The Doctor*** ( **Network Nickname** ) +> > ***鈴木夢美*** or ***伊藤京介*** ( **Name in Japanese** ) +> > ***沈永基***,***皓月***,***飞瀑山人***,***衍枫阁主人*** ( **Name in Chinese, Style Name, Pseudonym, Alias** ) + +#### Contact Details + +> E-mail: ***thedayofthedo@gmail.com*** or ***thedayofthedoctor@foxmail.com*** +> TEL:\+86-15841486187 +> +> Address: **Room 313, Apartment No. 14, South District, South Campus, Northwest A&F University, No. 22, Xinong Road, +Litai Street, Yangling District, Shaanxi Province, China** +> Address: ***中国陕西省杨凌区李台街道西农路22号西北农林科技大学南校区南区14号公寓313宿舍*** + +# Version Log + +## Version Information + +> First Edition Time: 2019-07-11 +> Last Revision Time: 2023-03-08 +> Version Number: 0.6.3 + +## Update Log + +| Release Version | Status | Release Date | Update Info | +|----------------:|:---------:|:------------:|:---------------------------------------------| +| 0.7.0 | future | future | Upgrade the compilation environment to 3.10. | +| 0.6.3 | available | 2023-03-08 | Write documents and improve information. | +| 0.6.2 | available | 2023-03-05 | Fixed some errors. | +| 0.6.1 | available | 2023-03-05 | Add mode ` mode_ SRS_ Ptl.py`. | +| 0.6.0 | available | 2022-10-20 | Re planned version number | | +| 0.5.3.1 | available | 2022-09-13 | Update new kansen name. | +| 0.5.3 | available | 2022-03-27 | Add and correct all comments. | +| 0.5.2 | available | 2022-03-26 | Full mode for FCS_Cal. | +| 0.5.1 | available | 2022-02-22 | New mode and new algorithm. | +| 0.5.1a2 | available | 2022-02-18 | Test for 0.5.1 and new md. | +| before | available | before | before | + +## Version Update Information + +### 0.6.3 + ++ Write documents ++ Improve information + +### 0.6.2 + ++ Fixed some errors + +### 0.6.1 + ++ Complete data verification ++ Complete Module ` mode_ SRS_ Ptl.py` ++ Fixed some errors + +### 0.6.0 + ++ Re planned version number ++ Revised ship data ++ New Data File ` data_AZR_Lan.py` ++ Delete Original Data ` data_FLE_Shi.py` ++ New Incomplete Module ` mode_SRS_Ptl.py` (**original author:tianqianzhiyang**) + +### 0.5.3.1 + +- Add new Kansen name. + +### 0.5.3 + ++ Add and correct all comments. ++ Fixed some errors. + +### 0.5.2 + +- Complete the full mode of `mode_FCS_Cal.py`. +- Some comments have been modified. + +### 0.5.1 + ++ Edit `mode_FCS_Cal.py` for complete the most basic functions. ++ function `fun_bsdg_fuca`, `fun_kstp_scco`, `fun_sfks_fuca` is available. ++ It can calculate the fuel consumption of surface kansens. + +### 0.5.1a2 + ++ Add new mode from Azur Lane Fleet (**author: x94fujo6rpg**). ++ Rewrite file `setup.py`. ++ Try adding a document. + + +%package help +Summary: Development documents and examples for AzurLaneToolLib +Provides: python3-AzurLaneToolLib-doc +%description help +

Azur Lane Tool Lib

+

Tools lib for Azur Lane which game powered by ManJiu Shanghai. +Accelerating library iteration.

+

+ + + +

+
+ +# AzurLaneToolLib + +Tools lib for Azur Lane which game powered by ManJiu Shanghai. +Accelerating library iteration. + +## Copyright Information + +### LICENSE + +> Copyright (C) 2019 - 2023 Matt Belfast Brown +> +> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public +> License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +> version. +> +> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +> warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +> +> You should have received a copy of the GNU General Public License along with this program. If not, +> see . + +### Author + +#### Author Information + +> Author: ***Matt Belfast Brown*** or *Matt Brown* or *M.B.B.*( **Name in English** ) +>> Also be called ***The Day of The Doctor*** ( **Network Nickname** ) +> > ***鈴木夢美*** or ***伊藤京介*** ( **Name in Japanese** ) +> > ***沈永基***,***皓月***,***飞瀑山人***,***衍枫阁主人*** ( **Name in Chinese, Style Name, Pseudonym, Alias** ) + +#### Contact Details + +> E-mail: ***thedayofthedo@gmail.com*** or ***thedayofthedoctor@foxmail.com*** +> TEL:\+86-15841486187 +> +> Address: **Room 313, Apartment No. 14, South District, South Campus, Northwest A&F University, No. 22, Xinong Road, +Litai Street, Yangling District, Shaanxi Province, China** +> Address: ***中国陕西省杨凌区李台街道西农路22号西北农林科技大学南校区南区14号公寓313宿舍*** + +# Version Log + +## Version Information + +> First Edition Time: 2019-07-11 +> Last Revision Time: 2023-03-08 +> Version Number: 0.6.3 + +## Update Log + +| Release Version | Status | Release Date | Update Info | +|----------------:|:---------:|:------------:|:---------------------------------------------| +| 0.7.0 | future | future | Upgrade the compilation environment to 3.10. | +| 0.6.3 | available | 2023-03-08 | Write documents and improve information. | +| 0.6.2 | available | 2023-03-05 | Fixed some errors. | +| 0.6.1 | available | 2023-03-05 | Add mode ` mode_ SRS_ Ptl.py`. | +| 0.6.0 | available | 2022-10-20 | Re planned version number | | +| 0.5.3.1 | available | 2022-09-13 | Update new kansen name. | +| 0.5.3 | available | 2022-03-27 | Add and correct all comments. | +| 0.5.2 | available | 2022-03-26 | Full mode for FCS_Cal. | +| 0.5.1 | available | 2022-02-22 | New mode and new algorithm. | +| 0.5.1a2 | available | 2022-02-18 | Test for 0.5.1 and new md. | +| before | available | before | before | + +## Version Update Information + +### 0.6.3 + ++ Write documents ++ Improve information + +### 0.6.2 + ++ Fixed some errors + +### 0.6.1 + ++ Complete data verification ++ Complete Module ` mode_ SRS_ Ptl.py` ++ Fixed some errors + +### 0.6.0 + ++ Re planned version number ++ Revised ship data ++ New Data File ` data_AZR_Lan.py` ++ Delete Original Data ` data_FLE_Shi.py` ++ New Incomplete Module ` mode_SRS_Ptl.py` (**original author:tianqianzhiyang**) + +### 0.5.3.1 + +- Add new Kansen name. + +### 0.5.3 + ++ Add and correct all comments. ++ Fixed some errors. + +### 0.5.2 + +- Complete the full mode of `mode_FCS_Cal.py`. +- Some comments have been modified. + +### 0.5.1 + ++ Edit `mode_FCS_Cal.py` for complete the most basic functions. ++ function `fun_bsdg_fuca`, `fun_kstp_scco`, `fun_sfks_fuca` is available. ++ It can calculate the fuel consumption of surface kansens. + +### 0.5.1a2 + ++ Add new mode from Azur Lane Fleet (**author: x94fujo6rpg**). ++ Rewrite file `setup.py`. ++ Try adding a document. + + +%prep +%autosetup -n AzurLaneToolLib-0.6.3 + +%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-AzurLaneToolLib -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot - 0.6.3-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..2c35cad --- /dev/null +++ b/sources @@ -0,0 +1 @@ +7b495076fa155d994808183ab0efbb19 AzurLaneToolLib-0.6.3.tar.gz -- cgit v1.2.3