From b1d99d56d115c5a5c4bb82ad827e8223251b2ced Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 29 May 2023 12:06:31 +0000 Subject: automatic import of python-cell-tracking-bc --- .gitignore | 1 + python-cell-tracking-bc.spec | 89 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 91 insertions(+) create mode 100644 python-cell-tracking-bc.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..6a92d9f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/cell-tracking-bc-2023.5.tar.gz diff --git a/python-cell-tracking-bc.spec b/python-cell-tracking-bc.spec new file mode 100644 index 0000000..9ab80ee --- /dev/null +++ b/python-cell-tracking-bc.spec @@ -0,0 +1,89 @@ +%global _empty_manifest_terminate_build 0 +Name: python-cell-tracking-bc +Version: 2023.5 +Release: 1 +Summary: Base Classes for Cell Tracking in Microscopy +License: CeCILL-2.1 +URL: https://gitlab.inria.fr/edebreuv/cell-tracking-bc +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/42/a0/efd5ab96656cf2f9aa1bdfee5cbfc60793f707c5abc06ae9406b0a93e5f0/cell-tracking-bc-2023.5.tar.gz +BuildArch: noarch + +Requires: python3-imageio +Requires: python3-json-any +Requires: python3-logger-36 +Requires: python3-matplotlib +Requires: python3-mrc +Requires: python3-networkx +Requires: python3-numpy +Requires: python3-pca-b-stream +Requires: python3-Pillow +Requires: python3-plotext +Requires: python3-rich +Requires: python3-scikit-image +Requires: python3-scipy +Requires: python3-tensorflow +Requires: python3-tensorrt +Requires: python3-tifffile +Requires: python3-xlsxwriter + +%description + + +%package -n python3-cell-tracking-bc +Summary: Base Classes for Cell Tracking in Microscopy +Provides: python-cell-tracking-bc +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-cell-tracking-bc + + +%package help +Summary: Development documents and examples for cell-tracking-bc +Provides: python3-cell-tracking-bc-doc +%description help + + +%prep +%autosetup -n cell-tracking-bc-2023.5 + +%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-cell-tracking-bc -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 29 2023 Python_Bot - 2023.5-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..a60f55a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +abb8b13207f4a592ab985fc8b8ad0d9b cell-tracking-bc-2023.5.tar.gz -- cgit v1.2.3