5 Star 0 Fork 1

src-openEuler/python-pyogrio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pyogrio.spec 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
大漠行舟 提交于 2024-11-29 09:13 . Init package with version 0.10.0
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pyogrio.git
git@gitee.com:src-openeuler/python-pyogrio.git
src-openeuler
python-pyogrio
python-pyogrio
master

搜索帮助