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

Группа :: Разработка/Python
Пакет: python3-module-yarl

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

Name: python3-module-yarl
Version: 1.9.2
Release: alt2

Summary: Yet another URL library
License: Apache-2.0
Group: Development/Python
Url: https://github.com/aio-libs/yarl

Source0: %name-%version-%release.tar

BuildRequires(pre): rpm-build-pyproject
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)
BuildRequires: python3(cython)
BuildRequires: python3(pytest)
BuildRequires: python3(idna)
BuildRequires: python3(multidict)

%description
The module provides handy URL class for url parsing and changing.
See http://yarl.readthedocs.io for more

%prep
%setup

%build
python3 -mcython -3 -o yarl/_quoting_c.c yarl/_quoting_c.pyx
%pyproject_build

%install
%pyproject_install

%check
%pyproject_run -- pytest --import-mode append tests

%files
%python3_sitelibdir/yarl
%python3_sitelibdir/yarl-%version.dist-info

%changelog

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

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