summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 09:00:46 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 09:00:46 +0000
commit062f92f84be0ca763633a25259fa93ce846f8f4e (patch)
tree6cd5fe87ab5b55899ec366b3730f221c4078064c
parent9c64882899be23bcc2462b851753ed113d166792 (diff)
automatic import of python-ihsm-analyticsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-ihsm-analytics.spec173
-rw-r--r--sources1
3 files changed, 175 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..863d451 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ihsm_analytics-0.0.33.tar.gz
diff --git a/python-ihsm-analytics.spec b/python-ihsm-analytics.spec
new file mode 100644
index 0000000..ee7e110
--- /dev/null
+++ b/python-ihsm-analytics.spec
@@ -0,0 +1,173 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ihsm-analytics
+Version: 0.0.33
+Release: 1
+Summary: The package provides advanced geo-analytics functionalities.
+License: MIT
+URL: https://ihsmarkit.com/
+Source0: https://mirrors.aliyun.com/pypi/web/packages/22/35/58f2eb787fb7bd495a6732b0f21bae36d5625db6c51cbf3cf796765e0348/ihsm_analytics-0.0.33.tar.gz
+BuildArch: noarch
+
+Requires: python3-numpy
+Requires: python3-pandas
+Requires: python3-scipy
+Requires: python3-sklearn
+Requires: python3-xgboost
+
+%description
+# Project Name
+
+TODO: Write a project description
+
+## Installation
+
+TODO: Describe the installation process
+
+## Usage
+
+TODO: Write usage instructions
+
+## Contributing
+
+1. Fork it!
+2. Create your feature branch: `git checkout -b my-new-feature`
+3. Commit your changes: `git commit -am 'Add some feature'`
+4. Push to the branch: `git push origin my-new-feature`
+5. Submit a pull request :D
+
+## History
+
+TODO: Write history
+
+## Credits
+
+TODO: Write credits
+
+## License
+
+TODO: Write license
+
+
+
+%package -n python3-ihsm-analytics
+Summary: The package provides advanced geo-analytics functionalities.
+Provides: python-ihsm-analytics
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ihsm-analytics
+# Project Name
+
+TODO: Write a project description
+
+## Installation
+
+TODO: Describe the installation process
+
+## Usage
+
+TODO: Write usage instructions
+
+## Contributing
+
+1. Fork it!
+2. Create your feature branch: `git checkout -b my-new-feature`
+3. Commit your changes: `git commit -am 'Add some feature'`
+4. Push to the branch: `git push origin my-new-feature`
+5. Submit a pull request :D
+
+## History
+
+TODO: Write history
+
+## Credits
+
+TODO: Write credits
+
+## License
+
+TODO: Write license
+
+
+
+%package help
+Summary: Development documents and examples for ihsm-analytics
+Provides: python3-ihsm-analytics-doc
+%description help
+# Project Name
+
+TODO: Write a project description
+
+## Installation
+
+TODO: Describe the installation process
+
+## Usage
+
+TODO: Write usage instructions
+
+## Contributing
+
+1. Fork it!
+2. Create your feature branch: `git checkout -b my-new-feature`
+3. Commit your changes: `git commit -am 'Add some feature'`
+4. Push to the branch: `git push origin my-new-feature`
+5. Submit a pull request :D
+
+## History
+
+TODO: Write history
+
+## Credits
+
+TODO: Write credits
+
+## License
+
+TODO: Write license
+
+
+
+%prep
+%autosetup -n ihsm_analytics-0.0.33
+
+%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-ihsm-analytics -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.33-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..c005714
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+8ee5c823de1528514242bd0faef5f50e ihsm_analytics-0.0.33.tar.gz