%global _empty_manifest_terminate_build 0 Name: python-spatialist Version: 0.12.0 Release: 1 Summary: A Python module for spatial data handling License: MIT URL: https://github.com/johntruckenbrodt/spatialist.git Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/20/4090f1a4bce63c68474f471d2b4b4718fd74a82b2ed3a5a6c93ad3812c8e/spatialist-0.12.0.tar.gz BuildArch: noarch Requires: python3-progressbar2 Requires: python3-pathos Requires: python3-numpy Requires: python3-tblib Requires: python3-pyyaml Requires: python3-dill Requires: python3-matplotlib Requires: python3-sphinx Requires: python3-sphinxcontrib-bibtex Requires: python3-pytest %description # spatialist [![Linux Build Status][1]][2] [![Windows Build status][3]][4] [![Coverage Status][5]][6] [![Documentation Status][7]][8] [![PyPI version][12]][13] [![Conda Version][15]][16] ### A Python module for spatial data handling This package offers functionalities for user-friendly geo data processing using GDAL and OGR. ### Documentation A description of spatialist's functionality can be found [here][8]. ### Installation Detailed instructions can be found in the documentation [here][14]. ### Tutorial A jupyter notebook and test data are available [here][11]. [1]: https://www.travis-ci.com/johntruckenbrodt/spatialist.svg?branch=master [2]: https://www.travis-ci.com/johntruckenbrodt/spatialist [3]: https://ci.appveyor.com/api/projects/status/3nxj2nnmp21ig860?svg=true [4]: https://ci.appveyor.com/project/johntruckenbrodt/spatialist [5]: https://coveralls.io/repos/github/johntruckenbrodt/spatialist/badge.svg?branch=master [6]: https://coveralls.io/github/johntruckenbrodt/spatialist?branch=master [7]: https://readthedocs.org/projects/spatialist/badge/?version=latest [8]: https://spatialist.readthedocs.io/en/latest/?badge=latest [11]: https://github.com/johntruckenbrodt/spatialist_explorer [12]: https://badge.fury.io/py/spatialist.svg [13]: https://badge.fury.io/py/spatialist [14]: https://spatialist.readthedocs.io/en/latest/installation.html [15]: https://img.shields.io/conda/vn/conda-forge/spatialist.svg [16]: https://anaconda.org/conda-forge/spatialist %package -n python3-spatialist Summary: A Python module for spatial data handling Provides: python-spatialist BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-spatialist # spatialist [![Linux Build Status][1]][2] [![Windows Build status][3]][4] [![Coverage Status][5]][6] [![Documentation Status][7]][8] [![PyPI version][12]][13] [![Conda Version][15]][16] ### A Python module for spatial data handling This package offers functionalities for user-friendly geo data processing using GDAL and OGR. ### Documentation A description of spatialist's functionality can be found [here][8]. ### Installation Detailed instructions can be found in the documentation [here][14]. ### Tutorial A jupyter notebook and test data are available [here][11]. [1]: https://www.travis-ci.com/johntruckenbrodt/spatialist.svg?branch=master [2]: https://www.travis-ci.com/johntruckenbrodt/spatialist [3]: https://ci.appveyor.com/api/projects/status/3nxj2nnmp21ig860?svg=true [4]: https://ci.appveyor.com/project/johntruckenbrodt/spatialist [5]: https://coveralls.io/repos/github/johntruckenbrodt/spatialist/badge.svg?branch=master [6]: https://coveralls.io/github/johntruckenbrodt/spatialist?branch=master [7]: https://readthedocs.org/projects/spatialist/badge/?version=latest [8]: https://spatialist.readthedocs.io/en/latest/?badge=latest [11]: https://github.com/johntruckenbrodt/spatialist_explorer [12]: https://badge.fury.io/py/spatialist.svg [13]: https://badge.fury.io/py/spatialist [14]: https://spatialist.readthedocs.io/en/latest/installation.html [15]: https://img.shields.io/conda/vn/conda-forge/spatialist.svg [16]: https://anaconda.org/conda-forge/spatialist %package help Summary: Development documents and examples for spatialist Provides: python3-spatialist-doc %description help # spatialist [![Linux Build Status][1]][2] [![Windows Build status][3]][4] [![Coverage Status][5]][6] [![Documentation Status][7]][8] [![PyPI version][12]][13] [![Conda Version][15]][16] ### A Python module for spatial data handling This package offers functionalities for user-friendly geo data processing using GDAL and OGR. ### Documentation A description of spatialist's functionality can be found [here][8]. ### Installation Detailed instructions can be found in the documentation [here][14]. ### Tutorial A jupyter notebook and test data are available [here][11]. [1]: https://www.travis-ci.com/johntruckenbrodt/spatialist.svg?branch=master [2]: https://www.travis-ci.com/johntruckenbrodt/spatialist [3]: https://ci.appveyor.com/api/projects/status/3nxj2nnmp21ig860?svg=true [4]: https://ci.appveyor.com/project/johntruckenbrodt/spatialist [5]: https://coveralls.io/repos/github/johntruckenbrodt/spatialist/badge.svg?branch=master [6]: https://coveralls.io/github/johntruckenbrodt/spatialist?branch=master [7]: https://readthedocs.org/projects/spatialist/badge/?version=latest [8]: https://spatialist.readthedocs.io/en/latest/?badge=latest [11]: https://github.com/johntruckenbrodt/spatialist_explorer [12]: https://badge.fury.io/py/spatialist.svg [13]: https://badge.fury.io/py/spatialist [14]: https://spatialist.readthedocs.io/en/latest/installation.html [15]: https://img.shields.io/conda/vn/conda-forge/spatialist.svg [16]: https://anaconda.org/conda-forge/spatialist %prep %autosetup -n spatialist-0.12.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-spatialist -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue May 30 2023 Python_Bot - 0.12.0-1 - Package Spec generated