1 Star 0 Fork 11

jlwwlsqc/python-pid

forked from src-openEuler/python-pid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pid.spec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
openeuler-ci-bot 提交于 2020-07-30 09:08 . remove python2
Name: python-pid
Version: 3.0.4
Release: 2
Summary: Python pid management
License: ASL 2.0
URL: https://pypi.python.org/pypi/pid
Source0: https://pypi.python.org/packages/source/p/pid/pid-%{version}.tar.gz
BuildArch: noarch
%description
A module about python pid management, with fcntl to add state to the lock file.
%package -n python3-pid
Summary: PID file management library
BuildRequires: python3-devel python3-setuptools python3-nose
%{?python_provide:%python_provide python3-pid}
%description -n python3-pid
Python-pid for python3.
%prep
%autosetup -n pid-%{version}
%build
%py3_build
%install
%py3_install
%check
%if %{with python3_tests}
PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests-%{python3_version} --verbose
%endif
%pre
%preun
%post
%postun
%files -n python3-pid
%license LICENSE
%doc AUTHORS CHANGELOG README.rst
%{python3_sitelib}/pid
%{python3_sitelib}/pid-*.egg-info
%changelog
* Wed Nov 4 2020 wangjie<wangjie294@huawei.com> -3.0.4-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:remove python2
* Tue Jul 28 2020 jinzhimin<jinzhimin2@huawei.com> - 3.0.4-1
- update to 3.0.4
* Sat Mar 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.1.1-12
- Add macro of bcond_with
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.1.1-11
- Enabale python2
* Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.1.1-10
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jlwwlsqc/python-pid.git
git@gitee.com:jlwwlsqc/python-pid.git
jlwwlsqc
python-pid
python-pid
master

搜索帮助