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

Группа :: Работа с файлами
Пакет: json2yaml

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

Name: json2yaml
Version: 1.1.1
Release: alt2.1
Summary: Convert JSON to YAML or vice versa, while preserving the order of associative arrays
License: ASLv2.0
Group: File tools
BuildArch: noarch
Url: https://pypi.python.org/pypi/json2yaml/

# https://github.com/drbild/json2yaml.git

Source: %{name}-%{version}.tar.gz

BuildRequires: python-module-setuptools python-module-docopt
BuildRequires: python-module-yaml python-module-pyaml
BuildRequires: python-modules-json

%py_requires yaml pyaml docopt json

%description
Convert JSON to YAML or vice versa, while preserving the order of
associative arrays.

%prep
%setup -q

%build
%python_build_debug

%install
%python_install

%check
python setup.py test

%files
#doc NOTICE *.md
%_bindir/*
%python_sitelibdir/*

%changelog

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

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