| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # spec file for package python-publicsuffixlist
 | 
					
						
							|  |  |  | #
 | 
					
						
							| 
									
										
										
										
											2019-01-15 21:30:23 +00:00
										 |  |  | # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # All modifications and additions to the file contributed by third parties
 | 
					
						
							|  |  |  | # remain the property of their copyright owners, unless otherwise agreed
 | 
					
						
							|  |  |  | # upon. The license for this file, and modifications and additions to the
 | 
					
						
							|  |  |  | # file, is the same license as for the pristine package itself (unless the
 | 
					
						
							|  |  |  | # license for the pristine package is not an Open Source License, in which
 | 
					
						
							|  |  |  | # case the license is the MIT License). An "Open Source License" is a
 | 
					
						
							|  |  |  | # license that conforms to the Open Source Definition (Version 1.9)
 | 
					
						
							|  |  |  | # published by the Open Source Initiative.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-04 13:48:35 +00:00
										 |  |  | # Please submit bugfixes or comments via https://bugs.opensuse.org/
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 | 
					
						
							|  |  |  | Name:           python-publicsuffixlist
 | 
					
						
							| 
									
										
										
										
											2019-05-20 08:20:27 +00:00
										 |  |  | Version:        0.6.7
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | Release:        0
 | 
					
						
							|  |  |  | Summary:        Public suffix list implementaion in Python
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | License:        MPL-2.0
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | Group:          Development/Languages/Python
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | Url:            https://github.com/ko-zu/psl
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | Source:         https://files.pythonhosted.org/packages/source/p/publicsuffixlist/publicsuffixlist-%{version}.tar.gz
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | # PATCH-FIX-OPENSUSE change_psl_location.patch -- use list from publicsuffix package
 | 
					
						
							|  |  |  | Patch0:         change_psl_location.patch
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | BuildRequires:  %{python_module setuptools}
 | 
					
						
							|  |  |  | BuildRequires:  fdupes
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | BuildRequires:  python-rpm-macros
 | 
					
						
							|  |  |  | # SECTION tests
 | 
					
						
							|  |  |  | BuildRequires:  publicsuffix
 | 
					
						
							|  |  |  | # /SECTION
 | 
					
						
							|  |  |  | Requires:       publicsuffix
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | Recommends:     python-requests
 | 
					
						
							|  |  |  | BuildArch:      noarch
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %python_subpackages
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %description
 | 
					
						
							|  |  |  | Parser implementation for the Public Suffix List <https://publicsuffix.org/> in Python.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | Support for IDN (unicode or punycoded).
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %prep
 | 
					
						
							|  |  |  | %setup -q -n publicsuffixlist-%{version}
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | %patch0 -p1
 | 
					
						
							|  |  |  | sed -i '/public_suffix_list\.dat/ d' setup.py
 | 
					
						
							|  |  |  | rm publicsuffixlist/update.py
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %build
 | 
					
						
							|  |  |  | %python_build
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %install
 | 
					
						
							|  |  |  | %python_install
 | 
					
						
							| 
									
										
										
										
											2018-05-14 09:49:21 +00:00
										 |  |  | rm %{buildroot}%{_bindir}/publicsuffixlist-download
 | 
					
						
							| 
									
										
										
										
											2018-03-31 08:34:26 +00:00
										 |  |  | %python_expand %fdupes %{buildroot}%{$python_sitelib}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %check
 | 
					
						
							|  |  |  | %python_exec setup.py test
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %files %{python_files}
 | 
					
						
							|  |  |  | %doc README.md
 | 
					
						
							|  |  |  | %license LICENSE
 | 
					
						
							|  |  |  | %{python_sitelib}/*
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %changelog
 |