Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > aae94a0138f59b7ec08ef2b9c10c8cfb > files > 2

certbot-nginx-0.14.2-1.mga6.src.rpm

Name:          certbot-nginx
Version:       0.14.2
Release:       %mkrel 1
Summary:       The nginx plugin for certbot
Group:         Development/Python
License:       ASL 2.0
URL:           https://pypi.python.org/pypi/certbot-nginx
Source0:       https://files.pythonhosted.org/packages/source/c/%{name}/%{name}-%{version}.tar.gz

Requires:      python3-pyparsing
Requires:      certbot = %{version}

BuildArch:     noarch

BuildRequires: python3-devel

#For running tests
BuildRequires: certbot = %{version}
BuildRequires: python3-pyparsing

%description
Plugin for certbot that allows for automatic configuration of ngnix

%prep
%setup -q

%build
%py3_build

%check
%{__python3} setup.py test

%install
%py3_install

%files
%license LICENSE.txt
%doc README.rst
%{python3_sitelib}/certbot_nginx
%exclude %{python3_sitelib}/certbot_nginx/tests
%{python3_sitelib}/certbot_nginx-%{version}*.egg-info


%changelog
* Sat May 27 2017 mitya <mitya> 0.14.2-1.mga6
+ Revision: 1105151
- New version 0.14.2

* Wed May 24 2017 mitya <mitya> 0.14.1-1.mga6
+ Revision: 1104424
- rename python-certbot-nginx -> certbot-nginx
- Mageify
- python-certbot-nginx -> certbot-nginx
- imported package python-certbot-nginx