Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858295
en ru br
ALT Linux repos
S:1.17.52-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname netius

Name: python3-module-%oname
Version: 1.17.52
Release: alt2

Summary: Fast and readable async non-blocking network apps

License: ASLv2.0
Group: Development/Python3
Url: https://pypi.python.org/pypi/netius/

# https://github.com/hivesolutions/netius.git

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

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pytest
%py3_provides %oname

%description
Netius is a Python network library that can be used for the rapid
creation of asynchronous non-blocking servers and clients. It has no
dependencies, it's cross-platform, and brings some sample netius-powered
servers out of the box, namely a production-ready WSGI server.

%package tests
Summary: Tests and examples for %oname
Group: Development/Python3
Requires: python3-module-%oname = %EVR

%description tests
Netius is a Python network library that can be used for the rapid
creation of asynchronous non-blocking servers and clients. It has no
dependencies, it's cross-platform, and brings some sample netius-powered
servers out of the box, namely a production-ready WSGI server.

This package contains tests and examples for %oname.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
python3 setup.py test

%files
%doc *.rst
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/test
%exclude %python3_sitelibdir/*/examples

%files tests
%python3_sitelibdir/*/test
%python3_sitelibdir/*/examples

%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