summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-ae-i18n.spec327
-rw-r--r--sources1
3 files changed, 329 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..fa0d89b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ae_i18n-0.3.27.tar.gz
diff --git a/python-ae-i18n.spec b/python-ae-i18n.spec
new file mode 100644
index 0000000..bec7515
--- /dev/null
+++ b/python-ae-i18n.spec
@@ -0,0 +1,327 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ae-i18n
+Version: 0.3.27
+Release: 1
+Summary: ae namespace module portion i18n: internationalization / localization helpers
+License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
+URL: https://gitlab.com/ae-group/ae_i18n
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/48/85/1342491f01ea13b7fbd22ba4bc00202ec354908bbf4253c3060a5257b28a/ae_i18n-0.3.27.tar.gz
+BuildArch: noarch
+
+Requires: python3-ae-base
+Requires: python3-ae-files
+Requires: python3-ae-paths
+Requires: python3-ae-dynamicod
+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 -->
+# i18n 0.3.27
+
+[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_i18n/develop?logo=python)](
+ https://gitlab.com/ae-group/ae_i18n)
+[![LatestPyPIrelease](
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_i18n/release0.3.26?logo=python)](
+ https://gitlab.com/ae-group/ae_i18n/-/tree/release0.3.26)
+[![PyPIVersions](https://img.shields.io/pypi/v/ae_i18n)](
+ https://pypi.org/project/ae-i18n/#history)
+
+>ae namespace module portion i18n: internationalization / localization helpers.
+
+[![Coverage](https://ae-group.gitlab.io/ae_i18n/coverage.svg)](
+ https://ae-group.gitlab.io/ae_i18n/coverage/index.html)
+[![MyPyPrecision](https://ae-group.gitlab.io/ae_i18n/mypy.svg)](
+ https://ae-group.gitlab.io/ae_i18n/lineprecision.txt)
+[![PyLintScore](https://ae-group.gitlab.io/ae_i18n/pylint.svg)](
+ https://ae-group.gitlab.io/ae_i18n/pylint.log)
+
+[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIFormat](https://img.shields.io/pypi/format/ae_i18n)](
+ https://pypi.org/project/ae-i18n/)
+[![PyPILicense](https://img.shields.io/pypi/l/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/-/blob/develop/LICENSE.md)
+[![PyPIStatus](https://img.shields.io/pypi/status/ae_i18n)](
+ https://libraries.io/pypi/ae-i18n)
+[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_i18n)](
+ https://pypi.org/project/ae-i18n/#files)
+
+
+## installation
+
+
+execute the following command to install the
+ae.i18n module
+in the currently active virtual environment:
+
+```shell script
+pip install ae-i18n
+```
+
+if you want to contribute to this portion then first fork
+[the ae_i18n repository at GitLab](
+https://gitlab.com/ae-group/ae_i18n "ae.i18n code repository").
+after that pull it to your machine and finally execute the
+following command in the root folder of this repository
+(ae_i18n):
+
+```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_i18n/-/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.i18n.html
+"ae_i18n documentation").
+
+
+%package -n python3-ae-i18n
+Summary: ae namespace module portion i18n: internationalization / localization helpers
+Provides: python-ae-i18n
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ae-i18n
+<!-- 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 -->
+# i18n 0.3.27
+
+[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_i18n/develop?logo=python)](
+ https://gitlab.com/ae-group/ae_i18n)
+[![LatestPyPIrelease](
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_i18n/release0.3.26?logo=python)](
+ https://gitlab.com/ae-group/ae_i18n/-/tree/release0.3.26)
+[![PyPIVersions](https://img.shields.io/pypi/v/ae_i18n)](
+ https://pypi.org/project/ae-i18n/#history)
+
+>ae namespace module portion i18n: internationalization / localization helpers.
+
+[![Coverage](https://ae-group.gitlab.io/ae_i18n/coverage.svg)](
+ https://ae-group.gitlab.io/ae_i18n/coverage/index.html)
+[![MyPyPrecision](https://ae-group.gitlab.io/ae_i18n/mypy.svg)](
+ https://ae-group.gitlab.io/ae_i18n/lineprecision.txt)
+[![PyLintScore](https://ae-group.gitlab.io/ae_i18n/pylint.svg)](
+ https://ae-group.gitlab.io/ae_i18n/pylint.log)
+
+[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIFormat](https://img.shields.io/pypi/format/ae_i18n)](
+ https://pypi.org/project/ae-i18n/)
+[![PyPILicense](https://img.shields.io/pypi/l/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/-/blob/develop/LICENSE.md)
+[![PyPIStatus](https://img.shields.io/pypi/status/ae_i18n)](
+ https://libraries.io/pypi/ae-i18n)
+[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_i18n)](
+ https://pypi.org/project/ae-i18n/#files)
+
+
+## installation
+
+
+execute the following command to install the
+ae.i18n module
+in the currently active virtual environment:
+
+```shell script
+pip install ae-i18n
+```
+
+if you want to contribute to this portion then first fork
+[the ae_i18n repository at GitLab](
+https://gitlab.com/ae-group/ae_i18n "ae.i18n code repository").
+after that pull it to your machine and finally execute the
+following command in the root folder of this repository
+(ae_i18n):
+
+```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_i18n/-/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.i18n.html
+"ae_i18n documentation").
+
+
+%package help
+Summary: Development documents and examples for ae-i18n
+Provides: python3-ae-i18n-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 -->
+# i18n 0.3.27
+
+[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_i18n/develop?logo=python)](
+ https://gitlab.com/ae-group/ae_i18n)
+[![LatestPyPIrelease](
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_i18n/release0.3.26?logo=python)](
+ https://gitlab.com/ae-group/ae_i18n/-/tree/release0.3.26)
+[![PyPIVersions](https://img.shields.io/pypi/v/ae_i18n)](
+ https://pypi.org/project/ae-i18n/#history)
+
+>ae namespace module portion i18n: internationalization / localization helpers.
+
+[![Coverage](https://ae-group.gitlab.io/ae_i18n/coverage.svg)](
+ https://ae-group.gitlab.io/ae_i18n/coverage/index.html)
+[![MyPyPrecision](https://ae-group.gitlab.io/ae_i18n/mypy.svg)](
+ https://ae-group.gitlab.io/ae_i18n/lineprecision.txt)
+[![PyLintScore](https://ae-group.gitlab.io/ae_i18n/pylint.svg)](
+ https://ae-group.gitlab.io/ae_i18n/pylint.log)
+
+[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/)
+[![PyPIFormat](https://img.shields.io/pypi/format/ae_i18n)](
+ https://pypi.org/project/ae-i18n/)
+[![PyPILicense](https://img.shields.io/pypi/l/ae_i18n)](
+ https://gitlab.com/ae-group/ae_i18n/-/blob/develop/LICENSE.md)
+[![PyPIStatus](https://img.shields.io/pypi/status/ae_i18n)](
+ https://libraries.io/pypi/ae-i18n)
+[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_i18n)](
+ https://pypi.org/project/ae-i18n/#files)
+
+
+## installation
+
+
+execute the following command to install the
+ae.i18n module
+in the currently active virtual environment:
+
+```shell script
+pip install ae-i18n
+```
+
+if you want to contribute to this portion then first fork
+[the ae_i18n repository at GitLab](
+https://gitlab.com/ae-group/ae_i18n "ae.i18n code repository").
+after that pull it to your machine and finally execute the
+following command in the root folder of this repository
+(ae_i18n):
+
+```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_i18n/-/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.i18n.html
+"ae_i18n documentation").
+
+
+%prep
+%autosetup -n ae-i18n-0.3.27
+
+%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-i18n -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.27-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..399b871
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+2501f20bf92a290e2466eda926fb3aa0 ae_i18n-0.3.27.tar.gz