diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-18 04:28:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 04:28:01 +0000 |
commit | c2741d250756805857de3131f7df399822042b96 (patch) | |
tree | c77f27a2e57eb2b67204a4df47d78ec3f47da24c | |
parent | ac5159c292312607b32b2cbbedc38e7e8beb5885 (diff) |
automatic import of python-ae-kivy-auto-width
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ae-kivy-auto-width.spec | 324 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 326 insertions, 0 deletions
@@ -0,0 +1 @@ +/ae_kivy_auto_width-0.3.21.tar.gz diff --git a/python-ae-kivy-auto-width.spec b/python-ae-kivy-auto-width.spec new file mode 100644 index 0000000..048f237 --- /dev/null +++ b/python-ae-kivy-auto-width.spec @@ -0,0 +1,324 @@ +%global _empty_manifest_terminate_build 0 +Name: python-ae-kivy-auto-width +Version: 0.3.21 +Release: 1 +Summary: ae namespace module portion kivy_auto_width: automatic width mix-in classes for kivy widgets +License: OSI Approved :: GNU General Public License v3 or later (GPLv3+) +URL: https://gitlab.com/ae-group/ae_kivy_auto_width +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/9e/0eef8ffe09911df04e9693f753bc6f3450eab3cbd2d88123ca9a2ee37e85/ae_kivy_auto_width-0.3.21.tar.gz +BuildArch: noarch + +Requires: python3-kivy +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.91 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 --> +# kivy_auto_width 0.3.21 + +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/-/tree/release0.3.20) +[]( + https://pypi.org/project/ae-kivy-auto-width/#history) + +>ae namespace module portion kivy_auto_width: automatic width mix-in classes for kivy widgets. + +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://pypi.org/project/ae-kivy-auto-width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-kivy-auto-width) +[]( + https://pypi.org/project/ae-kivy-auto-width/#files) + + +## installation + + +execute the following command to install the +ae.kivy_auto_width module +in the currently active virtual environment: + +```shell script +pip install ae-kivy-auto-width +``` + +if you want to contribute to this portion then first fork +[the ae_kivy_auto_width repository at GitLab]( +https://gitlab.com/ae-group/ae_kivy_auto_width "ae.kivy_auto_width code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_kivy_auto_width): + +```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_kivy_auto_width/-/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.kivy_auto_width.html +"ae_kivy_auto_width documentation"). + + +%package -n python3-ae-kivy-auto-width +Summary: ae namespace module portion kivy_auto_width: automatic width mix-in classes for kivy widgets +Provides: python-ae-kivy-auto-width +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-ae-kivy-auto-width +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.91 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 --> +# kivy_auto_width 0.3.21 + +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/-/tree/release0.3.20) +[]( + https://pypi.org/project/ae-kivy-auto-width/#history) + +>ae namespace module portion kivy_auto_width: automatic width mix-in classes for kivy widgets. + +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://pypi.org/project/ae-kivy-auto-width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-kivy-auto-width) +[]( + https://pypi.org/project/ae-kivy-auto-width/#files) + + +## installation + + +execute the following command to install the +ae.kivy_auto_width module +in the currently active virtual environment: + +```shell script +pip install ae-kivy-auto-width +``` + +if you want to contribute to this portion then first fork +[the ae_kivy_auto_width repository at GitLab]( +https://gitlab.com/ae-group/ae_kivy_auto_width "ae.kivy_auto_width code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_kivy_auto_width): + +```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_kivy_auto_width/-/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.kivy_auto_width.html +"ae_kivy_auto_width documentation"). + + +%package help +Summary: Development documents and examples for ae-kivy-auto-width +Provides: python3-ae-kivy-auto-width-doc +%description help +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.91 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 --> +# kivy_auto_width 0.3.21 + +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/-/tree/release0.3.20) +[]( + https://pypi.org/project/ae-kivy-auto-width/#history) + +>ae namespace module portion kivy_auto_width: automatic width mix-in classes for kivy widgets. + +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_kivy_auto_width/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/) +[]( + https://pypi.org/project/ae-kivy-auto-width/) +[]( + https://gitlab.com/ae-group/ae_kivy_auto_width/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-kivy-auto-width) +[]( + https://pypi.org/project/ae-kivy-auto-width/#files) + + +## installation + + +execute the following command to install the +ae.kivy_auto_width module +in the currently active virtual environment: + +```shell script +pip install ae-kivy-auto-width +``` + +if you want to contribute to this portion then first fork +[the ae_kivy_auto_width repository at GitLab]( +https://gitlab.com/ae-group/ae_kivy_auto_width "ae.kivy_auto_width code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_kivy_auto_width): + +```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_kivy_auto_width/-/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.kivy_auto_width.html +"ae_kivy_auto_width documentation"). + + +%prep +%autosetup -n ae-kivy-auto-width-0.3.21 + +%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-kivy-auto-width -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.21-1 +- Package Spec generated @@ -0,0 +1 @@ +b06775ef2b00f108779cfd0100847490 ae_kivy_auto_width-0.3.21.tar.gz |