diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-18 07:17:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 07:17:10 +0000 |
commit | 9159685610c5142738489bc5b5ab19e66293a0fe (patch) | |
tree | 55c65558a4f6ca2c598d800ba7037a46a7df89fc | |
parent | b88f5835fea67fa4cf08ef9e37e3b07d2a810b95 (diff) |
automatic import of python-ae-inspector
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ae-inspector.spec | 330 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 332 insertions, 0 deletions
@@ -0,0 +1 @@ +/ae_inspector-0.3.13.tar.gz diff --git a/python-ae-inspector.spec b/python-ae-inspector.spec new file mode 100644 index 0000000..18ac1dd --- /dev/null +++ b/python-ae-inspector.spec @@ -0,0 +1,330 @@ +%global _empty_manifest_terminate_build 0 +Name: python-ae-inspector +Version: 0.3.13 +Release: 1 +Summary: ae namespace module portion inspector: inspection and debugging helper functions +License: OSI Approved :: GNU General Public License v3 or later (GPLv3+) +URL: https://gitlab.com/ae-group/ae_inspector +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/03/e3b3b9d770e85144a8dbf70b462c6754a0e35f986acca9331dc0cd831135/ae_inspector-0.3.13.tar.gz +BuildArch: noarch + +Requires: python3-ae-base +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 +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.88 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.10 --> +# inspector 0.3.13 + +[]( + https://gitlab.com/ae-group/ae_inspector) +[]( + https://gitlab.com/ae-group/ae_inspector/-/tree/release0.3.12) +[]( + https://pypi.org/project/ae-inspector/#history) + +>ae namespace module portion inspector: inspection and debugging helper functions. + +[]( + https://ae-group.gitlab.io/ae_inspector/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_inspector/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_inspector/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://pypi.org/project/ae-inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-inspector) +[]( + https://pypi.org/project/ae-inspector/#files) + + +## installation + + +execute the following command to install the +ae.inspector module +in the currently active virtual environment: + +```shell script +pip install ae-inspector +``` + +if you want to contribute to this portion then first fork +[the ae_inspector repository at GitLab]( +https://gitlab.com/ae-group/ae_inspector "ae.inspector code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_inspector): + +```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_inspector/-/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.inspector.html +"ae_inspector documentation"). + + + + +%package -n python3-ae-inspector +Summary: ae namespace module portion inspector: inspection and debugging helper functions +Provides: python-ae-inspector +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-ae-inspector +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.88 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.10 --> +# inspector 0.3.13 + +[]( + https://gitlab.com/ae-group/ae_inspector) +[]( + https://gitlab.com/ae-group/ae_inspector/-/tree/release0.3.12) +[]( + https://pypi.org/project/ae-inspector/#history) + +>ae namespace module portion inspector: inspection and debugging helper functions. + +[]( + https://ae-group.gitlab.io/ae_inspector/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_inspector/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_inspector/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://pypi.org/project/ae-inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-inspector) +[]( + https://pypi.org/project/ae-inspector/#files) + + +## installation + + +execute the following command to install the +ae.inspector module +in the currently active virtual environment: + +```shell script +pip install ae-inspector +``` + +if you want to contribute to this portion then first fork +[the ae_inspector repository at GitLab]( +https://gitlab.com/ae-group/ae_inspector "ae.inspector code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_inspector): + +```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_inspector/-/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.inspector.html +"ae_inspector documentation"). + + + + +%package help +Summary: Development documents and examples for ae-inspector +Provides: python3-ae-inspector-doc +%description help +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.88 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.10 --> +# inspector 0.3.13 + +[]( + https://gitlab.com/ae-group/ae_inspector) +[]( + https://gitlab.com/ae-group/ae_inspector/-/tree/release0.3.12) +[]( + https://pypi.org/project/ae-inspector/#history) + +>ae namespace module portion inspector: inspection and debugging helper functions. + +[]( + https://ae-group.gitlab.io/ae_inspector/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_inspector/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_inspector/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/) +[]( + https://pypi.org/project/ae-inspector/) +[]( + https://gitlab.com/ae-group/ae_inspector/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-inspector) +[]( + https://pypi.org/project/ae-inspector/#files) + + +## installation + + +execute the following command to install the +ae.inspector module +in the currently active virtual environment: + +```shell script +pip install ae-inspector +``` + +if you want to contribute to this portion then first fork +[the ae_inspector repository at GitLab]( +https://gitlab.com/ae-group/ae_inspector "ae.inspector code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_inspector): + +```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_inspector/-/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.inspector.html +"ae_inspector documentation"). + + + + +%prep +%autosetup -n ae-inspector-0.3.13 + +%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-inspector -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.13-1 +- Package Spec generated @@ -0,0 +1 @@ +cc16d32be4c844ad7b22522fe6a63d8d ae_inspector-0.3.13.tar.gz |