diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-29 12:06:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-29 12:06:31 +0000 |
commit | b1d99d56d115c5a5c4bb82ad827e8223251b2ced (patch) | |
tree | f7ac37e8a6a1282e219e0a59c0b6477f3c8f06b3 | |
parent | 40bdbc7bffeb0aa3b297e9f5c200e29b4d4dbe9d (diff) |
automatic import of python-cell-tracking-bc
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cell-tracking-bc.spec | 89 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 91 insertions, 0 deletions
@@ -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 <Python_Bot@openeuler.org> - 2023.5-1 +- Package Spec generated @@ -0,0 +1 @@ +abb8b13207f4a592ab985fc8b8ad0d9b cell-tracking-bc-2023.5.tar.gz |