summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 05:26:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 05:26:48 +0000
commit25ce54ed5cdf0aa499a26759d6fe35fd6e8c47cd (patch)
treec104331e00f5f4f92a839205952a9232ddf791bc
parent73f0ce576514208952fb4aa974718f765b77fcfe (diff)
automatic import of python-ae-db-oraopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-ae-db-ora.spec325
-rw-r--r--sources1
3 files changed, 327 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..eb32f00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ae_db_ora-0.3.7.tar.gz
diff --git a/python-ae-db-ora.spec b/python-ae-db-ora.spec
new file mode 100644
index 0000000..2e5533b
--- /dev/null
+++ b/python-ae-db-ora.spec
@@ -0,0 +1,325 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ae-db-ora
+Version: 0.3.7
+Release: 1
+Summary: ae namespace module portion db_ora: database system core layer to access Oracle databases
+License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
+URL: https://gitlab.com/ae-group/ae_db_ora
+Source0: https://mirrors.aliyun.com/pypi/web/packages/35/63/c1b6061c331db41c48ba05fe80d37b19ebf2baf4ab98f9cfc48d03f1e280/ae_db_ora-0.3.7.tar.gz
+BuildArch: noarch
+
+Requires: python3-cx-Oracle
+Requires: python3-ae-db-core
+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.90 -->
+<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.12 -->
+# db_ora 0.3.7
+
+[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/develop?logo=python)](
+ https://gitlab.com/ae-group/ae_db_ora)
+[![LatestPyPIrelease](
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/release0.3.6?logo=python)](
+ https://gitlab.com/ae-group/ae_db_ora/-/tree/release0.3.6)
+[![PyPIVersions](https://img.shields.io/pypi/v/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/#history)
+
+>ae namespace module portion db_ora: database system core layer to access Oracle databases.
+
+[![Coverage](https://ae-group.gitlab.io/ae_db_ora/coverage.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/coverage/index.html)
+[![MyPyPrecision](https://ae-group.gitlab.io/ae_db_ora/mypy.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/lineprecision.txt)
+[![PyLintScore](https://ae-group.gitlab.io/ae_db_ora/pylint.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/pylint.log)
+
+[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIFormat](https://img.shields.io/pypi/format/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/)
+[![PyPILicense](https://img.shields.io/pypi/l/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/-/blob/develop/LICENSE.md)
+[![PyPIStatus](https://img.shields.io/pypi/status/ae_db_ora)](
+ https://libraries.io/pypi/ae-db-ora)
+[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/#files)
+
+
+## installation
+
+
+execute the following command to install the
+ae.db_ora module
+in the currently active virtual environment:
+
+```shell script
+pip install ae-db-ora
+```
+
+if you want to contribute to this portion then first fork
+[the ae_db_ora repository at GitLab](
+https://gitlab.com/ae-group/ae_db_ora "ae.db_ora code repository").
+after that pull it to your machine and finally execute the
+following command in the root folder of this repository
+(ae_db_ora):
+
+```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_db_ora/-/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.db_ora.html
+"ae_db_ora documentation").
+
+
+%package -n python3-ae-db-ora
+Summary: ae namespace module portion db_ora: database system core layer to access Oracle databases
+Provides: python-ae-db-ora
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ae-db-ora
+<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.90 -->
+<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.12 -->
+# db_ora 0.3.7
+
+[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/develop?logo=python)](
+ https://gitlab.com/ae-group/ae_db_ora)
+[![LatestPyPIrelease](
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/release0.3.6?logo=python)](
+ https://gitlab.com/ae-group/ae_db_ora/-/tree/release0.3.6)
+[![PyPIVersions](https://img.shields.io/pypi/v/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/#history)
+
+>ae namespace module portion db_ora: database system core layer to access Oracle databases.
+
+[![Coverage](https://ae-group.gitlab.io/ae_db_ora/coverage.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/coverage/index.html)
+[![MyPyPrecision](https://ae-group.gitlab.io/ae_db_ora/mypy.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/lineprecision.txt)
+[![PyLintScore](https://ae-group.gitlab.io/ae_db_ora/pylint.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/pylint.log)
+
+[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIFormat](https://img.shields.io/pypi/format/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/)
+[![PyPILicense](https://img.shields.io/pypi/l/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/-/blob/develop/LICENSE.md)
+[![PyPIStatus](https://img.shields.io/pypi/status/ae_db_ora)](
+ https://libraries.io/pypi/ae-db-ora)
+[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/#files)
+
+
+## installation
+
+
+execute the following command to install the
+ae.db_ora module
+in the currently active virtual environment:
+
+```shell script
+pip install ae-db-ora
+```
+
+if you want to contribute to this portion then first fork
+[the ae_db_ora repository at GitLab](
+https://gitlab.com/ae-group/ae_db_ora "ae.db_ora code repository").
+after that pull it to your machine and finally execute the
+following command in the root folder of this repository
+(ae_db_ora):
+
+```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_db_ora/-/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.db_ora.html
+"ae_db_ora documentation").
+
+
+%package help
+Summary: Development documents and examples for ae-db-ora
+Provides: python3-ae-db-ora-doc
+%description help
+<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.90 -->
+<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.12 -->
+# db_ora 0.3.7
+
+[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/develop?logo=python)](
+ https://gitlab.com/ae-group/ae_db_ora)
+[![LatestPyPIrelease](
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/release0.3.6?logo=python)](
+ https://gitlab.com/ae-group/ae_db_ora/-/tree/release0.3.6)
+[![PyPIVersions](https://img.shields.io/pypi/v/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/#history)
+
+>ae namespace module portion db_ora: database system core layer to access Oracle databases.
+
+[![Coverage](https://ae-group.gitlab.io/ae_db_ora/coverage.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/coverage/index.html)
+[![MyPyPrecision](https://ae-group.gitlab.io/ae_db_ora/mypy.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/lineprecision.txt)
+[![PyLintScore](https://ae-group.gitlab.io/ae_db_ora/pylint.svg)](
+ https://ae-group.gitlab.io/ae_db_ora/pylint.log)
+
+[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/)
+[![PyPIFormat](https://img.shields.io/pypi/format/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/)
+[![PyPILicense](https://img.shields.io/pypi/l/ae_db_ora)](
+ https://gitlab.com/ae-group/ae_db_ora/-/blob/develop/LICENSE.md)
+[![PyPIStatus](https://img.shields.io/pypi/status/ae_db_ora)](
+ https://libraries.io/pypi/ae-db-ora)
+[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_db_ora)](
+ https://pypi.org/project/ae-db-ora/#files)
+
+
+## installation
+
+
+execute the following command to install the
+ae.db_ora module
+in the currently active virtual environment:
+
+```shell script
+pip install ae-db-ora
+```
+
+if you want to contribute to this portion then first fork
+[the ae_db_ora repository at GitLab](
+https://gitlab.com/ae-group/ae_db_ora "ae.db_ora code repository").
+after that pull it to your machine and finally execute the
+following command in the root folder of this repository
+(ae_db_ora):
+
+```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_db_ora/-/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.db_ora.html
+"ae_db_ora documentation").
+
+
+%prep
+%autosetup -n ae_db_ora-0.3.7
+
+%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-db-ora -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.7-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..6d0fe91
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+05194f079dff5e31d85169f45f25fb96 ae_db_ora-0.3.7.tar.gz