%global _empty_manifest_terminate_build 0 Name: python-pymatgen-db Version: 2023.2.23 Release: 1 Summary: Pymatgen-db is a database add-on for the Python Materials Genomics (pymatgen) materials analysis library. License: MIT URL: https://github.com/materialsproject/pymatgen-db Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cf/d4/429b5c068c175d50f55fb4c0b12c912b29747fb0a2b2ac1e516fda33f12f/pymatgen-db-2023.2.23.tar.gz BuildArch: noarch Requires: python3-pymatgen Requires: python3-monty Requires: python3-pymongo Requires: python3-mongomock %description From v2021.5.13, pymatgen-db is now a proper namespace add-on to pymatgen. In other words, you no longer import from matgendb but rather pymatgen.db. %package -n python3-pymatgen-db Summary: Pymatgen-db is a database add-on for the Python Materials Genomics (pymatgen) materials analysis library. Provides: python-pymatgen-db BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-pymatgen-db From v2021.5.13, pymatgen-db is now a proper namespace add-on to pymatgen. In other words, you no longer import from matgendb but rather pymatgen.db. %package help Summary: Development documents and examples for pymatgen-db Provides: python3-pymatgen-db-doc %description help From v2021.5.13, pymatgen-db is now a proper namespace add-on to pymatgen. In other words, you no longer import from matgendb but rather pymatgen.db. %prep %autosetup -n pymatgen-db-2023.2.23 %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-pymatgen-db -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Wed May 31 2023 Python_Bot - 2023.2.23-1 - Package Spec generated