]> git.pld-linux.org Git - packages/python-simplejson.git/blame - python-simplejson.spec
- added req python-setuptools
[packages/python-simplejson.git] / python-simplejson.spec
CommitLineData
27de5873 1# $Revision: 1.7 $
0e00b2f1 2%define module simplejson
fe64986d 3Summary: Simple, fast, extensible JSON encoder/decoder for Python
4Summary(pl): Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
5Name: python-%{module}
6Version: 1.4
1cf09880 7Release: 0.3
fe64986d 8License: MIT
9Group: Libraries
0e00b2f1 10Source0: http://cheeseshop.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
fe64986d 11# Source0-md5: 5fbad786a4b151d44a9b1e1e157e5510
12URL: http://undefined.org/python/#simplejson
0e00b2f1 13BuildRequires: python >= 1:2.5
27de5873 14BuildRequires: python-setuptools >= 0.6-0.c1
0e00b2f1 15BuildRequires: rpm-pythonprov
35bccf42 16%pyrequires_eq python-libs
0e00b2f1 17BuildArch: noarch
fe64986d 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21simplejson is a simple, fast, complete, correct and extensible JSON
0e00b2f1
JB
22<http://json.org/> encoder and decoder for Python 2.3+. It is pure
23Python code with no dependencies.
24
25%description -l pl
26