diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-11 17:30:59 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 17:30:59 +0000 |
| commit | 666114b1988490b2d0037be2e74a7e7bb3869e99 (patch) | |
| tree | a5f6e65022295fd44d647d72fd0a2a85d3e1f840 | |
| parent | cf338ccc9347d75f7b7bb8dacb7c028fad5a77ee (diff) | |
automatic import of python-inforion
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-inforion.spec | 170 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 172 insertions, 0 deletions
@@ -0,0 +1 @@ +/inforion-2.26.2.4.tar.gz diff --git a/python-inforion.spec b/python-inforion.spec new file mode 100644 index 0000000..1063df4 --- /dev/null +++ b/python-inforion.spec @@ -0,0 +1,170 @@ +%global _empty_manifest_terminate_build 0 +Name: python-inforion +Version: 2.26.2.4 +Release: 1 +Summary: Infor ION Package for Python +License: MIT License +URL: https://github.com/Fellow-Consulting-AG/inforion/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ce/93/61ecb4a7394a3b496f49e9530ec073732c51b78c69c5c8316485126fca10/inforion-2.26.2.4.tar.gz +BuildArch: noarch + +Requires: python3-click +Requires: python3-curlify +Requires: python3-dload +Requires: python3-logger +Requires: python3-numpy +Requires: python3-oauthlib +Requires: python3-openpyxl +Requires: python3-pandas +Requires: python3-progressbar2 +Requires: python3-pytest +Requires: python3-requests +Requires: python3-requests-oauthlib +Requires: python3-requests-toolbelt +Requires: python3-urllib3 +Requires: python3-validators +Requires: python3-XlsxWriter +Requires: python3-setuptools +Requires: python3-xlrd +Requires: python3-PyYAML +Requires: python3-pyodbc + +%description +# PiPy Version +[](https://badge.fury.io/py/inforion) + +(https://img.shields.io/pypi/wheel/inforion) +# Current Build Status + +[](https://dev.azure.com/InforOS/InforION/_build/latest?definitionId=2&branchName=master) + + + +inforion -u https://mingle-sso.eu1.inforcloudsuite.com:443/Fellow_DEV -f FellowKey.ionapi -m CRS610bulk -i newoutput.xlsx -o outF6F.xlsx + + +[](https://inforion.readthedocs.io/de/latest/?badge=latest) + +More infor [Fellow Consulting AG](https://www.fellow-consulting.com/) + + + +[](https://www.codefactor.io/repository/github/dajor/inforion/overview/master) + +[](https://www.codacy.com/manual/daniel.jordan/inforion?utm_source=github.com&utm_medium=referral&utm_content=dajor/inforion&utm_campaign=Badge_Grade) + + +[](https://requires.io/github/Fellow-Consulting-AG/inforion/requirements/?branch=master) + + + +%package -n python3-inforion +Summary: Infor ION Package for Python +Provides: python-inforion +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-inforion +# PiPy Version +[](https://badge.fury.io/py/inforion) + +(https://img.shields.io/pypi/wheel/inforion) +# Current Build Status + +[](https://dev.azure.com/InforOS/InforION/_build/latest?definitionId=2&branchName=master) + + + +inforion -u https://mingle-sso.eu1.inforcloudsuite.com:443/Fellow_DEV -f FellowKey.ionapi -m CRS610bulk -i newoutput.xlsx -o outF6F.xlsx + + +[](https://inforion.readthedocs.io/de/latest/?badge=latest) + +More infor [Fellow Consulting AG](https://www.fellow-consulting.com/) + + + +[](https://www.codefactor.io/repository/github/dajor/inforion/overview/master) + +[](https://www.codacy.com/manual/daniel.jordan/inforion?utm_source=github.com&utm_medium=referral&utm_content=dajor/inforion&utm_campaign=Badge_Grade) + + +[](https://requires.io/github/Fellow-Consulting-AG/inforion/requirements/?branch=master) + + + +%package help +Summary: Development documents and examples for inforion +Provides: python3-inforion-doc +%description help +# PiPy Version +[](https://badge.fury.io/py/inforion) + +(https://img.shields.io/pypi/wheel/inforion) +# Current Build Status + +[](https://dev.azure.com/InforOS/InforION/_build/latest?definitionId=2&branchName=master) + + + +inforion -u https://mingle-sso.eu1.inforcloudsuite.com:443/Fellow_DEV -f FellowKey.ionapi -m CRS610bulk -i newoutput.xlsx -o outF6F.xlsx + + +[](https://inforion.readthedocs.io/de/latest/?badge=latest) + +More infor [Fellow Consulting AG](https://www.fellow-consulting.com/) + + + +[](https://www.codefactor.io/repository/github/dajor/inforion/overview/master) + +[](https://www.codacy.com/manual/daniel.jordan/inforion?utm_source=github.com&utm_medium=referral&utm_content=dajor/inforion&utm_campaign=Badge_Grade) + + +[](https://requires.io/github/Fellow-Consulting-AG/inforion/requirements/?branch=master) + + + +%prep +%autosetup -n inforion-2.26.2.4 + +%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-inforion -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.26.2.4-1 +- Package Spec generated @@ -0,0 +1 @@ +314555bc4af23c46138ee1d8eb69a9f6 inforion-2.26.2.4.tar.gz |
