summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-31 06:16:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-31 06:16:35 +0000
commit8da58018a68bb0e05c1bb4eecb0eb79b363d7417 (patch)
treed1314abf1b40121399a7767a95ecf38907e0ea2b
parent16b6538c780e21bbbf679c422563e16c63bcef31 (diff)
automatic import of python-patternly
-rw-r--r--.gitignore1
-rw-r--r--python-patternly.spec78
-rw-r--r--sources1
3 files changed, 80 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..5d49e9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/patternly-0.0.33.tar.gz
diff --git a/python-patternly.spec b/python-patternly.spec
new file mode 100644
index 0000000..1c315e0
--- /dev/null
+++ b/python-patternly.spec
@@ -0,0 +1,78 @@
+%global _empty_manifest_terminate_build 0
+Name: python-patternly
+Version: 0.0.33
+Release: 1
+Summary: A tool for detecting anomalies in time series data
+License: LICENSE
+URL: https://github.com/zeroknowledgediscovery/mantis
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/55/58/1119676c09c4fde36948927d7b73521eca5645a5688fde897ad92489adf1/patternly-0.0.33.tar.gz
+BuildArch: noarch
+
+Requires: python3-scikit-learn
+Requires: python3-scipy
+Requires: python3-numpy
+Requires: python3-pandas
+Requires: python3-dill
+Requires: python3-zedsuite
+
+%description
+
+
+%package -n python3-patternly
+Summary: A tool for detecting anomalies in time series data
+Provides: python-patternly
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-patternly
+
+
+%package help
+Summary: Development documents and examples for patternly
+Provides: python3-patternly-doc
+%description help
+
+
+%prep
+%autosetup -n patternly-0.0.33
+
+%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-patternly -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.33-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..67de386
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+f09055e20223fe9c878fdd7dd28dc790 patternly-0.0.33.tar.gz