%global _empty_manifest_terminate_build 0 Name: python-ae-gui-app Version: 0.3.92 Release: 1 Summary: ae namespace package portion gui_app: base class for python applications with a graphical user interface License: OSI Approved :: GNU General Public License v3 or later (GPLv3+) URL: https://gitlab.com/ae-group/ae_gui_app Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/bf/65ac1473c4a53443daf2e75e296dc174f328999683a7919b9c93e1542fe3/ae_gui_app-0.3.92.tar.gz BuildArch: noarch Requires: python3-ae-base Requires: python3-ae-files Requires: python3-ae-paths Requires: python3-ae-updater Requires: python3-ae-dynamicod Requires: python3-ae-i18n Requires: python3-ae-core Requires: python3-ae-console Requires: python3-aedev-tpl-project Requires: python3-ae-ae Requires: python3-anybadge Requires: python3-coverage-badge Requires: python3-aedev-git-repo-manager Requires: python3-flake8 Requires: python3-mypy Requires: python3-pylint Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-typing Requires: python3-types-setuptools Requires: python3-wheel Requires: python3-twine Requires: python3-anybadge Requires: python3-coverage-badge Requires: python3-aedev-git-repo-manager Requires: python3-flake8 Requires: python3-mypy Requires: python3-pylint Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-typing Requires: python3-types-setuptools Requires: python3-wheel Requires: python3-twine %description # gui_app 0.3.92 [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_gui_app/develop?logo=python)]( https://gitlab.com/ae-group/ae_gui_app) [![LatestPyPIrelease]( https://img.shields.io/gitlab/pipeline/ae-group/ae_gui_app/release0.3.91?logo=python)]( https://gitlab.com/ae-group/ae_gui_app/-/tree/release0.3.91) [![PyPIVersions](https://img.shields.io/pypi/v/ae_gui_app)]( https://pypi.org/project/ae-gui-app/#history) >ae namespace package portion gui_app: base class for python applications with a graphical user interface. [![Coverage](https://ae-group.gitlab.io/ae_gui_app/coverage.svg)]( https://ae-group.gitlab.io/ae_gui_app/coverage/index.html) [![MyPyPrecision](https://ae-group.gitlab.io/ae_gui_app/mypy.svg)]( https://ae-group.gitlab.io/ae_gui_app/lineprecision.txt) [![PyLintScore](https://ae-group.gitlab.io/ae_gui_app/pylint.svg)]( https://ae-group.gitlab.io/ae_gui_app/pylint.log) [![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIWheel](https://img.shields.io/pypi/wheel/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIFormat](https://img.shields.io/pypi/format/ae_gui_app)]( https://pypi.org/project/ae-gui-app/) [![PyPILicense](https://img.shields.io/pypi/l/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/-/blob/develop/LICENSE.md) [![PyPIStatus](https://img.shields.io/pypi/status/ae_gui_app)]( https://libraries.io/pypi/ae-gui-app) [![PyPIDownloads](https://img.shields.io/pypi/dm/ae_gui_app)]( https://pypi.org/project/ae-gui-app/#files) ## installation execute the following command to install the ae.gui_app package in the currently active virtual environment: ```shell script pip install ae-gui-app ``` if you want to contribute to this portion then first fork [the ae_gui_app repository at GitLab]( https://gitlab.com/ae-group/ae_gui_app "ae.gui_app code repository"). after that pull it to your machine and finally execute the following command in the root folder of this repository (ae_gui_app): ```shell script pip install -e .[dev] ``` the last command will install this package portion, along with the tools you need to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs` respectively. more detailed explanations on how to contribute to this project [are available here]( https://gitlab.com/ae-group/ae_gui_app/-/blob/develop/CONTRIBUTING.rst) ## namespace portion documentation information on the features and usage of this portion are available at [ReadTheDocs]( https://ae.readthedocs.io/en/latest/_autosummary/ae.gui_app.html "ae_gui_app documentation"). %package -n python3-ae-gui-app Summary: ae namespace package portion gui_app: base class for python applications with a graphical user interface Provides: python-ae-gui-app BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-ae-gui-app # gui_app 0.3.92 [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_gui_app/develop?logo=python)]( https://gitlab.com/ae-group/ae_gui_app) [![LatestPyPIrelease]( https://img.shields.io/gitlab/pipeline/ae-group/ae_gui_app/release0.3.91?logo=python)]( https://gitlab.com/ae-group/ae_gui_app/-/tree/release0.3.91) [![PyPIVersions](https://img.shields.io/pypi/v/ae_gui_app)]( https://pypi.org/project/ae-gui-app/#history) >ae namespace package portion gui_app: base class for python applications with a graphical user interface. [![Coverage](https://ae-group.gitlab.io/ae_gui_app/coverage.svg)]( https://ae-group.gitlab.io/ae_gui_app/coverage/index.html) [![MyPyPrecision](https://ae-group.gitlab.io/ae_gui_app/mypy.svg)]( https://ae-group.gitlab.io/ae_gui_app/lineprecision.txt) [![PyLintScore](https://ae-group.gitlab.io/ae_gui_app/pylint.svg)]( https://ae-group.gitlab.io/ae_gui_app/pylint.log) [![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIWheel](https://img.shields.io/pypi/wheel/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIFormat](https://img.shields.io/pypi/format/ae_gui_app)]( https://pypi.org/project/ae-gui-app/) [![PyPILicense](https://img.shields.io/pypi/l/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/-/blob/develop/LICENSE.md) [![PyPIStatus](https://img.shields.io/pypi/status/ae_gui_app)]( https://libraries.io/pypi/ae-gui-app) [![PyPIDownloads](https://img.shields.io/pypi/dm/ae_gui_app)]( https://pypi.org/project/ae-gui-app/#files) ## installation execute the following command to install the ae.gui_app package in the currently active virtual environment: ```shell script pip install ae-gui-app ``` if you want to contribute to this portion then first fork [the ae_gui_app repository at GitLab]( https://gitlab.com/ae-group/ae_gui_app "ae.gui_app code repository"). after that pull it to your machine and finally execute the following command in the root folder of this repository (ae_gui_app): ```shell script pip install -e .[dev] ``` the last command will install this package portion, along with the tools you need to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs` respectively. more detailed explanations on how to contribute to this project [are available here]( https://gitlab.com/ae-group/ae_gui_app/-/blob/develop/CONTRIBUTING.rst) ## namespace portion documentation information on the features and usage of this portion are available at [ReadTheDocs]( https://ae.readthedocs.io/en/latest/_autosummary/ae.gui_app.html "ae_gui_app documentation"). %package help Summary: Development documents and examples for ae-gui-app Provides: python3-ae-gui-app-doc %description help # gui_app 0.3.92 [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_gui_app/develop?logo=python)]( https://gitlab.com/ae-group/ae_gui_app) [![LatestPyPIrelease]( https://img.shields.io/gitlab/pipeline/ae-group/ae_gui_app/release0.3.91?logo=python)]( https://gitlab.com/ae-group/ae_gui_app/-/tree/release0.3.91) [![PyPIVersions](https://img.shields.io/pypi/v/ae_gui_app)]( https://pypi.org/project/ae-gui-app/#history) >ae namespace package portion gui_app: base class for python applications with a graphical user interface. [![Coverage](https://ae-group.gitlab.io/ae_gui_app/coverage.svg)]( https://ae-group.gitlab.io/ae_gui_app/coverage/index.html) [![MyPyPrecision](https://ae-group.gitlab.io/ae_gui_app/mypy.svg)]( https://ae-group.gitlab.io/ae_gui_app/lineprecision.txt) [![PyLintScore](https://ae-group.gitlab.io/ae_gui_app/pylint.svg)]( https://ae-group.gitlab.io/ae_gui_app/pylint.log) [![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIWheel](https://img.shields.io/pypi/wheel/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/) [![PyPIFormat](https://img.shields.io/pypi/format/ae_gui_app)]( https://pypi.org/project/ae-gui-app/) [![PyPILicense](https://img.shields.io/pypi/l/ae_gui_app)]( https://gitlab.com/ae-group/ae_gui_app/-/blob/develop/LICENSE.md) [![PyPIStatus](https://img.shields.io/pypi/status/ae_gui_app)]( https://libraries.io/pypi/ae-gui-app) [![PyPIDownloads](https://img.shields.io/pypi/dm/ae_gui_app)]( https://pypi.org/project/ae-gui-app/#files) ## installation execute the following command to install the ae.gui_app package in the currently active virtual environment: ```shell script pip install ae-gui-app ``` if you want to contribute to this portion then first fork [the ae_gui_app repository at GitLab]( https://gitlab.com/ae-group/ae_gui_app "ae.gui_app code repository"). after that pull it to your machine and finally execute the following command in the root folder of this repository (ae_gui_app): ```shell script pip install -e .[dev] ``` the last command will install this package portion, along with the tools you need to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs` respectively. more detailed explanations on how to contribute to this project [are available here]( https://gitlab.com/ae-group/ae_gui_app/-/blob/develop/CONTRIBUTING.rst) ## namespace portion documentation information on the features and usage of this portion are available at [ReadTheDocs]( https://ae.readthedocs.io/en/latest/_autosummary/ae.gui_app.html "ae_gui_app documentation"). %prep %autosetup -n ae-gui-app-0.3.92 %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-ae-gui-app -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Wed Apr 12 2023 Python_Bot - 0.3.92-1 - Package Spec generated