From c79d0d32e66446fb82b5975e42323d61cebbd3aa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 18 May 2023 07:21:40 +0000 Subject: automatic import of python-seamm --- .gitignore | 1 + python-seamm.spec | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 93 insertions(+) create mode 100644 python-seamm.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..0914946 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/seamm-2023.4.24.tar.gz diff --git a/python-seamm.spec b/python-seamm.spec new file mode 100644 index 0000000..ba063f3 --- /dev/null +++ b/python-seamm.spec @@ -0,0 +1,91 @@ +%global _empty_manifest_terminate_build 0 +Name: python-seamm +Version: 2023.4.24 +Release: 1 +Summary: The core of the SEAMM environment and graphical interface. +License: GNU Lesser General Public License v3 +URL: https://github.com/molssi-seamm/seamm +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/45/a1/f9a2e9be5d725c339bbb7a4ff0630d520e7ba321a4e8ae94dade61ea7447/seamm-2023.4.24.tar.gz +BuildArch: noarch + +Requires: python3-bibtexparser +Requires: python3-fasteners +Requires: python3-humanize +Requires: python3-jinja2 +Requires: python3-molsystem +Requires: python3-numpy +Requires: python3-packaging +Requires: python3-pandas +Requires: python3-pillow +Requires: python3-pmw +Requires: python3-py-cpuinfo +Requires: python3-dateutil +Requires: python3-pyuca +Requires: python3-reference-handler +Requires: python3-seamm-dashboard-client +Requires: python3-seamm-datastore +Requires: python3-seamm-util +Requires: python3-seamm-widgets +Requires: python3-stevedore + +%description + + +%package -n python3-seamm +Summary: The core of the SEAMM environment and graphical interface. +Provides: python-seamm +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-seamm + + +%package help +Summary: Development documents and examples for seamm +Provides: python3-seamm-doc +%description help + + +%prep +%autosetup -n seamm-2023.4.24 + +%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-seamm -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot - 2023.4.24-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..e6cebef --- /dev/null +++ b/sources @@ -0,0 +1 @@ +a22111a661b7cb086004f52f03ab9d59 seamm-2023.4.24.tar.gz -- cgit v1.2.3