summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 04:04:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 04:04:31 +0000
commit3f4181994416f5ed5d8a05a9ad60873f3a453b3f (patch)
tree1468b5a8c16930350922e164e461042d43b0b212
parentaba6465a3cc0e31e69a881ec8a39532bc6619db9 (diff)
automatic import of python-image-quality
-rw-r--r--.gitignore1
-rw-r--r--python-image-quality.spec82
-rw-r--r--sources1
3 files changed, 84 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..424c38e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/image-quality-1.2.7.tar.gz
diff --git a/python-image-quality.spec b/python-image-quality.spec
new file mode 100644
index 0000000..9b81782
--- /dev/null
+++ b/python-image-quality.spec
@@ -0,0 +1,82 @@
+%global _empty_manifest_terminate_build 0
+Name: python-image-quality
+Version: 1.2.7
+Release: 1
+Summary: Image quality is an open source software library for Automatic Image Quality Assessment (IQA).
+License: Apache 2.0
+URL: https://github.com/ocampor/image-quality
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dc/cc/f764594364c84f62f340c808fec276d3d5a8a13acede8631e4dbd2feebcd/image-quality-1.2.7.tar.gz
+BuildArch: noarch
+
+Requires: python3-Pillow
+Requires: python3-numpy
+Requires: python3-scipy
+Requires: python3-scikit-image
+Requires: python3-libsvm
+Requires: python3-tensorflow
+Requires: python3-tensorflow-datasets
+Requires: python3-pytest
+Requires: python3-pytest-xdist
+Requires: python3-black
+
+%description
+
+
+%package -n python3-image-quality
+Summary: Image quality is an open source software library for Automatic Image Quality Assessment (IQA).
+Provides: python-image-quality
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-image-quality
+
+
+%package help
+Summary: Development documents and examples for image-quality
+Provides: python3-image-quality-doc
+%description help
+
+
+%prep
+%autosetup -n image-quality-1.2.7
+
+%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-image-quality -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.7-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..73c1165
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+423eca4256735edd4f85cafd0ddcd712 image-quality-1.2.7.tar.gz