From bd5c6c3c87124633a3d07aba95d6f3fe6bf0050c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 18 May 2023 03:41:27 +0000 Subject: automatic import of python-batman-package --- .gitignore | 1 + python-batman-package.spec | 73 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 75 insertions(+) create mode 100644 python-batman-package.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..17d0f70 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/batman-package-2.4.9.tar.gz diff --git a/python-batman-package.spec b/python-batman-package.spec new file mode 100644 index 0000000..ab13125 --- /dev/null +++ b/python-batman-package.spec @@ -0,0 +1,73 @@ +%global _empty_manifest_terminate_build 0 +Name: python-batman-package +Version: 2.4.9 +Release: 1 +Summary: Fast transit light curve modeling +License: GNU GPLv3 +URL: https://github.com/lkreidberg/batman +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ad/d1/0c2f1deb8c122ed87a3d931908995b012586926432c8560a443bab7c16b6/batman-package-2.4.9.tar.gz +BuildArch: noarch + +Requires: python3-numpy + +%description + + +%package -n python3-batman-package +Summary: Fast transit light curve modeling +Provides: python-batman-package +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-batman-package + + +%package help +Summary: Development documents and examples for batman-package +Provides: python3-batman-package-doc +%description help + + +%prep +%autosetup -n batman-package-2.4.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-batman-package -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot - 2.4.9-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..985d136 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +6c8921e7addaed7e923c0ae3530e4552 batman-package-2.4.9.tar.gz -- cgit v1.2.3