Skip to content
Permalink
Browse files

added py36 variant. Added InfoTest. Builds OK and tests pass with fin…

…k -m rebuild
  • Loading branch information
khorton committed Mar 7, 2018
1 parent 9b30753 commit d896f7d17023ff60fcb9110e2dc040d845b90a63
Showing with 4 additions and 1 deletion.
  1. +4 −1 10.9-libcxx/stable/main/finkinfo/libs/pythonmods/simplejson-py.info
@@ -4,7 +4,7 @@ Package: simplejson-py%type_pkg[python]
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]
@@ -17,6 +17,9 @@ InstallScript: <<
#mkdir -p %i/share/doc/%n/
#cp -pR docs/* %i/share/doc/%n/
<<
InfoTest: <<
TestScript: %p/bin/python%type_raw[python] setup.py test
<<
DocFiles: LICENSE.txt CHANGES.txt README.rst
Description: Simple JSON encoder/decoder for python
DescDetail: <<

0 comments on commit d896f7d

Please sign in to comment.
You can’t perform that action at this time.