Package dummy-python3-module-gevent: Specfile

%define pymod gevent

Name: dummy-python3-module-%pymod
Version: 0
Release: alt3

Summary: a dummy package to "provide" %pymod python3 module
License: public domain
Group: Other

BuildArch: noarch

Provides: python3(%pymod)
Provides: python3(gevent.event) python3(gevent.hub) python3(gevent.pool)
Provides: python3(gevent.pywsgi) python3(gevent.queue)
Provides: python3(gevent.select) python3(gevent.thread)
Provides: python3(gevent.socket) python3(gevent.ssl)
Provides: python3(gevent.resolver.dnspython)
# for pandas
Requires: python3-dev

%description
%summary

%prep

%build

%files

%changelog
* Sun Feb 20 2022 Michael Shigorin <mike@altlinux.org> 0-alt3
- added gevent.resolver.dnspython (for python3-module-sipsimple)

* Tue Aug 03 2021 Michael Shigorin <mike@altlinux.org> 0-alt2
- added .{socket,ssl} (for python3-module-geventhttpclient)

* Mon Aug 02 2021 Michael Shigorin <mike@altlinux.org> 0-alt1
- "py3" version (based on dummy-python-module-gevent 0-alt6)