diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ae-kivy-sideloading.spec | 332 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 334 insertions, 0 deletions
@@ -0,0 +1 @@ +/ae_kivy_sideloading-0.3.20.tar.gz diff --git a/python-ae-kivy-sideloading.spec b/python-ae-kivy-sideloading.spec new file mode 100644 index 0000000..07e696b --- /dev/null +++ b/python-ae-kivy-sideloading.spec @@ -0,0 +1,332 @@ +%global _empty_manifest_terminate_build 0 +Name: python-ae-kivy-sideloading +Version: 0.3.20 +Release: 1 +Summary: ae namespace package portion kivy_sideloading: kivy mixin and widgets to integrate a sideloading server in your app +License: OSI Approved :: GNU General Public License v3 or later (GPLv3+) +URL: https://gitlab.com/ae-group/ae_kivy_sideloading +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/5a/ed77d5f8025e71a37ec44e6bcf1a63a6784b9ea7d8b2b60a4d8d66d3103d/ae_kivy_sideloading-0.3.20.tar.gz +BuildArch: noarch + +Requires: python3-kivy +Requires: python3-ae-files +Requires: python3-ae-i18n +Requires: python3-ae-sideloading-server +Requires: python3-ae-gui-app +Requires: python3-ae-kivy +Requires: python3-ae-kivy-file-chooser +Requires: python3-ae-kivy-iterable-displayer +Requires: python3-ae-kivy-qr-displayer +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.92 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 --> +# kivy_sideloading 0.3.20 + +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/-/tree/release0.3.19) +[]( + https://pypi.org/project/ae-kivy-sideloading/#history) + +>ae namespace package portion kivy_sideloading: kivy mixin and widgets to integrate a sideloading server in your app. + +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://pypi.org/project/ae-kivy-sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-kivy-sideloading) +[]( + https://pypi.org/project/ae-kivy-sideloading/#files) + + +## installation + + +execute the following command to install the +ae.kivy_sideloading package +in the currently active virtual environment: + +```shell script +pip install ae-kivy-sideloading +``` + +if you want to contribute to this portion then first fork +[the ae_kivy_sideloading repository at GitLab]( +https://gitlab.com/ae-group/ae_kivy_sideloading "ae.kivy_sideloading code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_kivy_sideloading): + +```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_kivy_sideloading/-/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_sideloading.html +"ae_kivy_sideloading documentation"). + + +%package -n python3-ae-kivy-sideloading +Summary: ae namespace package portion kivy_sideloading: kivy mixin and widgets to integrate a sideloading server in your app +Provides: python-ae-kivy-sideloading +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-ae-kivy-sideloading +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.92 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 --> +# kivy_sideloading 0.3.20 + +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/-/tree/release0.3.19) +[]( + https://pypi.org/project/ae-kivy-sideloading/#history) + +>ae namespace package portion kivy_sideloading: kivy mixin and widgets to integrate a sideloading server in your app. + +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://pypi.org/project/ae-kivy-sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-kivy-sideloading) +[]( + https://pypi.org/project/ae-kivy-sideloading/#files) + + +## installation + + +execute the following command to install the +ae.kivy_sideloading package +in the currently active virtual environment: + +```shell script +pip install ae-kivy-sideloading +``` + +if you want to contribute to this portion then first fork +[the ae_kivy_sideloading repository at GitLab]( +https://gitlab.com/ae-group/ae_kivy_sideloading "ae.kivy_sideloading code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_kivy_sideloading): + +```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_kivy_sideloading/-/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_sideloading.html +"ae_kivy_sideloading documentation"). + + +%package help +Summary: Development documents and examples for ae-kivy-sideloading +Provides: python3-ae-kivy-sideloading-doc +%description help +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.92 --> +<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 --> +# kivy_sideloading 0.3.20 + +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/-/tree/release0.3.19) +[]( + https://pypi.org/project/ae-kivy-sideloading/#history) + +>ae namespace package portion kivy_sideloading: kivy mixin and widgets to integrate a sideloading server in your app. + +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/coverage/index.html) +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/lineprecision.txt) +[]( + https://ae-group.gitlab.io/ae_kivy_sideloading/pylint.log) + +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/) +[]( + https://pypi.org/project/ae-kivy-sideloading/) +[]( + https://gitlab.com/ae-group/ae_kivy_sideloading/-/blob/develop/LICENSE.md) +[]( + https://libraries.io/pypi/ae-kivy-sideloading) +[]( + https://pypi.org/project/ae-kivy-sideloading/#files) + + +## installation + + +execute the following command to install the +ae.kivy_sideloading package +in the currently active virtual environment: + +```shell script +pip install ae-kivy-sideloading +``` + +if you want to contribute to this portion then first fork +[the ae_kivy_sideloading repository at GitLab]( +https://gitlab.com/ae-group/ae_kivy_sideloading "ae.kivy_sideloading code repository"). +after that pull it to your machine and finally execute the +following command in the root folder of this repository +(ae_kivy_sideloading): + +```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_kivy_sideloading/-/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_sideloading.html +"ae_kivy_sideloading documentation"). + + +%prep +%autosetup -n ae-kivy-sideloading-0.3.20 + +%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-sideloading -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.20-1 +- Package Spec generated @@ -0,0 +1 @@ +e5713c4a75fffaa75cad1b920f3c7a23 ae_kivy_sideloading-0.3.20.tar.gz |