Skip to content

Commit

Permalink
Merge pull request #93 from khorton/simplejson-py_update
Browse files Browse the repository at this point in the history
Simplejson py update
  • Loading branch information
nieder committed Mar 24, 2018
2 parents e4fcff9 + 629eada commit c40b81e
Showing 1 changed file with 7 additions and 4 deletions.
@@ -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: <<
Expand Down

0 comments on commit c40b81e

Please sign in to comment.