代码拉取完成,页面将自动刷新
# Loop between geopandas and pyogrio.
%bcond bootstrap 0
%global srcname pyogrio
Name: python-%{srcname}
Version: 0.10.0
Release: 1
Summary: Vectorized spatial vector file format I/O using GDAL/OGR
License: MIT
URL: https://github.com/geopandas/pyogrio
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gdal-devel >= 2.4.0
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-versioneer
BuildRequires: python3-Cython
%global _description %{expand:
Pyogrio provides a GeoPandas-oriented API to OGR vector data sources, such as
ESRI Shapefile, GeoPackage, and GeoJSON. Vector data sources have geometries,
such as points, lines, or polygons, and associated records with potentially
many columns worth of data.}
%description %{_description}
%package -n python3-%{srcname}
Summary: %{summary}
%description -n python3-%{srcname} %{_description}
%prep
%autosetup -n %{srcname}-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{srcname}
%doc README.md
%{python3_sitearch}/%{srcname}-%{version}.dist-info/
%{python3_sitearch}/%{srcname}/
%changelog
* Fri Nov 29 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.10.0-1
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。