diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 13:58:29 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 13:58:29 +0000 |
commit | 72e6192c6b72d00230766f8e7ac45bc8070614e4 (patch) | |
tree | 83f973d458a10374e188b717858a13143bc9b5cb | |
parent | 8284ef7b5c1c2039aa6e3e60a26eebd4343b1d90 (diff) |
automatic import of python-nglviewopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-nglview.spec | 72 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/nglview-3.0.4.tar.gz diff --git a/python-nglview.spec b/python-nglview.spec new file mode 100644 index 0000000..44669aa --- /dev/null +++ b/python-nglview.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-nglview +Version: 3.0.4 +Release: 1 +Summary: IPython widget to interactively view molecular structures and trajectories. +License: MIT +URL: https://github.com/arose/nglview +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/16/71/7651b6e1ab40b0b2491486444951ce723281d707fe3098e5e0aad89d6468/nglview-3.0.4.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-nglview +Summary: IPython widget to interactively view molecular structures and trajectories. +Provides: python-nglview +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-nglview + + +%package help +Summary: Development documents and examples for nglview +Provides: python3-nglview-doc +%description help + + +%prep +%autosetup -n nglview-3.0.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-nglview -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.4-1 +- Package Spec generated @@ -0,0 +1 @@ +a9dd1f05fbb318cb0dbf244a00d45074 nglview-3.0.4.tar.gz |