1 Star 0 Fork 16

张梁鹏堃/python-lit

forked from src-openEuler/python-lit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-lit.spec 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
xigaoxinyan 提交于 2022-06-21 19:53 . License compliance rectification
Name: python-lit
Version: 14.0.3
Release: 1
BuildArch: noarch
License: NCSA
Summary: A tool to execute the llvm test suite
URL: https://pypi.python.org/pypi/lit
Source0: https://files.pythonhosted.org/packages/65/0c/94e4da4d1dc0dd55a09257d16dd9c87ed2f8e4747278d78fd4254465d943/lit-14.0.3.tar.gz
BuildRequires: python3-devel python3-setuptools
%description
python-lit is a tool used by LLVM to execute its test suite.
%package -n python3-lit
Summary: LLVM lit test runner for Python 3
Requires: python3-setuptools
%description -n python3-lit
python-lit is a tool used by LLVM to execute its test suite.
%prep
%autosetup -n lit-%{version}%{?rc_ver:rc%{rc_ver}} -p1
%build
%py3_build
%install
%py3_install
sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py
%files -n python3-lit
%doc README.txt
%{python3_sitelib}/*
%{_bindir}/lit
%changelog
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 14.0.3-1
- Upgrade to version 14.0.3
* Mon Oct 26 2020 Ge Wang<wangge20@huawei.com> - 0.7.0-4
- remove python2
* Sat Nov 30 2019 gulining<gulining1@huawei.com> - 0.7.0-3
- Pakcage init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-liang-pengkun/python-lit.git
git@gitee.com:zhang-liang-pengkun/python-lit.git
zhang-liang-pengkun
python-lit
python-lit
master

搜索帮助