From 69453087cbcd1f76a1f01cd89865771316ade6ea Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 31 May 2023 08:01:40 +0000 Subject: automatic import of python-abutils --- .gitignore | 1 + python-abutils.spec | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 93 insertions(+) create mode 100644 python-abutils.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..df7d9ab 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/abutils-0.3.0.tar.gz diff --git a/python-abutils.spec b/python-abutils.spec new file mode 100644 index 0000000..68b2654 --- /dev/null +++ b/python-abutils.spec @@ -0,0 +1,91 @@ +%global _empty_manifest_terminate_build 0 +Name: python-abutils +Version: 0.3.0 +Release: 1 +Summary: Utilities for analysis of antibody NGS data +License: MIT License +URL: https://www.github.com/briney/abutils +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/fc/afc4bbc66213912ee11b40a8ea571270b317c4367b5f28c523f6c3d4858f/abutils-0.3.0.tar.gz +BuildArch: noarch + +Requires: python3-baltic +Requires: python3-biopython +Requires: python3-celery +Requires: python3-ete3 +Requires: python3-matplotlib +Requires: python3-natsort +Requires: python3-numpy +Requires: python3-pandas +Requires: python3-paramiko +Requires: python3-parasail +Requires: python3-pymongo +Requires: python3-pytest +Requires: python3-circos +Requires: python3-pyyaml +Requires: python3-sample-sheet +Requires: python3-scikit-learn +Requires: python3-scipy +Requires: python3-seaborn +Requires: python3-smart-open + +%description + + +%package -n python3-abutils +Summary: Utilities for analysis of antibody NGS data +Provides: python-abutils +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-abutils + + +%package help +Summary: Development documents and examples for abutils +Provides: python3-abutils-doc +%description help + + +%prep +%autosetup -n abutils-0.3.0 + +%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-abutils -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 31 2023 Python_Bot - 0.3.0-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..2dcad9c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +5f4a113379b02e42cdd1cfd3d7ec1a53 abutils-0.3.0.tar.gz -- cgit v1.2.3