Name: python-lit Version: 15.0.7 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/2f/5e/8b27ba3715becd8ee26f1f0c2ef9d18fa425a9f6bbf535573b90c08171b4/lit-15.0.7.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} %build %py3_build %install %py3_install sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py %files -n python3-lit %license LICENSE.TXT %doc README.txt %{python3_sitelib}/* %{_bindir}/lit %changelog * Thu Feb 9 2023 Chenxi Mao - 15.0.7-1 - Upgrade to version 15.0.7 * Fri Dec 23 2022 Chenxi Mao - 15.0.6-1 - Upgrade to version 15.0.6 * Tue Jun 21 2022 houyingchao - 14.0.3-1 - Upgrade to version 14.0.3 * Mon Oct 26 2020 Ge Wang - 0.7.0-4 - remove python2 * Sat Nov 30 2019 gulining - 0.7.0-3 - Pakcage init