同步操作将从 src-openEuler/python-coverage 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Name: python-coverageVersion: 4.5.3Release: 1Summary: Code coverage measurement for PythonLicense: ASL 2.0 and MIT and (MIT or GPL)URL: https://coverage.readthedocs.io/en/v4.5.x/Source0: https://github.com/nedbat/coveragepy/archive/coverage-%{version}.tar.gzBuildRequires: gcc%descriptionCoverage.py is a tool for measuring code coverage of Python programs. It monitorsyour program, noting which parts of the code have been executed, then analyzes thesource to identify code that could have been executed but was not.Coverage measurement is typically used to gauge the effectiveness of tests. It canshow which parts of your code are being exercised by tests, and which are not.%package -n python2-coverageSummary: Code coverage measurement for Python 2BuildRequires: python2-devel python2-setuptoolsRequires: python2-setuptools%{?python_provide:%python_provide python2-coverage}Provides: bundled(js-jquery) = 1.11.1 bundled(js-jquery-debounce) = 1.1Provides: bundled(js-jquery-hotkeys) = 0.8 bundled(js-jquery-tablesorter)Provides: bundled(js-jquery-isonscreen) = 1.2.0%description -n python2-coverageCoverage.py is a tool for measuring code coverage of Python 2 programs. It monitorsyour program, noting which parts of the code have been executed, then analyzes thesource to identify code that could have been executed but was not.%package -n python3-coverageSummary: Code coverage measurement for Python 3BuildRequires: python3-devel python3-setuptoolsRequires: python3-setuptools%{?python_provide:%python_provide python3-coverage}Provides: bundled(js-jquery) = 1.11.1 bundled(js-jquery-debounce) = 1.1Provides: bundled(js-jquery-hotkeys) = 0.8 bundled(js-jquery-tablesorter)Provides: bundled(js-jquery-isonscreen) = 1.2.0Obsoletes: platform-python-coverage < %{version}-%{release}%description -n python3-coverageCoverage.py is a tool for measuring code coverage of Python 3 programs. It monitorsyour program, noting which parts of the code have been executed, then analyzes thesource to identify code that could have been executed but was not.%prep%autosetup -n coverage-%{version} -p1sed -i 's/\r//g' README.rstfind . -type f ! -perm 0644 -exec chmod 0644 \{\} \;%build%py2_build%py3_build%install%py2_installmv %{buildroot}/%{_bindir}/coverage %{buildroot}/%{_bindir}/python-coverage%py3_installmv %{buildroot}/%{_bindir}/coverage %{buildroot}/%{_bindir}/python3-coveragefind %{buildroot}/%{_bindir} -type f -name "coverage*" -deletepushd %{buildroot}%{_bindir}for i in coverage coverage2 coverage-%{python2_version} python2-coverage; doln -s python-coverage $idoneln -s python3-coverage coverage3ln -s python3-coverage coverage-%{python3_version}popd%files -n python2-coverage%doc README.rst%license NOTICE.txt LICENSE.txt%{_bindir}/coverage-%{python2_version}%{_bindir}/coverage%{_bindir}/coverage2%{_bindir}/python2-coverage%{_bindir}/%{name}%{python2_sitearch}/coverage/%{python2_sitearch}/coverage-%{version}-py?.?.egg-info/%files -n python3-coverage%doc README.rst%license NOTICE.txt LICENSE.txt%{_bindir}/coverage-%{python3_version}%{_bindir}/coverage3%{_bindir}/python3-coverage%{python3_sitearch}/coverage/%{python3_sitearch}/coverage-%{version}-py?.?.egg-info/%changelog* Sat Oct 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.5.3-1- Package Init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。