summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 05:21:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 05:21:21 +0000
commitf67b90905b8d99ea5e74b4913c4db45b83547ed3 (patch)
tree175bb8729a18c84de566d7d46636c954677b7e98
parent9e7c8b8b5ee6b6d39639c4c9c365b8e607e345b7 (diff)
automatic import of python-tiramisu-brulee
-rw-r--r--.gitignore1
-rw-r--r--python-tiramisu-brulee.spec88
-rw-r--r--sources1
3 files changed, 90 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..642f492 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tiramisu-brulee-0.2.2.tar.gz
diff --git a/python-tiramisu-brulee.spec b/python-tiramisu-brulee.spec
new file mode 100644
index 0000000..c3aae87
--- /dev/null
+++ b/python-tiramisu-brulee.spec
@@ -0,0 +1,88 @@
+%global _empty_manifest_terminate_build 0
+Name: python-tiramisu-brulee
+Version: 0.2.2
+Release: 1
+Summary: A 2D and 3D PyTorch implementation of the Tiramisu CNN
+License: Apache Software License 2.0
+URL: https://github.com/jcreinhold/tiramisu-brulee
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/54/47159e5629808ba451a129d52058d0eaee60c635c34f11834bbc7b0a669e/tiramisu-brulee-0.2.2.tar.gz
+BuildArch: noarch
+
+Requires: python3-torch
+Requires: python3-jsonargparse
+Requires: python3-numpy
+Requires: python3-pandas
+Requires: python3-pillow
+Requires: python3-pytorch-lightning
+Requires: python3-PyYAML
+Requires: python3-ruyaml
+Requires: python3-scikit-image
+Requires: python3-scipy
+Requires: python3-SimpleITK
+Requires: python3-torchio
+Requires: python3-torchmetrics
+Requires: python3-mlflow
+Requires: python3-onnx
+Requires: python3-onnxruntime
+
+%description
+
+
+%package -n python3-tiramisu-brulee
+Summary: A 2D and 3D PyTorch implementation of the Tiramisu CNN
+Provides: python-tiramisu-brulee
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-tiramisu-brulee
+
+
+%package help
+Summary: Development documents and examples for tiramisu-brulee
+Provides: python3-tiramisu-brulee-doc
+%description help
+
+
+%prep
+%autosetup -n tiramisu-brulee-0.2.2
+
+%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-tiramisu-brulee -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..ce8dd02
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+d65a16da4e30d5ca61065dc0added373 tiramisu-brulee-0.2.2.tar.gz