python-check-manifest 0.45-3 (aarch64;znver1;x86_64) 2021-13441
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/929816
Packages
python-check-manifest-0.45-3.aarch64.binary
python-check-manifest-0.45-3.aarch64.source
python-check-manifest-0.45-3.znver1.binary
python-check-manifest-0.45-3.znver1.source
python-check-manifest-0.45-3.x86_64.binary
python-check-manifest-0.45-3.x86_64.source
Build Date 2021-01-05 09:57:41 +0000 UTC
Last Updated 2021-01-11 17:36:03.101126082 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary a800a21430171b20ccec5dc970679ec44074565e

commit a800a21430171b20ccec5dc970679ec44074565e
Author:     Colin <itchka@compuserve.com>
AuthorDate: Tue Jan 5 09:52:14 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Tue Jan 5 09:52:14 2021 +0000

    Fix python provides
    Bump
---
 python-check-manifest.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/python-check-manifest.spec b/python-check-manifest.spec
index 0c5a5d2..cd0d326 100644
--- a/python-check-manifest.spec
+++ b/python-check-manifest.spec
@@ -5,7 +5,7 @@
 
 Name:           python-%{pypi_name}
 Version:	0.45
-Release:	2
+Release:	3
 Group:          Development/Python
 Summary:        Easy update of MANIFEST.in.Easy update of MANIFEST.in.
 
@@ -62,7 +62,7 @@ find %{py2dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
 
 
 %build
-%{__python} setup.py build
+%py3_build
 
 %if 0%{?with_python2}
 pushd %{py2dir}
@@ -83,7 +83,7 @@ popd
 %endif 
 # with_python2
 
-%{__python} setup.py install --skip-build --root %{buildroot}
+%py3_install
 
 
 %files
@@ -91,12 +91,14 @@ popd
 %{_bindir}/%{pypi_name}
 %{python_sitelib}/%{altpypi_name}.py
 %{python_sitelib}/%{altpypi_name}-%{version}-py?.?.egg-info/*
+%{python_sitelib}/%{altpypi_name}-%{version}-py?.?.egg-info/PKG-INFO
 %{python_sitelib}/__pycache__/*
 %if 0%{?with_python2}
 %files -n python2-%{pypi_name}
 %doc CHANGES.rst README.rst LICENSE.rst
 %{python2_sitelib}/%{altpypi_name}.py
 %{python2_sitelib}/%{altpypi_name}-%{version}-py?.?.egg-info/*
+%{python2_sitelib}/%{altpypi_name}-%{version}-py?.?.egg-info/PKG-INFO
 %endif 
 # with_python2
 
Not Available

benbullard79 [@T] cox.netNo Comment.1172d 15hrs
benbullard79 [@T] cox.netNo Comment.1172d 15hrs