1 Star 0 Fork 3

jackxjchen/python-path

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-path.spec 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Xiaojie Chen 提交于 2023-09-11 16:57 . Add BR python3-wheel
%global pypi_name path
Summary: Python module wrapper for os.path
Name: python-path
Version: 16.6.0
Release: 5%{?dist}
License: MIT
URL: https://pypi.org/pypi/path
Source0: %pypi_source
BuildRequires: python3-devel python3-wheel
BuildRequires: python3dist(pytest)
BuildArch: noarch
%description
This package implements path objects as first-class entities, allowing common operations on
files to be invoked on those path objects directly.
%package -n python3-path
Summary: Python 3 module wrapper for os.path
Provides: python3-path = %{version}-%{release}
%description -n python3-path
This package implements path objects as first-class entities, allowing common operations on
files to be invoked on those path objects directly.
%prep
%autosetup -n %{pypi_name}-%{version} -p1
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%check
%pytest
%files -n python3-path
%{python3_sitelib}/path
%{python3_sitelib}/path-%{version}.dist-info/
%changelog
* Mon Sep 11 2023 Xiaojie Chen <[email protected]> - 16.6.0-5
- Add BR python3-wheel
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 16.6.0-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 16.6.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 16.6.0-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Dec 22 2022 Wang Guodong <[email protected]> - 16.6.0-1
- package init.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jackchan-x/python-path.git
[email protected]:jackchan-x/python-path.git
jackchan-x
python-path
python-path
master

搜索帮助