Permalink
Browse files
Merge pull request #93 from khorton/simplejson-py_update
- Loading branch information
|
|
@@ -1,22 +1,25 @@ |
|
|
Info2: << |
|
|
|
|
|
Package: simplejson-py%type_pkg[python] |
|
|
Version: 3.8.0 |
|
|
Version: 3.13.2 |
|
|
Revision: 1 |
|
|
Maintainer: Kevin Horton <khorton02@gmail.com> |
|
|
Type: python ( 2.7 3.4 3.5 ) |
|
|
Type: python ( 2.7 3.4 3.5 3.6) |
|
|
|
|
|
BuildDepends: setuptools-tng-py%type_pkg[python] |
|
|
Depends: python%type_pkg[python] |
|
|
Source: https://pypi.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz |
|
|
Source-MD5: 72f3b93a6f9808df81535f79e79565a2 |
|
|
Source: https://pypi.io/packages/source/s/simplejson/simplejson-%v.tar.gz |
|
|
Source-MD5: 870bf6257465ce2ee8cad14e2394f7eb |
|
|
SourceRename: simplejson-%v.tar.gz |
|
|
CompileScript: python%type_raw[python] setup.py build |
|
|
InstallScript: << |
|
|
python%type_raw[python] setup.py install --root=%d |
|
|
#mkdir -p %i/share/doc/%n/ |
|
|
#cp -pR docs/* %i/share/doc/%n/ |
|
|
<< |
|
|
InfoTest: << |
|
|
TestScript: %p/bin/python%type_raw[python] setup.py test || exit 2 |
|
|
<< |
|
|
DocFiles: LICENSE.txt CHANGES.txt README.rst |
|
|
Description: Simple JSON encoder/decoder for python |
|
|
DescDetail: << |
|
|
|