Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37501716
en ru br
ALT Linux repos
S:1.1.1-alt3

Group :: File tools
RPM: json2yaml

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin