From bbb80dd71b184d4faa213d6d74229acbe800eb44 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 5 May 2023 06:42:37 +0000 Subject: automatic import of python-ae-lisz-app-data --- .gitignore | 1 + python-ae-lisz-app-data.spec | 328 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 330 insertions(+) create mode 100644 python-ae-lisz-app-data.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..973eaf2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/ae_lisz_app_data-0.3.51.tar.gz diff --git a/python-ae-lisz-app-data.spec b/python-ae-lisz-app-data.spec new file mode 100644 index 0000000..d65b1bf --- /dev/null +++ b/python-ae-lisz-app-data.spec @@ -0,0 +1,328 @@ +%global _empty_manifest_terminate_build 0 +Name: python-ae-lisz-app-data +Version: 0.3.51 +Release: 1 +Summary: ae namespace module portion lisz_app_data: lisz demo app data handling +License: OSI Approved :: GNU General Public License v3 or later (GPLv3+) +URL: https://gitlab.com/ae-group/ae_lisz_app_data +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/86/0df4ee6e2bb689d43f207fc577a5fd8f3b55a79447f1f83c2076e301aaf0/ae_lisz_app_data-0.3.51.tar.gz +BuildArch: noarch + +Requires: python3-ae-base +Requires: python3-ae-files +Requires: python3-ae-i18n +Requires: python3-ae-core +Requires: python3-ae-gui-app +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 + + +# lisz_app_data 0.3.51 + +[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_lisz_app_data/develop?logo=python)]( + https://gitlab.com/ae-group/ae_lisz_app_data) +[![LatestPyPIrelease]( + https://img.shields.io/gitlab/pipeline/ae-group/ae_lisz_app_data/release0.3.50?logo=python)]( + https://gitlab.com/ae-group/ae_lisz_app_data/-/tree/release0.3.50) +[![PyPIVersions](https://img.shields.io/pypi/v/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/#history) + +>ae namespace module portion lisz_app_data: lisz demo app data handling. + +[![Coverage](https://ae-group.gitlab.io/ae_lisz_app_data/coverage.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/coverage/index.html) +[![MyPyPrecision](https://ae-group.gitlab.io/ae_lisz_app_data/mypy.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/lineprecision.txt) +[![PyLintScore](https://ae-group.gitlab.io/ae_lisz_app_data/pylint.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/pylint.log) + +[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIFormat](https://img.shields.io/pypi/format/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/) +[![PyPILicense](https://img.shields.io/pypi/l/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/-/blob/develop/LICENSE.md) +[![PyPIStatus](https://img.shields.io/pypi/status/ae_lisz_app_data)]( + https://libraries.io/pypi/ae-lisz-app-data) +[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/#files) + + +## installation + + +execute the following command to install the +ae.lisz_app_data module +in the currently active virtual environment: + +```shell script +pip install ae-lisz-app-data +``` + +if you want to contribute to this portion then first fork +[the ae_lisz_app_data repository at GitLab]( +https://gitlab.com/ae-group/ae_lisz_app_data "ae.lisz_app_data code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_lisz_app_data): + +```shell script +pip install -e .[dev] +``` + +the last command will install this module 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_lisz_app_data/-/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.lisz_app_data.html +"ae_lisz_app_data documentation"). + + +%package -n python3-ae-lisz-app-data +Summary: ae namespace module portion lisz_app_data: lisz demo app data handling +Provides: python-ae-lisz-app-data +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-ae-lisz-app-data + + +# lisz_app_data 0.3.51 + +[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_lisz_app_data/develop?logo=python)]( + https://gitlab.com/ae-group/ae_lisz_app_data) +[![LatestPyPIrelease]( + https://img.shields.io/gitlab/pipeline/ae-group/ae_lisz_app_data/release0.3.50?logo=python)]( + https://gitlab.com/ae-group/ae_lisz_app_data/-/tree/release0.3.50) +[![PyPIVersions](https://img.shields.io/pypi/v/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/#history) + +>ae namespace module portion lisz_app_data: lisz demo app data handling. + +[![Coverage](https://ae-group.gitlab.io/ae_lisz_app_data/coverage.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/coverage/index.html) +[![MyPyPrecision](https://ae-group.gitlab.io/ae_lisz_app_data/mypy.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/lineprecision.txt) +[![PyLintScore](https://ae-group.gitlab.io/ae_lisz_app_data/pylint.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/pylint.log) + +[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIFormat](https://img.shields.io/pypi/format/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/) +[![PyPILicense](https://img.shields.io/pypi/l/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/-/blob/develop/LICENSE.md) +[![PyPIStatus](https://img.shields.io/pypi/status/ae_lisz_app_data)]( + https://libraries.io/pypi/ae-lisz-app-data) +[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/#files) + + +## installation + + +execute the following command to install the +ae.lisz_app_data module +in the currently active virtual environment: + +```shell script +pip install ae-lisz-app-data +``` + +if you want to contribute to this portion then first fork +[the ae_lisz_app_data repository at GitLab]( +https://gitlab.com/ae-group/ae_lisz_app_data "ae.lisz_app_data code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_lisz_app_data): + +```shell script +pip install -e .[dev] +``` + +the last command will install this module 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_lisz_app_data/-/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.lisz_app_data.html +"ae_lisz_app_data documentation"). + + +%package help +Summary: Development documents and examples for ae-lisz-app-data +Provides: python3-ae-lisz-app-data-doc +%description help + + +# lisz_app_data 0.3.51 + +[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_lisz_app_data/develop?logo=python)]( + https://gitlab.com/ae-group/ae_lisz_app_data) +[![LatestPyPIrelease]( + https://img.shields.io/gitlab/pipeline/ae-group/ae_lisz_app_data/release0.3.50?logo=python)]( + https://gitlab.com/ae-group/ae_lisz_app_data/-/tree/release0.3.50) +[![PyPIVersions](https://img.shields.io/pypi/v/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/#history) + +>ae namespace module portion lisz_app_data: lisz demo app data handling. + +[![Coverage](https://ae-group.gitlab.io/ae_lisz_app_data/coverage.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/coverage/index.html) +[![MyPyPrecision](https://ae-group.gitlab.io/ae_lisz_app_data/mypy.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/lineprecision.txt) +[![PyLintScore](https://ae-group.gitlab.io/ae_lisz_app_data/pylint.svg)]( + https://ae-group.gitlab.io/ae_lisz_app_data/pylint.log) + +[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/) +[![PyPIFormat](https://img.shields.io/pypi/format/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/) +[![PyPILicense](https://img.shields.io/pypi/l/ae_lisz_app_data)]( + https://gitlab.com/ae-group/ae_lisz_app_data/-/blob/develop/LICENSE.md) +[![PyPIStatus](https://img.shields.io/pypi/status/ae_lisz_app_data)]( + https://libraries.io/pypi/ae-lisz-app-data) +[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_lisz_app_data)]( + https://pypi.org/project/ae-lisz-app-data/#files) + + +## installation + + +execute the following command to install the +ae.lisz_app_data module +in the currently active virtual environment: + +```shell script +pip install ae-lisz-app-data +``` + +if you want to contribute to this portion then first fork +[the ae_lisz_app_data repository at GitLab]( +https://gitlab.com/ae-group/ae_lisz_app_data "ae.lisz_app_data code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_lisz_app_data): + +```shell script +pip install -e .[dev] +``` + +the last command will install this module 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_lisz_app_data/-/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.lisz_app_data.html +"ae_lisz_app_data documentation"). + + +%prep +%autosetup -n ae-lisz-app-data-0.3.51 + +%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-lisz-app-data -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot - 0.3.51-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..1f0d3af --- /dev/null +++ b/sources @@ -0,0 +1 @@ +cd6763382d098a83ac57db30ee0993c9 ae_lisz_app_data-0.3.51.tar.gz -- cgit v1.2.3