summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 08:08:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 08:08:53 +0000
commit37effe307b1cee26626cf2c4735ddf4cb2d01b43 (patch)
tree6ce3fb77a6f72e9e889a0881277e0bb166de6061
parentd94bc67070b84aa52e842a415870af4144b1695c (diff)
automatic import of python-bq-jobrunneropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-bq-jobrunner.spec80
-rw-r--r--sources1
3 files changed, 82 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..8300f27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bq_jobrunner-0.1.3.tar.gz
diff --git a/python-bq-jobrunner.spec b/python-bq-jobrunner.spec
new file mode 100644
index 0000000..9d6b038
--- /dev/null
+++ b/python-bq-jobrunner.spec
@@ -0,0 +1,80 @@
+%global _empty_manifest_terminate_build 0
+Name: python-bq-jobrunner
+Version: 0.1.3
+Release: 1
+Summary: Enables to easily query multiple BigQuery queries with any dependencies.
+License: MIT
+URL: https://pypi.org/project/bq-jobrunner/
+Source0: https://mirrors.aliyun.com/pypi/web/packages/87/0b/b72e864a5ebcd367e67be6713939c60a34f1796a259e4483e6b2be308c18/bq_jobrunner-0.1.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-graphviz
+Requires: python3-protobuf
+Requires: python3-setuptools
+Requires: python3-google-cloud
+Requires: python3-google-cloud-bigquery
+Requires: python3-networkx
+Requires: python3-pydotplus
+Requires: python3-pydot
+
+%description
+
+
+%package -n python3-bq-jobrunner
+Summary: Enables to easily query multiple BigQuery queries with any dependencies.
+Provides: python-bq-jobrunner
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-bq-jobrunner
+
+
+%package help
+Summary: Development documents and examples for bq-jobrunner
+Provides: python3-bq-jobrunner-doc
+%description help
+
+
+%prep
+%autosetup -n bq_jobrunner-0.1.3
+
+%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-bq-jobrunner -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..c42a1f6
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+8f36b15c8ac6f1c1e8959a7e9eef5e06 bq_jobrunner-0.1.3.tar.gz