Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 85fbcb3670a82fddd1519b9888225285 > files > 2

python-jsonschema-0.7-2.mga3.src.rpm

# Created by pyp2rpm-0.4.2
%global pypi_name jsonschema

Name:           python-%{pypi_name}
Version:        0.7
Release:        %mkrel 2
Summary:        An implementation of JSON Schema validation for Python

License:        MIT
URL:            http://pypi.python.org/pypi/jsonschema
Source0:        http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%version.tar.gz
BuildArch:      noarch
Group:          Development/Python

BuildRequires:  python-devel

%description
jsonschema is JSON Schema validator currently based on
http://tools.ietf.org/html/draft-zyp-json-schema-03

%prep
%setup -q -n %{pypi_name}-%{version}

%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}


%files
%doc README.rst COPYING
%{python_sitelib}/%{pypi_name}.*
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.7-2.mga3
+ Revision: 379031
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jan 06 2013 neoclust <neoclust> 0.7-1.mga3
+ Revision: 340229
- New version

* Sun Nov 04 2012 neoclust <neoclust> 0.2-2.mga3
+ Revision: 314212
- imported package python-jsonschema