summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 03:51:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 03:51:40 +0000
commit643686ba5db50d86780f006b864b457d41f093fe (patch)
treeb3df74f6cd83c5116ad8c1cd1a1066e5859c6a8f
parentba5274e8e92bf5dda5cce9ed99ff6a2f3586116e (diff)
automatic import of python-bigjobopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-bigjob.spec78
-rw-r--r--sources1
3 files changed, 80 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..2466e12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/BigJob-0.64.5.tar.gz
diff --git a/python-bigjob.spec b/python-bigjob.spec
new file mode 100644
index 0000000..f8d55c3
--- /dev/null
+++ b/python-bigjob.spec
@@ -0,0 +1,78 @@
+%global _empty_manifest_terminate_build 0
+Name: python-BigJob
+Version: 0.64.5
+Release: 1
+Summary: P* Pilot-Job Implementation based on SAGA-Python
+License: UNKNOWN
+URL: https://github.com/saga-project/BigJob
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/5b/c6be18f3516d89728d836e44be91a6990c6a40110902da21e0d9a8522d46/BigJob-0.64.5.tar.gz
+BuildArch: noarch
+
+
+%description
+The SAGA BigJob framework is a SAGA-based pilot job implementation. The Simple API for Grid Applications (SAGA) is a high-level, easy-to-use API for accessing distributed resources. SAGA BigJob supports a wide range of application types, and is usable over a broad range of infrastructures, i.e., it is general-purpose, extensible and interoperable. Unlike other common pilot job systems SAGA BigJob
+(i) natively supports MPI job and
+(ii) works on a variety of back-end systems, generally reflecting the advantage of using a SAGA-based approach.
+
+%package -n python3-BigJob
+Summary: P* Pilot-Job Implementation based on SAGA-Python
+Provides: python-BigJob
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-BigJob
+The SAGA BigJob framework is a SAGA-based pilot job implementation. The Simple API for Grid Applications (SAGA) is a high-level, easy-to-use API for accessing distributed resources. SAGA BigJob supports a wide range of application types, and is usable over a broad range of infrastructures, i.e., it is general-purpose, extensible and interoperable. Unlike other common pilot job systems SAGA BigJob
+(i) natively supports MPI job and
+(ii) works on a variety of back-end systems, generally reflecting the advantage of using a SAGA-based approach.
+
+%package help
+Summary: Development documents and examples for BigJob
+Provides: python3-BigJob-doc
+%description help
+The SAGA BigJob framework is a SAGA-based pilot job implementation. The Simple API for Grid Applications (SAGA) is a high-level, easy-to-use API for accessing distributed resources. SAGA BigJob supports a wide range of application types, and is usable over a broad range of infrastructures, i.e., it is general-purpose, extensible and interoperable. Unlike other common pilot job systems SAGA BigJob
+(i) natively supports MPI job and
+(ii) works on a variety of back-end systems, generally reflecting the advantage of using a SAGA-based approach.
+
+%prep
+%autosetup -n BigJob-0.64.5
+
+%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-BigJob -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.64.5-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..9809ea8
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1fe5ccf22f8fb0cb39395922f824d07d BigJob-0.64.5.tar.gz