From: DongHun Kwak Date: Mon, 12 Apr 2021 06:19:11 +0000 (+0900) Subject: Bump to python3-pytest-cov 2.10.1 X-Git-Tag: accepted/tizen/unified/x/20240627.090300~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a741968e5cdeee1e8d7e6966a4c8d7d28dab0ca;p=platform%2Fupstream%2Fpython3-pytest-cov.git Bump to python3-pytest-cov 2.10.1 Signed-off-by: DongHun Kwak --- diff --git a/packaging/python3-pytest-cov.manifest b/packaging/python3-pytest-cov.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python3-pytest-cov.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-pytest-cov.spec b/packaging/python3-pytest-cov.spec new file mode 100644 index 0000000..e866bce --- /dev/null +++ b/packaging/python3-pytest-cov.spec @@ -0,0 +1,40 @@ +Name: python3-pytest-cov +Version: 2.10.1 +Release: 1 +Summary: Pytest plugin for measuring coverage. +License: MIT +Group: Development/Languages/Python +Source: pytest-cov-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: pkgconfig(python3) +BuildRequires: python3-setuptools + +BuildArch: noarch + +%description +Pytest plugin for measuring coverage. + + +%prep +%setup -q -n pytest-cov-%{version} + +%build +cp %{SOURCE1001} . +%{_bindir}/python3 setup.py build + +%install +%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%manifest %{name}.manifest +%license LICENSE + +%{python3_sitelib}/pytest-cov.pth +%{python3_sitelib}/pytest_cov/__init__.py +%{python3_sitelib}/pytest_cov/compat.py +%{python3_sitelib}/pytest_cov/embed.py +%{python3_sitelib}/pytest_cov/engine.py +%{python3_sitelib}/pytest_cov/plugin.py +%{python3_sitelib}/pytest_cov/__pycache__/*.cpython-*.pyc +%{python3_sitelib}/pytest_cov-%{version}-py%{python3_version}.egg-info/*