diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-11 14:20:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 14:20:08 +0000 |
commit | 390213d7e4ad1c0a42a2f521dded40946f09edcb (patch) | |
tree | cc4b81566987441dce5e600e85e5ab1e5fe63cdb | |
parent | 2573c6fa8562fa3ce4996dedf2930166c8aba778 (diff) |
automatic import of python-sqlalchemy-bigquery
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sqlalchemy-bigquery.spec | 99 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 101 insertions, 0 deletions
@@ -0,0 +1 @@ +/sqlalchemy-bigquery-1.6.1.tar.gz diff --git a/python-sqlalchemy-bigquery.spec b/python-sqlalchemy-bigquery.spec new file mode 100644 index 0000000..e9ab454 --- /dev/null +++ b/python-sqlalchemy-bigquery.spec @@ -0,0 +1,99 @@ +%global _empty_manifest_terminate_build 0 +Name: python-sqlalchemy-bigquery +Version: 1.6.1 +Release: 1 +Summary: SQLAlchemy dialect for BigQuery +License: MIT License +URL: https://github.com/googleapis/python-bigquery-sqlalchemy +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/21/0d/dfb74d4d55c24fd5805b624359d6b0a8f8b9a27fbe59b6d1260d5d5d4ec1/sqlalchemy-bigquery-1.6.1.tar.gz +BuildArch: noarch + +Requires: python3-google-api-core +Requires: python3-google-auth +Requires: python3-google-cloud-bigquery +Requires: python3-google-cloud-bigquery-storage +Requires: python3-packaging +Requires: python3-pyarrow +Requires: python3-sqlalchemy +Requires: python3-future +Requires: python3-alembic +Requires: python3-GeoAlchemy2 +Requires: python3-packaging +Requires: python3-alembic +Requires: python3-shapely +Requires: python3-pytz +Requires: python3-GeoAlchemy2 +Requires: python3-shapely +Requires: python3-packaging +Requires: python3-pytz + +%description +|GA| |pypi| |versions| +`SQLALchemy Dialects`_ +- `Dialect Documentation`_ +- `Product Documentation`_ + +%package -n python3-sqlalchemy-bigquery +Summary: SQLAlchemy dialect for BigQuery +Provides: python-sqlalchemy-bigquery +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-sqlalchemy-bigquery +|GA| |pypi| |versions| +`SQLALchemy Dialects`_ +- `Dialect Documentation`_ +- `Product Documentation`_ + +%package help +Summary: Development documents and examples for sqlalchemy-bigquery +Provides: python3-sqlalchemy-bigquery-doc +%description help +|GA| |pypi| |versions| +`SQLALchemy Dialects`_ +- `Dialect Documentation`_ +- `Product Documentation`_ + +%prep +%autosetup -n sqlalchemy-bigquery-1.6.1 + +%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-sqlalchemy-bigquery -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 +- Package Spec generated @@ -0,0 +1 @@ +71df6622c296885018921ca05f7e8f3a sqlalchemy-bigquery-1.6.1.tar.gz |