#2 Drop python2-argh
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python-argh nopy2  into  master

file modified
+6 -54
@@ -1,9 +1,3 @@ 

- %if 0%{?fedora} || 0%{?rhel} >= 8

- %bcond_without python3

- %else  # 0#{?fedora} || 0#{?rhel} >= 8

- %bcond_with python3

- %endif # 0#{?fedora} || 0#{?rhel} >= 8

- 

  %global pypi_name argh

  %global global_sum Unobtrusive argparse wrapper with natural syntax

  %global global_desc							\
@@ -17,12 +11,12 @@ 

  

  Name:		python-%{pypi_name}

  Version:	0.26.1

- Release:	12%{?dist}

+ Release:	13%{?dist}

  Summary:	%{global_sum}

  

  License:	LGPLv3+

  URL:		https://pypi.python.org/pypi/%{pypi_name}

- Source0:	https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

+ Source0:	%{pypi_source}

  Source1:	https://www.gnu.org/licenses/lgpl-3.0.txt

  Source2:	https://www.gnu.org/licenses/gpl-3.0.txt

  
@@ -36,29 +30,6 @@ 

  %{global_desc}

  

  

- %package -n python2-%{pypi_name}

- Summary:	%{global_sum}

- 

- BuildRequires:	python2-devel

- BuildRequires:	python2-mock

- %if %{with python3}

- BuildRequires:	python2-pytest

- %else  # with python3

- BuildRequires:	python2-pytest

- %endif # with python3

- BuildRequires:	python2-setuptools

- %if 0%{?rhel} && 0%{?rhel} <= 6

- BuildRequires:	python-argparse

- Requires:	python-argparse

- %endif

- 

- %{?python_provide:%python_provide python2-%{pypi_name}}

- 

- %description -n python2-%{pypi_name}

- %{global_desc}

- 

- 

- %if %{with python3}

  %package -n python3-%{pypi_name}

  Summary:	%{global_sum}

  
@@ -71,7 +42,6 @@ 

  

  %description -n python3-%{pypi_name}

  %{global_desc}

- %endif # with python3

  

  

  %prep
@@ -82,45 +52,27 @@ 

  

  

  %build

- %py2_build

- %if %{with python3}

  %py3_build

- %endif # with python3

  

  

  %install

- %if %{with python3}

  %py3_install

- %endif # with python3

- %py2_install

  

  

  %check

- # tests need UTF-8 encoding

- LANG="en_US.UTF-8"

- LC_CTYPE=C.utf8

- export LANG LC_CTYPE

- %{__python2} setup.py test

- %if %{with python3}

  %{__python3} setup.py test

- %endif # with python3

  

  

- %files -n python2-%{pypi_name}

- %doc README.rst

- %license COPYING gpl-3.0.txt

- %{python2_sitelib}/*

- 

- 

- %if %{with python3}

  %files -n python3-%{pypi_name}

  %doc README.rst

  %license COPYING gpl-3.0.txt

- %{python3_sitelib}/*

- %endif # with python3

+ %{python3_sitelib}/argh*/

  

  

  %changelog

+ * Wed Jul 24 2019 Miro Hrončok <mhroncok@redhat.com> - 0.26.1-13

+ - Drop python2-argh

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.1-12

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

@churchyard Feel free to merge yourself as soon as the blockers have been resolved.

Pull-Request has been merged by churchyard

4 years ago
Metadata