Ai
6 Star 0 Fork 11

src-openEuler/python-contourpy
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-contourpy.spec 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2025-07-31 16:04 +08:00 . Update to 1.3.3
%global _empty_manifest_terminate_build 0
Name: python-contourpy
Version: 1.3.3
Release: 1
Summary: Python library for calculating contours of 2D quadrilateral grids
License: BSD-3-Clause
URL: https://github.com/contourpy/contourpy
Source0: %{pypi_source contourpy}
BuildRequires: python3-pybind11 gcc-c++ python3-pip python3-wheel
BuildRequires: python3-hatchling python3-hatch-vcs
BuildRequires: python3-meson-python
%description
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
%package -n python3-contourpy
Summary: Python library for calculating contours of 2D quadrilateral grids
Provides: python-contourpy
BuildRequires: python3-devel
%description -n python3-contourpy
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
%package help
Summary: Development documents and examples for contourpy
Provides: python3-contourpy-doc
%description help
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
%prep
%autosetup -n contourpy-%{version}
%build
%pyproject_build
%install
%pyproject_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
%files -n python3-contourpy
%{python3_sitearch}/*
%files help
%{_docdir}/*
%changelog
* Thu Jul 31 2025 yaoxin <1024769339@qq.com> - 1.3.3-1
- Update to 1.3.3:
* Support Python 3.14
* Support type annotation changes in numpy 2.3.0
* Remove Python 3.13.3 pin
* Wed Jul 31 2024 liudy <liudingyao@kylinos.cn> - 1.2.1-1
- supports Python 3.9 to 3.12.
- Support NumPy 2
* Thu Feb 22 2024 xu_ping <707078654@qq.com> - 1.2.0-1
- Upgrade version to 1.2.0
* Fri May 05 2023 wulei <wu_lei@hoperun.com> - 1.0.7-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-contourpy.git
git@gitee.com:src-openeuler/python-contourpy.git
src-openeuler
python-contourpy
python-contourpy
master

搜索帮助