Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37573122
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-gevent-websocket

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname gevent-websocket

Name: python3-module-%oname
Version: 0.9.5
Release: alt2
Summary: Websocket handler for the gevent pywsgi server, a Python network library
License: BSD
Group: Development/Python3
Url: http://pypi.python.org/pypi/gevent-websocket/

# hg clone https://bitbucket.org/Jeffrey/gevent-websocket

Source0: https://pypi.python.org/packages/de/93/6bc86ddd65435a56a2f2ea7cc908d92fea894fc08e364156656e71cc1435/%{oname}-%{version}.tar.gz
BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: /usr/bin/2to3

%py3_provides %oname
%py3_requires gevent greenlet

%description
gevent-websocket is a websocket library for the gevent networking
library.

%prep
%setup -n %{oname}-%{version}

%build
find -type f -name '*.py' -exec 2to3 -w -n '{}' +
%python3_build

%install
%python3_install

%files
%doc LICENSE README.rst AUTHORS
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin