diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-18 07:17:25 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 07:17:25 +0000 |
| commit | 2871d527a705b2ff6f1ac13ff19b5303b685d7b4 (patch) | |
| tree | c80c0749d088468f67ca280c265a0ccd73a1480d | |
| parent | 3e3fbe028ebdc5389dacd316e7a6522942432504 (diff) | |
automatic import of python-sanydata
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-sanydata.spec | 90 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 92 insertions, 0 deletions
@@ -0,0 +1 @@ +/sanydata-3.3.0.tar.gz diff --git a/python-sanydata.spec b/python-sanydata.spec new file mode 100644 index 0000000..25439bd --- /dev/null +++ b/python-sanydata.spec @@ -0,0 +1,90 @@ +%global _empty_manifest_terminate_build 0 +Name: python-sanydata +Version: 3.3.0 +Release: 1 +Summary: get data and get wind farm information +License: MIT Licence +URL: http://gitlab.sanywind.net/sanydata/sanydata +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/15/cf71b9a6aa378a62a6dd6b4866fed2c2d8ef12af1ee8b86565759ba09368/sanydata-3.3.0.tar.gz +BuildArch: noarch + +Requires: python3-grpcio +Requires: python3-grpcio-tools +Requires: python3-gql +Requires: python3-pandas +Requires: python3-elasticsearch +Requires: python3-requests +Requires: python3-requests-toolbelt +Requires: python3-cos-python-sdk-v5 +Requires: python3-pyarrow +Requires: python3-hdfs +Requires: python3-logstash +Requires: python3-sentry-sdk + +%description +get data and get wind farm information + + + +%package -n python3-sanydata +Summary: get data and get wind farm information +Provides: python-sanydata +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-sanydata +get data and get wind farm information + + + +%package help +Summary: Development documents and examples for sanydata +Provides: python3-sanydata-doc +%description help +get data and get wind farm information + + + +%prep +%autosetup -n sanydata-3.3.0 + +%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-sanydata -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.0-1 +- Package Spec generated @@ -0,0 +1 @@ +699a3c4ee63e2cd048f39fec95dad77e sanydata-3.3.0.tar.gz |
