# Created by pyp2rpm-3.3.2 %global pypi_name nordnm Name: python-%{pypi_name} Version: 0.8.1 Release: 1%{?dist} Summary: A CLI tool for automating the importing, securing and usage of NordVPN OpenVPN servers through NetworkManager License: GNU General Public License v3 or later (GPLv3+) URL: https://github.com/Chadsr/NordVPN-NetworkManager Source0: https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description |Build Status| |GitHub tag| |AUR| |license| |GitHub issues|**I don’t plan to actively maintain this repository any further. I haven’t used NordVPN’s services in quite some time and lacking an account also makes testing it more difficult. If you are interested in becoming a maintainer, please contact me at nordnm@ross.ch and I can provide direct access to the repository.**This tool... %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3dist(numpy) >= 1.11.0 Requires: python3dist(requests) >= 2.9.1 Requires: python3dist(setuptools) Requires: python3dist(setuptools) >= 20.7.0 %description -n python3-%{pypi_name} |Build Status| |GitHub tag| |AUR| |license| |GitHub issues|**I don’t plan to actively maintain this repository any further. I haven’t used NordVPN’s services in quite some time and lacking an account also makes testing it more difficult. If you are interested in becoming a maintainer, please contact me at nordnm@ross.ch and I can provide direct access to the repository.**This tool... %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{_bindir}/nordnm %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Tue Apr 14 2020 mockbuilder - 0.8.1-1 - Initial package.