]> git.pld-linux.org Git - packages/python-simplejson.git/blame - python-simplejson.spec
- pl desc
[packages/python-simplejson.git] / python-simplejson.spec
CommitLineData
0e00b2f1
JB
1# $Revision: 1.4 $
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
JB
13BuildRequires: python >= 1:2.5
14BuildRequires: rpm-pythonprov
15BuildArch: noarch
fe64986d 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19simplejson is a simple, fast, complete, correct and extensible JSON
0e00b2f1
JB
20<http://json.org/> encoder and decoder for Python 2.3+. It is pure
21Python code with no dependencies.
22
23%description -l pl
24