summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-29 10:21:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-29 10:21:13 +0000
commitbc7136bb24fc958a35650488a4136b9c700a91c4 (patch)
treea54834526b88894b6dc3b55241926525203833b2
parent99aef7c2cbb00bc9b513275c6dc0fb499c8a93b0 (diff)
automatic import of python-wisteria
-rw-r--r--.gitignore1
-rw-r--r--python-wisteria.spec76
-rw-r--r--sources1
3 files changed, 78 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a574034 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wisteria-0.2.3.tar.gz
diff --git a/python-wisteria.spec b/python-wisteria.spec
new file mode 100644
index 0000000..a56e057
--- /dev/null
+++ b/python-wisteria.spec
@@ -0,0 +1,76 @@
+%global _empty_manifest_terminate_build 0
+Name: python-wisteria
+Version: 0.2.3
+Release: 1
+Summary: Python serializers comparisons
+License: GPLv3
+URL: https://pypi.org/project/wisteria/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/8d/a73a1f8323645bb850a90a88b1f2a702d96bb8dbf33b7a7ea9215f2a172d/wisteria-0.2.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-rich
+Requires: python3-py-cpuinfo
+Requires: python3-psutil
+Requires: python3-wmi
+
+%description
+
+
+%package -n python3-wisteria
+Summary: Python serializers comparisons
+Provides: python-wisteria
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-wisteria
+
+
+%package help
+Summary: Development documents and examples for wisteria
+Provides: python3-wisteria-doc
+%description help
+
+
+%prep
+%autosetup -n wisteria-0.2.3
+
+%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-wisteria -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..2beb115
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+bc2b6917b65b2bde498be54a5ef9b0ae wisteria-0.2.3.tar.gz