Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37744517
en ru br
ALT Linux repositórios
S:0.14.0-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define  modulename h11

Name:    python3-module-%modulename
Version: 0.14.0
Release: alt1

Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

License: BSD 3-Clause License
Group:   Development/Python3
URL:     https://github.com/python-hyper/h11

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/python-hyper/h11/archive/v%version.tar.gz

Source:  %modulename-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools

BuildArch: noarch

%description
This is a little HTTP/1.1 library written from scratch in Python,
heavily inspired by hyper-h2.

It's a "bring-your-own-I/O" library; h11 contains no IO code whatsoever.
This means you can hook h11 up to your favorite network API,
and that could be anything you want: synchronous, threaded, asynchronous,
or your own implementation of RFC 6214 -- h11 won't judge you.

%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%modulename/
%exclude %python3_sitelibdir/%modulename/tests
%python3_sitelibdir/*.egg-info/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009