Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37868492
en ru br
ALT Linux repos
S:0.5.1-alt3

Group :: Development/Python3
RPM: python3-module-ws4py

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname ws4py
Name: python3-module-ws4py
Version: 0.5.1
Release: alt3

Summary: WebSocket for Python (ws4py)

Url: https://github.com/Lawouach/WebSocket-for-Python
License: Apache-2.0
Group: Development/Python3

Packager: Valentin Rosavitskiy <valintinr at altlinux.org>

# Source-url: https://pypi.io/packages/source/w/%oname/%oname-%version.tar.gz

Source: %name-%version.tar
Patch1: %oname-async-fix.patch

BuildArch: noarch
BuildRequires(pre): rpm-build-python3

%description
ws4py is a Python package implementing the WebSocket protocol as
defined in RFC 6455.

%prep
%setup
%patch1 -p1

%build
%add_optflags -fno-strict-aliasing
%python3_build

%install
%python3_install

%files
%doc CHANGELOG.md LICENSE README.md
%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