%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 [![PyPI version](https://badge.fury.io/py/inforion.svg)](https://badge.fury.io/py/inforion) (https://img.shields.io/pypi/wheel/inforion) # Current Build Status [![Build Status](https://dev.azure.com/InforOS/InforION/_apis/build/status/dajor.inforion?branchName=master)](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 [![Documentation Status](https://readthedocs.org/projects/inforion/badge/?version=latest)](https://inforion.readthedocs.io/de/latest/?badge=latest) More infor [Fellow Consulting AG](https://www.fellow-consulting.com/) ![Python package](https://github.com/dajor/inforion/workflows/Python%20package/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/dajor/inforion/badge/master)](https://www.codefactor.io/repository/github/dajor/inforion/overview/master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/51dc66d4b0664f708f3e2480e7ec7b42)](https://www.codacy.com/manual/daniel.jordan/inforion?utm_source=github.com&utm_medium=referral&utm_content=dajor/inforion&utm_campaign=Badge_Grade) [![Requirements Status](https://requires.io/github/Fellow-Consulting-AG/inforion/requirements.svg?branch=master)](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 [![PyPI version](https://badge.fury.io/py/inforion.svg)](https://badge.fury.io/py/inforion) (https://img.shields.io/pypi/wheel/inforion) # Current Build Status [![Build Status](https://dev.azure.com/InforOS/InforION/_apis/build/status/dajor.inforion?branchName=master)](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 [![Documentation Status](https://readthedocs.org/projects/inforion/badge/?version=latest)](https://inforion.readthedocs.io/de/latest/?badge=latest) More infor [Fellow Consulting AG](https://www.fellow-consulting.com/) ![Python package](https://github.com/dajor/inforion/workflows/Python%20package/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/dajor/inforion/badge/master)](https://www.codefactor.io/repository/github/dajor/inforion/overview/master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/51dc66d4b0664f708f3e2480e7ec7b42)](https://www.codacy.com/manual/daniel.jordan/inforion?utm_source=github.com&utm_medium=referral&utm_content=dajor/inforion&utm_campaign=Badge_Grade) [![Requirements Status](https://requires.io/github/Fellow-Consulting-AG/inforion/requirements.svg?branch=master)](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 [![PyPI version](https://badge.fury.io/py/inforion.svg)](https://badge.fury.io/py/inforion) (https://img.shields.io/pypi/wheel/inforion) # Current Build Status [![Build Status](https://dev.azure.com/InforOS/InforION/_apis/build/status/dajor.inforion?branchName=master)](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 [![Documentation Status](https://readthedocs.org/projects/inforion/badge/?version=latest)](https://inforion.readthedocs.io/de/latest/?badge=latest) More infor [Fellow Consulting AG](https://www.fellow-consulting.com/) ![Python package](https://github.com/dajor/inforion/workflows/Python%20package/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/dajor/inforion/badge/master)](https://www.codefactor.io/repository/github/dajor/inforion/overview/master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/51dc66d4b0664f708f3e2480e7ec7b42)](https://www.codacy.com/manual/daniel.jordan/inforion?utm_source=github.com&utm_medium=referral&utm_content=dajor/inforion&utm_campaign=Badge_Grade) [![Requirements Status](https://requires.io/github/Fellow-Consulting-AG/inforion/requirements.svg?branch=master)](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 - 2.26.2.4-1 - Package Spec generated