Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37787049
en ru br
ALT Linux repos
S:2.1.0-alt1

Group :: Development/Python3
RPM: python3-module-gevent-ws

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname gevent-ws

Name: python3-module-gevent-ws
Version: 2.1.0
Release: alt1

Summary: Websocket server for gevent.pywsgi

Group: Development/Python3
License: MIT
Url: https://pypi.org/project/gevent-ws/

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-intro >= 2.2.5
BuildRequires(pre): rpm-build-python3

%description
A fast, MIT-licensed alternative to the abandoned non-free (as in freedom) gevent-websocket.

Why?
It's MIT-licensed, so it can be included to almost all software (both open-source and closed-source)
without any licensing issues, as opposed to gevent-websocket. And it's several times faster!


%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin