diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-31 07:59:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-31 07:59:47 +0000 |
commit | 139624fd7aece82ea9da103437e31f5a9e3f665a (patch) | |
tree | ff228ce83561c9cc6c662e455d0201364bd9c9e1 | |
parent | 3cacd948d1e2bd40dcdb9642132c8dffb81940a7 (diff) |
automatic import of python-pyheatintegration
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyheatintegration.spec | 237 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 239 insertions, 0 deletions
@@ -0,0 +1 @@ +/pyheatintegration-0.6.1.tar.gz diff --git a/python-pyheatintegration.spec b/python-pyheatintegration.spec new file mode 100644 index 0000000..bdc9e6e --- /dev/null +++ b/python-pyheatintegration.spec @@ -0,0 +1,237 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pyheatintegration +Version: 0.6.1 +Release: 1 +Summary: Heat Integration +License: MIT +URL: https://github.com/tarao1006/pyheatintegration +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/96/978424062aca31c2c0ab6f1472d6656a70f0cdefc7fc4cab408af6c623b7/pyheatintegration-0.6.1.tar.gz +BuildArch: noarch + + +%description +# pyheatintegration + +[](https://github.com/tarao1006/pyheatintegration/actions/workflows/test.yml) +[](https://badge.fury.io/py/pyheatintegration) + +ヒートインテグレーションを支援します。グランドコンポジットカーブ、TQ線図の作成に対応しています。 + +<details> + <summary>グランドコンポジットカーブ</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/grand_composite_curve.png" width="400"> +</details> + +<details> + <summary>TQ線図</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(流体ごとに分割)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_separated_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(流体ごとに分割。最小接近温度差を満たす。)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_split_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(結合可能な熱交換器を結合。)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_merged_with_vlines.png" width="400"> +</details> + +## Requirements + +- Python >= 3.9 + +## Installation + +``` sh +pip install pyheatintegration +``` + +## Examples + +- [simple example](https://github.com/tarao1006/pyheatintegration/tree/main/examples/simple) + +## Documentation + +https://pyheatintegration.readthedocs.io/ja/latest/ + +## License + +MIT + + + + +%package -n python3-pyheatintegration +Summary: Heat Integration +Provides: python-pyheatintegration +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pyheatintegration +# pyheatintegration + +[](https://github.com/tarao1006/pyheatintegration/actions/workflows/test.yml) +[](https://badge.fury.io/py/pyheatintegration) + +ヒートインテグレーションを支援します。グランドコンポジットカーブ、TQ線図の作成に対応しています。 + +<details> + <summary>グランドコンポジットカーブ</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/grand_composite_curve.png" width="400"> +</details> + +<details> + <summary>TQ線図</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(流体ごとに分割)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_separated_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(流体ごとに分割。最小接近温度差を満たす。)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_split_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(結合可能な熱交換器を結合。)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_merged_with_vlines.png" width="400"> +</details> + +## Requirements + +- Python >= 3.9 + +## Installation + +``` sh +pip install pyheatintegration +``` + +## Examples + +- [simple example](https://github.com/tarao1006/pyheatintegration/tree/main/examples/simple) + +## Documentation + +https://pyheatintegration.readthedocs.io/ja/latest/ + +## License + +MIT + + + + +%package help +Summary: Development documents and examples for pyheatintegration +Provides: python3-pyheatintegration-doc +%description help +# pyheatintegration + +[](https://github.com/tarao1006/pyheatintegration/actions/workflows/test.yml) +[](https://badge.fury.io/py/pyheatintegration) + +ヒートインテグレーションを支援します。グランドコンポジットカーブ、TQ線図の作成に対応しています。 + +<details> + <summary>グランドコンポジットカーブ</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/grand_composite_curve.png" width="400"> +</details> + +<details> + <summary>TQ線図</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(流体ごとに分割)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_separated_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(流体ごとに分割。最小接近温度差を満たす。)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_split_with_vlines.png" width="400"> +</details> + +<details> + <summary>TQ線図(結合可能な熱交換器を結合。)</summary> + <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_merged_with_vlines.png" width="400"> +</details> + +## Requirements + +- Python >= 3.9 + +## Installation + +``` sh +pip install pyheatintegration +``` + +## Examples + +- [simple example](https://github.com/tarao1006/pyheatintegration/tree/main/examples/simple) + +## Documentation + +https://pyheatintegration.readthedocs.io/ja/latest/ + +## License + +MIT + + + + +%prep +%autosetup -n pyheatintegration-0.6.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-pyheatintegration -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 +- Package Spec generated @@ -0,0 +1 @@ +a2a59defbcd35cb2675ffbb0937da270 pyheatintegration-0.6.1.tar.gz |