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