diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:29:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:29:04 +0000 |
commit | 5077e71d813b4af5d547ccfe0954b206a269ddf3 (patch) | |
tree | 20feee089197503b6692575b7d31ab5192c79094 | |
parent | b7e4e9c77eb93e34db97462f8f0235db0270aa2c (diff) |
automatic import of python-vrpsolveropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-vrpsolver.spec | 40 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 21 insertions, 22 deletions
@@ -1 +1,2 @@ /vrpSolver-0.0.54.tar.gz +/vrpSolver-0.0.55.tar.gz diff --git a/python-vrpsolver.spec b/python-vrpsolver.spec index d3517cf..cff4ddb 100644 --- a/python-vrpsolver.spec +++ b/python-vrpsolver.spec @@ -1,22 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-vrpSolver -Version: 0.0.54 +Version: 0.0.55 Release: 1 Summary: VRP Solver License: MIT URL: https://github.com/isaac0821/vrpSolver -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/7d/5926cdeb4a1234ff609474f8d8ac9590010f4d31bbdd7086c1e704b9fc05/vrpSolver-0.0.54.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9f/c9/6d2506c745769d8953d23352bc30d1c5b26654d2a5303acad5cff64bc708/vrpSolver-0.0.55.tar.gz BuildArch: noarch Requires: python3-numpy Requires: python3-scipy +Requires: python3-geopy +Requires: python3-geojson Requires: python3-matplotlib +Requires: python3-shapely +Requires: python3-networkx %description - -Working project: Learn VRP by coding - - +
+ Working project: Learn VRP by coding
%package -n python3-vrpSolver @@ -26,24 +28,20 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-vrpSolver - -Working project: Learn VRP by coding - - +
+ Working project: Learn VRP by coding
%package help Summary: Development documents and examples for vrpSolver Provides: python3-vrpSolver-doc %description help - -Working project: Learn VRP by coding - - +
+ Working project: Learn VRP by coding
%prep -%autosetup -n vrpSolver-0.0.54 +%autosetup -n vrpSolver-0.0.55 %build %py3_build @@ -57,20 +55,20 @@ 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 + 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 + 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 + 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 + 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 + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -83,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.54-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.55-1 - Package Spec generated @@ -1 +1 @@ -f5cf5df4b44d91f83e9c1401b8ec92db vrpSolver-0.0.54.tar.gz +9209c034698e6610904e020985802e6f vrpSolver-0.0.55.tar.gz |