Ai
5 Star 0 Fork 2

src-openEuler/python-flock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python-flock.spec 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
刘峯 提交于 2021-06-25 17:28 +08:00 . Initial package
Name: python-flock
Version: 0.1
Release: 1
Summary: Flock object for with statement
License: BSD
URL: https://github.com/misli/python-flock
Source: http://github.srcurl.net/misli/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
Flock object uses fcntl.flock to lock (resp. unlock)
file descriptor (fd) with operation (op)
when entering (resp. leaving) runtime context related to it.
%package -n python3-flock
Summary: Flock object for with statement
%description -n python3-flock
Flock object uses fcntl.flock to lock (resp. unlock)
file descriptor (fd) with operation (op)
when entering (resp. leaving) runtime context related to it.
%prep
%autosetup
%build
%{py3_build}
%install
%{py3_install}
%files -n python3-flock
%doc README.md LICENSE
%{python3_sitelib}/flock.py
%{python3_sitelib}/__pycache__/flock.*
%{python3_sitelib}/flock-%{version}-py3.*.egg-info
%changelog
* Fri Jun 25 2021 liufeng <liufeng@kylinos.cn> - 0.1-1
- Initial package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-flock.git
git@gitee.com:src-openeuler/python-flock.git
src-openeuler
python-flock
python-flock
master

搜索帮助