summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-31 05:15:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-31 05:15:33 +0000
commitd6a00da7c5c65173f89934fcfefd89da6c5592c5 (patch)
tree69868abb7fe2f00667511a92a2a7bfd5dbd589aa
parentd4067ee269e668f2a515c2792aacb335375ac28d (diff)
automatic import of python-3dcore
-rw-r--r--.gitignore1
-rw-r--r--python-3dcore.spec77
-rw-r--r--sources1
3 files changed, 79 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..493a9e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/3DCORE-1.1.4.tar.gz
diff --git a/python-3dcore.spec b/python-3dcore.spec
new file mode 100644
index 0000000..cc15183
--- /dev/null
+++ b/python-3dcore.spec
@@ -0,0 +1,77 @@
+%global _empty_manifest_terminate_build 0
+Name: python-3DCORE
+Version: 1.1.4
+Release: 1
+Summary: 3D Coronal Rope Ejection Model
+License: MIT License
+URL: https://github.com/ajefweiss/py3DCORE
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/77/10/a4e0b4e9eb149e6a605400e8f0daece8e8f08402c7a81af6bda4fd8e1a26/3DCORE-1.1.4.tar.gz
+BuildArch: noarch
+
+Requires: python3-heliosat
+Requires: python3-numba
+Requires: python3-numpy
+Requires: python3-scipy
+Requires: python3-spiceypy
+
+%description
+3D Coronal Rope Ejection modelling techniqe for coronal mass ejection (CME) flux ropes.
+
+%package -n python3-3DCORE
+Summary: 3D Coronal Rope Ejection Model
+Provides: python-3DCORE
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-3DCORE
+3D Coronal Rope Ejection modelling techniqe for coronal mass ejection (CME) flux ropes.
+
+%package help
+Summary: Development documents and examples for 3DCORE
+Provides: python3-3DCORE-doc
+%description help
+3D Coronal Rope Ejection modelling techniqe for coronal mass ejection (CME) flux ropes.
+
+%prep
+%autosetup -n 3DCORE-1.1.4
+
+%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-3DCORE -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.4-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..de4d0eb
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7b93e1256334bf80126ec395e4215e63 3DCORE-1.1.4.tar.gz