diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-10 11:48:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 11:48:20 +0000 |
| commit | 92f56df15f276d55069ec4fbb54754b973610dc4 (patch) | |
| tree | 952787b136866f424adc1a47591a31dd0cd1748c | |
| parent | 991131ffc2ce8f513b42e9253f918464faf95906 (diff) | |
automatic import of python-pyod
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyod.spec | 72 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/pyod-1.0.9.tar.gz diff --git a/python-pyod.spec b/python-pyod.spec new file mode 100644 index 0000000..d446c8a --- /dev/null +++ b/python-pyod.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pyod +Version: 1.0.9 +Release: 1 +Summary: A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection) +License: BSD License +URL: https://github.com/yzhao062/pyod +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/e9/b0987c83944552c6aa0da8d38b2ad5413f2e2faee1f5755a17f64535e821/pyod-1.0.9.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-pyod +Summary: A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection) +Provides: python-pyod +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pyod + + +%package help +Summary: Development documents and examples for pyod +Provides: python3-pyod-doc +%description help + + +%prep +%autosetup -n pyod-1.0.9 + +%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-pyod -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.9-1 +- Package Spec generated @@ -0,0 +1 @@ +18071ee784050c0a39516295e752683b pyod-1.0.9.tar.gz |
