summaryrefslogtreecommitdiff
path: root/python-arc-alkali-rydberg-calculator.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-11 06:15:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-11 06:15:21 +0000
commit29ad4cdec7038f6177af99d228642c7dca3118fe (patch)
treee0834becef82209e5a50b5cf15035382b974e14e /python-arc-alkali-rydberg-calculator.spec
parent96567b899ce2b8b78c57992e85d11492efe88156 (diff)
automatic import of python-arc-alkali-rydberg-calculator
Diffstat (limited to 'python-arc-alkali-rydberg-calculator.spec')
-rw-r--r--python-arc-alkali-rydberg-calculator.spec92
1 files changed, 92 insertions, 0 deletions
diff --git a/python-arc-alkali-rydberg-calculator.spec b/python-arc-alkali-rydberg-calculator.spec
new file mode 100644
index 0000000..524659f
--- /dev/null
+++ b/python-arc-alkali-rydberg-calculator.spec
@@ -0,0 +1,92 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ARC-Alkali-Rydberg-Calculator
+Version: 3.2.9
+Release: 1
+Summary: Alkali Rydberg Calculator
+License: BSD3
+URL: https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/32/85/a1756313bcdf83b31877ef0cffd6f5323dcc9cbbb3f7648b03a9feaa3b7b/ARC-Alkali-Rydberg-Calculator-3.2.9.tar.gz
+
+
+%description
+ARC (Alkali.ne Rydberg Calculator) is package of routines written in Python, using object-oriented programming (OOP) to make modular, reusable and extendable collection of routines and data for performing useful calculations of single atom and two-atom properties, like level diagrams, interactions and transition strengths for alkali metal and divalent atoms.
+Start by installing the latest version of the ARC package calling Python pip ([see prerequisites](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/installation.html)) from the command line:
+```pip install ARC-Alkali-Rydberg-Calculator ```
+For documentation see [online documentation on Read The Docs](http://arc-alkali-rydberg-calculator.readthedocs.io).
+For examples of use check [IPython example notebooks](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/getting_started.html#ipython-notebook-with-examples).
+For online access to a selection of package functions see [online Atom Calculator](https://atomcalc.org).
+If you want to contribute to the project, [check this page](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/contribute.html).
+
+%package -n python3-ARC-Alkali-Rydberg-Calculator
+Summary: Alkali Rydberg Calculator
+Provides: python-ARC-Alkali-Rydberg-Calculator
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+BuildRequires: python3-cffi
+BuildRequires: gcc
+BuildRequires: gdb
+%description -n python3-ARC-Alkali-Rydberg-Calculator
+ARC (Alkali.ne Rydberg Calculator) is package of routines written in Python, using object-oriented programming (OOP) to make modular, reusable and extendable collection of routines and data for performing useful calculations of single atom and two-atom properties, like level diagrams, interactions and transition strengths for alkali metal and divalent atoms.
+Start by installing the latest version of the ARC package calling Python pip ([see prerequisites](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/installation.html)) from the command line:
+```pip install ARC-Alkali-Rydberg-Calculator ```
+For documentation see [online documentation on Read The Docs](http://arc-alkali-rydberg-calculator.readthedocs.io).
+For examples of use check [IPython example notebooks](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/getting_started.html#ipython-notebook-with-examples).
+For online access to a selection of package functions see [online Atom Calculator](https://atomcalc.org).
+If you want to contribute to the project, [check this page](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/contribute.html).
+
+%package help
+Summary: Development documents and examples for ARC-Alkali-Rydberg-Calculator
+Provides: python3-ARC-Alkali-Rydberg-Calculator-doc
+%description help
+ARC (Alkali.ne Rydberg Calculator) is package of routines written in Python, using object-oriented programming (OOP) to make modular, reusable and extendable collection of routines and data for performing useful calculations of single atom and two-atom properties, like level diagrams, interactions and transition strengths for alkali metal and divalent atoms.
+Start by installing the latest version of the ARC package calling Python pip ([see prerequisites](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/installation.html)) from the command line:
+```pip install ARC-Alkali-Rydberg-Calculator ```
+For documentation see [online documentation on Read The Docs](http://arc-alkali-rydberg-calculator.readthedocs.io).
+For examples of use check [IPython example notebooks](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/getting_started.html#ipython-notebook-with-examples).
+For online access to a selection of package functions see [online Atom Calculator](https://atomcalc.org).
+If you want to contribute to the project, [check this page](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/contribute.html).
+
+%prep
+%autosetup -n ARC-Alkali-Rydberg-Calculator-3.2.9
+
+%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-ARC-Alkali-Rydberg-Calculator -f filelist.lst
+%dir %{python3_sitearch}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.9-1
+- Package Spec generated