diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:58:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:58:14 +0000 |
| commit | 6354ef10aa3f412fbd7f6ceb291e5fe83d5cb1d4 (patch) | |
| tree | 2a58fc4458eae3e0ef7c0718c91fec8d21ccd63c /python-colourmap.spec | |
| parent | 5e2020f890845b3b7875dc3cc3b518cbf19e898e (diff) | |
automatic import of python-colourmapopeneuler20.03
Diffstat (limited to 'python-colourmap.spec')
| -rw-r--r-- | python-colourmap.spec | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/python-colourmap.spec b/python-colourmap.spec index 899c2c6..8a4d302 100644 --- a/python-colourmap.spec +++ b/python-colourmap.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-colourmap -Version: 1.1.11 +Version: 1.1.14 Release: 1 Summary: Python package colourmap generates an N unique colors from the specified input colormap. License: MIT License URL: https://erdogant.github.io/colourmap -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/0d/4a8a2fb2fe54265e240eab8d329272e5be0b48aaa6dc17d820fff9402dc1/colourmap-1.1.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9c/ae/7a7ae7ba44c164e2790dc76dd8d06712af7ddcc8c8ee6dde0dea2db96df8/colourmap-1.1.14.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -20,7 +20,7 @@ Requires: python3-numpy [](https://github.com/erdogant/colourmap/network)
[](https://github.com/erdogant/colourmap/issues)
[](http://www.repostatus.org/#active)
-[](https://pepy.tech/project/colourmap/month)
+[](https://pepy.tech/project/colourmap)
[](https://pepy.tech/project/colourmap)
[](https://erdogant.github.io/colourmap/)
<!---[](https://www.buymeacoffee.com/erdogant)-->
@@ -28,6 +28,7 @@ Requires: python3-numpy *`` Colourmap`` generates an unique lit of RGB and HEX colors for the specified input list.
+
#
**⭐️ Star this repo if you like it ⭐️**
#
@@ -121,7 +122,7 @@ BuildRequires: python3-pip [](https://github.com/erdogant/colourmap/network)
[](https://github.com/erdogant/colourmap/issues)
[](http://www.repostatus.org/#active)
-[](https://pepy.tech/project/colourmap/month)
+[](https://pepy.tech/project/colourmap)
[](https://pepy.tech/project/colourmap)
[](https://erdogant.github.io/colourmap/)
<!---[](https://www.buymeacoffee.com/erdogant)-->
@@ -129,6 +130,7 @@ BuildRequires: python3-pip *`` Colourmap`` generates an unique lit of RGB and HEX colors for the specified input list.
+
#
**⭐️ Star this repo if you like it ⭐️**
#
@@ -219,7 +221,7 @@ Provides: python3-colourmap-doc [](https://github.com/erdogant/colourmap/network)
[](https://github.com/erdogant/colourmap/issues)
[](http://www.repostatus.org/#active)
-[](https://pepy.tech/project/colourmap/month)
+[](https://pepy.tech/project/colourmap)
[](https://pepy.tech/project/colourmap)
[](https://erdogant.github.io/colourmap/)
<!---[](https://www.buymeacoffee.com/erdogant)-->
@@ -227,6 +229,7 @@ Provides: python3-colourmap-doc *`` Colourmap`` generates an unique lit of RGB and HEX colors for the specified input list.
+
#
**⭐️ Star this repo if you like it ⭐️**
#
@@ -306,7 +309,7 @@ c_hex = colourmap.rgb2hex(c_rgb) %prep -%autosetup -n colourmap-1.1.11 +%autosetup -n colourmap-1.1.14 %build %py3_build @@ -320,20 +323,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 . @@ -346,5 +349,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.11-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.14-1 - Package Spec generated |
