Package python3-module-sphinxcontrib-htmlhelp: Specfile

%define oname sphinxcontrib-htmlhelp

Name:           python3-module-%oname
Version:        2.0.0
Release:        alt1

Summary:        No description=(

Group:          Development/Python3
License:        BSD
URL:            https://pypi.org/project/sphinxcontrib-htmlhelp

Source0:        %oname-%version.tar

BuildArch:      noarch

BuildRequires:  gettext

%description
Really no description=(

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc README.rst
%python3_sitelibdir/sphinxcontrib/
%python3_sitelibdir/*.pth
%python3_sitelibdir/*.egg-info/

%changelog
* Mon May 31 2021 Grigory Ustinov <grenka@altlinux.org> 2.0.0-alt1
- Automatically updated to 2.0.0.

* Mon Apr 29 2019 Grigory Ustinov <grenka@altlinux.org> 1.0.2-alt1
- new version 1.0.2

* Thu Apr 25 2019 Grigory Ustinov <grenka@altlinux.org> 1.0.1-alt1
- Initial build for Sisyphus.