From cfa7fbc0e588a0b187e399d8bcc9448b5dc86b9a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 12 Apr 2023 06:07:45 +0000 Subject: automatic import of python-emmet-core --- .gitignore | 1 + python-emmet-core.spec | 105 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 107 insertions(+) create mode 100644 python-emmet-core.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..04d609d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/emmet-core-0.51.12.tar.gz diff --git a/python-emmet-core.spec b/python-emmet-core.spec new file mode 100644 index 0000000..b3e2137 --- /dev/null +++ b/python-emmet-core.spec @@ -0,0 +1,105 @@ +%global _empty_manifest_terminate_build 0 +Name: python-emmet-core +Version: 0.51.12 +Release: 1 +Summary: Core Emmet Library +License: modified BSD +URL: https://github.com/materialsproject/emmet +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/0d/e2aac874869b8520a35fab0902cbe75e1750804d01198825740f435cac0c/emmet-core-0.51.12.tar.gz +BuildArch: noarch + +Requires: python3-pymatgen +Requires: python3-monty +Requires: python3-pydantic +Requires: python3-pybtex +Requires: python3-typing-extensions +Requires: python3-spglib +Requires: python3-seekpath +Requires: python3-robocrys +Requires: python3-pymatgen-analysis-diffusion +Requires: python3-pymatgen-analysis-alloys +Requires: python3-mkdocs +Requires: python3-mkdocs-material +Requires: python3-mkdocs-material-extensions +Requires: python3-mkdocs-minify-plugin +Requires: python3-mkdocstrings +Requires: python3-mkdocs-awesome-pages-plugin +Requires: python3-mkdocs-markdownextradata-plugin +Requires: python3-mkdocstrings[python] +Requires: python3-livereload +Requires: python3-jinja2 +Requires: python3-pre-commit +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pycodestyle +Requires: python3-pydocstyle +Requires: python3-flake8 +Requires: python3-mypy +Requires: python3-mypy-extensions +Requires: python3-types-setuptools +Requires: python3-types-requests +Requires: python3-maggma +Requires: python3-wincertstore +Requires: python3-custodian + +%description + + +%package -n python3-emmet-core +Summary: Core Emmet Library +Provides: python-emmet-core +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-emmet-core + + +%package help +Summary: Development documents and examples for emmet-core +Provides: python3-emmet-core-doc +%description help + + +%prep +%autosetup -n emmet-core-0.51.12 + +%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-emmet-core -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed Apr 12 2023 Python_Bot - 0.51.12-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..3cd8edb --- /dev/null +++ b/sources @@ -0,0 +1 @@ +e3d9d12e9ecfef9f49c0756cf10272bc emmet-core-0.51.12.tar.gz -- cgit v1.2.3