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

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

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

Name: python3-module-yaml
Version: 6.0
Release: alt1

Summary: PyYAML, a YAML parser and emitter for Python
License: MIT
Group: Development/Python3
Url: https://github.com/yaml/pyyaml

# Source-url: https://github.com/yaml/pyyaml/archive/%version.tar.gz

Source: %name-%version.tar

BuildRequires: libyaml-devel
BuildRequires: rpm-build-python3 python3-module-Cython

%description
YAML is a data serialization format designed for human readability
and interaction with scripting languages.

PyYAML is a YAML parser and emitter for the Python programming
language.  PyYAML features a complete YAML 1.1 parser, Unicode
support, and relatively sensible error messages.

%prep
%setup

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

%install
%python3_install

%files
%doc CHANGES README*
%python3_sitelibdir/*

%changelog

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

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