summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-10 10:51:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-10 10:51:42 +0000
commit960224c4bd38dfbd6624517b559e3245331d8763 (patch)
tree59f497905b8409ac247c9a531742b1af800fadff
parent1afffcef09f56275821c5c0e95d74610f45e4af4 (diff)
automatic import of python-pyqt5openeuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pyqt5.spec103
-rw-r--r--sources1
3 files changed, 105 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..ded87e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/PyQt5-5.15.9.tar.gz
diff --git a/python-pyqt5.spec b/python-pyqt5.spec
new file mode 100644
index 0000000..b63e274
--- /dev/null
+++ b/python-pyqt5.spec
@@ -0,0 +1,103 @@
+%global _empty_manifest_terminate_build 0
+Name: python-PyQt5
+Version: 5.15.9
+Release: 1
+Summary: Python bindings for the Qt cross platform application toolkit
+License: GPL v3
+URL: https://www.riverbankcomputing.com/software/pyqt/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5c/46/b4b6eae1e24d9432905ef1d4e7c28b6610e28252527cdc38f2a75997d8b5/PyQt5-5.15.9.tar.gz
+
+Requires: python3-PyQt5-sip
+Requires: python3-PyQt5-Qt5
+
+%description
+Qt is set of cross-platform C++ libraries that implement high-level APIs for
+accessing many aspects of modern desktop and mobile systems. These include
+location and positioning services, multimedia, NFC and Bluetooth connectivity,
+a Chromium based web browser, as well as traditional UI development.
+PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented
+as more than 35 extension modules and enables Python to be used as an
+alternative application development language to C++ on all supported platforms
+including iOS and Android.
+PyQt5 may also be embedded in C++ based applications to allow users of those
+applications to configure or enhance the functionality of those applications.
+
+%package -n python3-PyQt5
+Summary: Python bindings for the Qt cross platform application toolkit
+Provides: python-PyQt5
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+BuildRequires: python3-cffi
+BuildRequires: gcc
+BuildRequires: gdb
+%description -n python3-PyQt5
+Qt is set of cross-platform C++ libraries that implement high-level APIs for
+accessing many aspects of modern desktop and mobile systems. These include
+location and positioning services, multimedia, NFC and Bluetooth connectivity,
+a Chromium based web browser, as well as traditional UI development.
+PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented
+as more than 35 extension modules and enables Python to be used as an
+alternative application development language to C++ on all supported platforms
+including iOS and Android.
+PyQt5 may also be embedded in C++ based applications to allow users of those
+applications to configure or enhance the functionality of those applications.
+
+%package help
+Summary: Development documents and examples for PyQt5
+Provides: python3-PyQt5-doc
+%description help
+Qt is set of cross-platform C++ libraries that implement high-level APIs for
+accessing many aspects of modern desktop and mobile systems. These include
+location and positioning services, multimedia, NFC and Bluetooth connectivity,
+a Chromium based web browser, as well as traditional UI development.
+PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented
+as more than 35 extension modules and enables Python to be used as an
+alternative application development language to C++ on all supported platforms
+including iOS and Android.
+PyQt5 may also be embedded in C++ based applications to allow users of those
+applications to configure or enhance the functionality of those applications.
+
+%prep
+%autosetup -n PyQt5-5.15.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-PyQt5 -f filelist.lst
+%dir %{python3_sitearch}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.15.9-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..6276cab
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9d97fc06b7ae75e654e946c49e07ff12 PyQt5-5.15.9.tar.gz