summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-nrel-jade.spec158
-rw-r--r--sources1
3 files changed, 160 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3b1089a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/NREL-jade-0.9.8.tar.gz
diff --git a/python-nrel-jade.spec b/python-nrel-jade.spec
new file mode 100644
index 0000000..53625cb
--- /dev/null
+++ b/python-nrel-jade.spec
@@ -0,0 +1,158 @@
+%global _empty_manifest_terminate_build 0
+Name: python-NREL-jade
+Version: 0.9.8
+Release: 1
+Summary: Provides HPC workflow automation services
+License: BSD license
+URL: https://github.com./NREL/jade
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/c2/ecb88c06cc5b55d7186b5e6f8ea4f680140b4203364fafd91b37f08d1797/NREL-jade-0.9.8.tar.gz
+BuildArch: noarch
+
+Requires: python3-click
+Requires: python3-filelock
+Requires: python3-numpy
+Requires: python3-pandas
+Requires: python3-plotly
+Requires: python3-prettytable
+Requires: python3-psutil
+Requires: python3-pyarrow
+Requires: python3-pydantic
+Requires: python3-requests
+Requires: python3-tabulate
+Requires: python3-toml
+Requires: python3-tables
+Requires: python3-matplotlib
+Requires: python3-statsmodels
+Requires: python3-black
+Requires: python3-flake8
+Requires: python3-ghp-import
+Requires: python3-mock
+Requires: python3-pre-commit
+Requires: python3-pycodestyle
+Requires: python3-pylint
+Requires: python3-pypandoc
+Requires: python3-pytest
+Requires: python3-pytest-cov
+Requires: python3-sphinx-rtd-theme
+Requires: python3-sphinx
+Requires: python3-sphinxcontrib-plantuml
+Requires: python3-tox
+Requires: python3-matplotlib
+Requires: python3-statsmodels
+Requires: python3-tables
+
+%description
+# JADE
+JADE provides a simple, flexible interface to submit jobs to an HPC.
+
+[![PyPI](https://img.shields.io/pypi/pyversions/NREL-jade.svg)](https://pypi.python.org/pypi/nrel-jade)
+[![Documentation](https://img.shields.io/badge/docs-ready-blue.svg)](https://nrel.github.io/jade/)
+
+## Documentation
+Documentation: https://nrel.github.io/jade/
+
+Tutorial: https://nrel.github.io/jade/tutorial.html
+
+## Installation
+
+```bash
+pip install NREL-jade
+```
+
+
+
+
+%package -n python3-NREL-jade
+Summary: Provides HPC workflow automation services
+Provides: python-NREL-jade
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-NREL-jade
+# JADE
+JADE provides a simple, flexible interface to submit jobs to an HPC.
+
+[![PyPI](https://img.shields.io/pypi/pyversions/NREL-jade.svg)](https://pypi.python.org/pypi/nrel-jade)
+[![Documentation](https://img.shields.io/badge/docs-ready-blue.svg)](https://nrel.github.io/jade/)
+
+## Documentation
+Documentation: https://nrel.github.io/jade/
+
+Tutorial: https://nrel.github.io/jade/tutorial.html
+
+## Installation
+
+```bash
+pip install NREL-jade
+```
+
+
+
+
+%package help
+Summary: Development documents and examples for NREL-jade
+Provides: python3-NREL-jade-doc
+%description help
+# JADE
+JADE provides a simple, flexible interface to submit jobs to an HPC.
+
+[![PyPI](https://img.shields.io/pypi/pyversions/NREL-jade.svg)](https://pypi.python.org/pypi/nrel-jade)
+[![Documentation](https://img.shields.io/badge/docs-ready-blue.svg)](https://nrel.github.io/jade/)
+
+## Documentation
+Documentation: https://nrel.github.io/jade/
+
+Tutorial: https://nrel.github.io/jade/tutorial.html
+
+## Installation
+
+```bash
+pip install NREL-jade
+```
+
+
+
+
+%prep
+%autosetup -n NREL-jade-0.9.8
+
+%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-NREL-jade -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.8-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..2ac9951
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+644aec463f30a1e2b9f8a4530aa0b152 NREL-jade-0.9.8.tar.gz