1 Star 0 Fork 6

wanglianguo/python-firehose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-firehose.spec 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Name: python-firehose
Version: 0.5
Release: 1
Summary: Library for working with output from static code analyzers
License: LGPLv2+
URL: https://github.com/fedora-static-analysis/firehose
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: libxml2
BuildRequires: python3-devel
BuildRequires: python3-six
BuildRequires: python3-mock
%global _description\
"firehose" is a Python package intended for managing the results from\
code analysis tools (e.g. compiler warnings, static analysis, linters,\
etc).\
%description %_description
%package -n python3-firehose
Summary: Library for working with output from static code analyzers
Requires: python3-six
%{?python_provide:%python_provide python3-firehose}
%description -n python3-firehose %_description
%prep
%setup -q -n firehose-%{version}
%build
%py3_build
%install
%py3_install
chmod +x %{buildroot}/%{python3_sitelib}/firehose/parsers/cppcheck.py
chmod +x %{buildroot}/%{python3_sitelib}/firehose/parsers/gcc.py
%check
%{__python3} -m unittest discover -v
%files -n python3-firehose
%doc README.rst lgpl-2.1.txt examples firehose.rng
%{python3_sitelib}/firehose/
%{python3_sitelib}/firehose-%{version}-py%{python3_version}.egg-info
%changelog
* Mon Jul 05 2021 Lianguo Wang <wanglianguo@kylinos.cn> - 0.5
- Initial package for openEuler, version 0.5
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanglianguo/python-firehose.git
git@gitee.com:wanglianguo/python-firehose.git
wanglianguo
python-firehose
python-firehose
master

搜索帮助