tar -xf simplejson-3.3.3.tar.gz running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/simplejson copying simplejson/__init__.py -> build/lib.linux-x86_64-2.7/simplejson copying simplejson/compat.py -> build/lib.linux-x86_64-2.7/simplejson copying simplejson/decoder.py -> build/lib.linux-x86_64-2.7/simplejson copying simplejson/encoder.py -> build/lib.linux-x86_64-2.7/simplejson copying simplejson/ordered_dict.py -> build/lib.linux-x86_64-2.7/simplejson copying simplejson/scanner.py -> build/lib.linux-x86_64-2.7/simplejson copying simplejson/tool.py -> build/lib.linux-x86_64-2.7/simplejson creating build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_bigint_as_string.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_check_circular.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_decimal.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_decode.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_default.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_dump.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_encode_for_html.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_errors.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_float.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_for_json.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_item_sort_key.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_namedtuple.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_scanstring.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_speedups.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_tool.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_tuple.py -> build/lib.linux-x86_64-2.7/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.linux-x86_64-2.7/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/simplejson gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o simplejson/_speedups.c: In function ‘scan_once_str’: simplejson/_speedups.c:2194:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_INCREF(Py_True); ^ simplejson/_speedups.c:2204:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_INCREF(Py_False); ^ simplejson/_speedups.c: In function ‘scan_once_unicode’: simplejson/_speedups.c:2307:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_INCREF(Py_True); ^ simplejson/_speedups.c:2321:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_INCREF(Py_False); ^ simplejson/_speedups.c: In function ‘moduleinit’: simplejson/_speedups.c:3277:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_INCREF((PyObject*)&PyScannerType); ^ simplejson/_speedups.c:3279:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_INCREF((PyObject*)&PyEncoderType); ^ gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.7/simplejson/_speedups.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so running install_lib creating /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64 creating /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7 creating /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages creating /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/__init__.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/compat.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/decoder.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/encoder.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/ordered_dict.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/scanner.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson copying build/lib.linux-x86_64-2.7/simplejson/tool.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson creating /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/__init__.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_bigint_as_string.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_check_circular.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_decimal.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_decode.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_default.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_dump.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_encode_basestring_ascii.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_encode_for_html.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_errors.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_fail.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_float.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_for_json.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_indent.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_item_sort_key.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_namedtuple.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_pass1.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_pass2.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_pass3.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_recursion.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_scanstring.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_separators.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_speedups.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_tool.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_tuple.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/tests/test_unicode.py -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests copying build/lib.linux-x86_64-2.7/simplejson/_speedups.so -> /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/__init__.py to __init__.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/compat.py to compat.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/decoder.py to decoder.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/encoder.py to encoder.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/ordered_dict.py to ordered_dict.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/scanner.py to scanner.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tool.py to tool.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/__init__.py to __init__.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py to test_bigint_as_string.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_check_circular.py to test_check_circular.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_decimal.py to test_decimal.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_decode.py to test_decode.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_default.py to test_default.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_dump.py to test_dump.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_encode_for_html.py to test_encode_for_html.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_errors.py to test_errors.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_fail.py to test_fail.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_float.py to test_float.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_for_json.py to test_for_json.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_indent.py to test_indent.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_item_sort_key.py to test_item_sort_key.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_namedtuple.py to test_namedtuple.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_pass1.py to test_pass1.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_pass2.py to test_pass2.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_pass3.py to test_pass3.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_recursion.py to test_recursion.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_scanstring.py to test_scanstring.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_separators.py to test_separators.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_speedups.py to test_speedups.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_tool.py to test_tool.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_tuple.py to test_tuple.pyc byte-compiling /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests/test_unicode.py to test_unicode.pyc running install_egg_info Writing /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson-3.3.3-py2.7.egg-info /home/mimosa/packages/simplejson/3.3.3/pkg: total 0 drwxr-xr-x 2 root root 23 Feb 15 12:40 install drwxr-xr-x 5 root root 38 Feb 15 12:40 usr /home/mimosa/packages/simplejson/3.3.3/pkg/install: total 4 -rw-r--r-- 1 root root 435 Feb 15 12:40 slack-desc /home/mimosa/packages/simplejson/3.3.3/pkg/usr: total 0 drwxr-xr-x 3 root root 29 Feb 15 12:40 doc drwxr-xr-x 3 root root 22 Feb 15 12:40 lib64 drwxr-xr-x 3 root root 29 Feb 15 12:40 src /home/mimosa/packages/simplejson/3.3.3/pkg/usr/doc: total 0 drwxr-xr-x 2 root root 6 Feb 15 12:40 simplejson-3.3.3 /home/mimosa/packages/simplejson/3.3.3/pkg/usr/doc/simplejson-3.3.3: total 0 /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64: total 0 drwxr-xr-x 3 root root 26 Feb 15 12:40 python2.7 /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7: total 0 drwxr-xr-x 3 root root 61 Feb 15 12:40 site-packages /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages: total 8 drwxr-xr-x 3 root root 4096 Feb 15 12:40 simplejson -rw-r--r-- 1 root root 2302 Feb 15 12:40 simplejson-3.3.3-py2.7.egg-info /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson: total 220 -rw-r--r-- 1 root root 22438 Feb 14 21:15 __init__.py -rw-r--r-- 1 root root 21016 Feb 15 12:40 __init__.pyc -rwxr-xr-x 1 root root 46592 Feb 15 12:40 _speedups.so -rw-r--r-- 1 root root 1036 Feb 14 20:58 compat.py -rw-r--r-- 1 root root 2036 Feb 15 12:40 compat.pyc -rw-r--r-- 1 root root 14281 Jan 6 13:34 decoder.py -rw-r--r-- 1 root root 12275 Feb 15 12:40 decoder.pyc -rw-r--r-- 1 root root 24688 Jun 5 2013 encoder.py -rw-r--r-- 1 root root 19754 Feb 15 12:40 encoder.pyc -rw-r--r-- 1 root root 3370 May 10 2012 ordered_dict.py -rw-r--r-- 1 root root 5136 Feb 15 12:40 ordered_dict.pyc -rw-r--r-- 1 root root 4369 Oct 5 15:53 scanner.py -rw-r--r-- 1 root root 5029 Feb 15 12:40 scanner.pyc drwxr-xr-x 2 root root 4096 Feb 15 12:40 tests -rw-r--r-- 1 root root 1136 Feb 21 2013 tool.py -rw-r--r-- 1 root root 1440 Feb 15 12:40 tool.pyc /home/mimosa/packages/simplejson/3.3.3/pkg/usr/lib64/python2.7/site-packages/simplejson/tests: total 252 -rw-r--r-- 1 root root 2674 May 1 2013 __init__.py -rw-r--r-- 1 root root 3815 Feb 15 12:40 __init__.pyc -rw-r--r-- 1 root root 1967 Jan 3 2013 test_bigint_as_string.py -rw-r--r-- 1 root root 2543 Feb 15 12:40 test_bigint_as_string.pyc -rw-r--r-- 1 root root 917 May 10 2012 test_check_circular.py -rw-r--r-- 1 root root 2161 Feb 15 12:40 test_check_circular.pyc -rw-r--r-- 1 root root 2544 Jan 3 2013 test_decimal.py -rw-r--r-- 1 root root 3521 Feb 15 12:40 test_decimal.pyc -rw-r--r-- 1 root root 3494 Jan 3 2013 test_decode.py -rw-r--r-- 1 root root 5282 Feb 15 12:40 test_decode.pyc -rw-r--r-- 1 root root 221 Jan 3 2013 test_default.py -rw-r--r-- 1 root root 751 Feb 15 12:40 test_default.pyc -rw-r--r-- 1 root root 4598 Jan 3 2013 test_dump.py -rw-r--r-- 1 root root 5939 Feb 15 12:40 test_dump.pyc -rw-r--r-- 1 root root 2337 Jan 3 2013 test_encode_basestring_ascii.py -rw-r--r-- 1 root root 3587 Feb 15 12:40 test_encode_basestring_ascii.pyc -rw-r--r-- 1 root root 1022 Sep 21 2012 test_encode_for_html.py -rw-r--r-- 1 root root 1864 Feb 15 12:40 test_encode_for_html.pyc -rw-r--r-- 1 root root 1549 Feb 14 20:59 test_errors.py -rw-r--r-- 1 root root 2508 Feb 15 12:40 test_errors.pyc -rw-r--r-- 1 root root 6346 Feb 21 2013 test_fail.py -rw-r--r-- 1 root root 5397 Feb 15 12:40 test_fail.pyc -rw-r--r-- 1 root root 1430 May 1 2013 test_float.py -rw-r--r-- 1 root root 2557 Feb 15 12:40 test_float.pyc -rw-r--r-- 1 root root 2767 May 1 2013 test_for_json.py -rw-r--r-- 1 root root 5853 Feb 15 12:40 test_for_json.pyc -rw-r--r-- 1 root root 2568 Jan 3 2013 test_indent.py -rw-r--r-- 1 root root 2995 Feb 15 12:40 test_indent.pyc -rw-r--r-- 1 root root 1127 Jan 3 2013 test_item_sort_key.py -rw-r--r-- 1 root root 2121 Feb 15 12:40 test_item_sort_key.pyc -rw-r--r-- 1 root root 4004 Dec 31 2012 test_namedtuple.py -rw-r--r-- 1 root root 6993 Feb 15 12:40 test_namedtuple.pyc -rw-r--r-- 1 root root 1746 Feb 21 2013 test_pass1.py -rw-r--r-- 1 root root 2186 Feb 15 12:40 test_pass1.pyc -rw-r--r-- 1 root root 386 Jan 3 2013 test_pass2.py -rw-r--r-- 1 root root 827 Feb 15 12:40 test_pass2.pyc -rw-r--r-- 1 root root 482 Jan 3 2013 test_pass3.py -rw-r--r-- 1 root root 922 Feb 15 12:40 test_pass3.pyc -rw-r--r-- 1 root root 1679 Jan 3 2013 test_recursion.py -rw-r--r-- 1 root root 2585 Feb 15 12:40 test_recursion.pyc -rw-r--r-- 1 root root 7311 May 8 2013 test_scanstring.py -rw-r--r-- 1 root root 6721 Feb 15 12:40 test_scanstring.pyc -rw-r--r-- 1 root root 942 Jan 3 2013 test_separators.py -rw-r--r-- 1 root root 1562 Feb 15 12:40 test_separators.pyc -rw-r--r-- 1 root root 592 May 10 2012 test_speedups.py -rw-r--r-- 1 root root 1300 Feb 15 12:40 test_speedups.pyc -rw-r--r-- 1 root root 2853 Mar 20 2013 test_tool.py -rw-r--r-- 1 root root 3428 Feb 15 12:40 test_tool.pyc -rw-r--r-- 1 root root 1922 Dec 31 2012 test_tuple.py -rw-r--r-- 1 root root 2209 Feb 15 12:40 test_tuple.pyc -rw-r--r-- 1 root root 6657 May 8 2013 test_unicode.py -rw-r--r-- 1 root root 8005 Feb 15 12:40 test_unicode.pyc /home/mimosa/packages/simplejson/3.3.3/pkg/usr/src: total 0 drwxr-xr-x 2 root root 21 Feb 15 12:40 simplejson-3.3.3 /home/mimosa/packages/simplejson/3.3.3/pkg/usr/src/simplejson-3.3.3: total 4 -rw-r--r-- 1 root root 1072 Feb 15 12:40 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/mimosa/packages/simplejson/3.3.3/simplejson-3.3.3-x86_64-1tjb.txz ./ usr/ usr/src/ usr/src/simplejson-3.3.3/ usr/src/simplejson-3.3.3/SLKBUILD usr/lib64/ usr/lib64/python2.7/ usr/lib64/python2.7/site-packages/ usr/lib64/python2.7/site-packages/simplejson/ usr/lib64/python2.7/site-packages/simplejson/__init__.py usr/lib64/python2.7/site-packages/simplejson/compat.py usr/lib64/python2.7/site-packages/simplejson/decoder.py usr/lib64/python2.7/site-packages/simplejson/encoder.py usr/lib64/python2.7/site-packages/simplejson/ordered_dict.py usr/lib64/python2.7/site-packages/simplejson/scanner.py usr/lib64/python2.7/site-packages/simplejson/tool.py usr/lib64/python2.7/site-packages/simplejson/tests/ usr/lib64/python2.7/site-packages/simplejson/tests/__init__.py usr/lib64/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py usr/lib64/python2.7/site-packages/simplejson/tests/test_check_circular.py usr/lib64/python2.7/site-packages/simplejson/tests/test_decimal.py usr/lib64/python2.7/site-packages/simplejson/tests/test_decode.py usr/lib64/python2.7/site-packages/simplejson/tests/test_default.py usr/lib64/python2.7/site-packages/simplejson/tests/test_dump.py usr/lib64/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py usr/lib64/python2.7/site-packages/simplejson/tests/test_encode_for_html.py usr/lib64/python2.7/site-packages/simplejson/tests/test_errors.py usr/lib64/python2.7/site-packages/simplejson/tests/test_fail.py usr/lib64/python2.7/site-packages/simplejson/tests/test_float.py usr/lib64/python2.7/site-packages/simplejson/tests/test_for_json.py usr/lib64/python2.7/site-packages/simplejson/tests/test_indent.py usr/lib64/python2.7/site-packages/simplejson/tests/test_item_sort_key.py usr/lib64/python2.7/site-packages/simplejson/tests/test_namedtuple.py usr/lib64/python2.7/site-packages/simplejson/tests/test_pass1.py usr/lib64/python2.7/site-packages/simplejson/tests/test_pass2.py usr/lib64/python2.7/site-packages/simplejson/tests/test_pass3.py usr/lib64/python2.7/site-packages/simplejson/tests/test_recursion.py usr/lib64/python2.7/site-packages/simplejson/tests/test_scanstring.py usr/lib64/python2.7/site-packages/simplejson/tests/test_separators.py usr/lib64/python2.7/site-packages/simplejson/tests/test_speedups.py usr/lib64/python2.7/site-packages/simplejson/tests/test_tool.py usr/lib64/python2.7/site-packages/simplejson/tests/test_tuple.py usr/lib64/python2.7/site-packages/simplejson/tests/test_unicode.py usr/lib64/python2.7/site-packages/simplejson/tests/__init__.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_bigint_as_string.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_check_circular.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_decimal.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_decode.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_default.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_dump.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_encode_for_html.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_errors.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_fail.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_float.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_for_json.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_indent.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_item_sort_key.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_namedtuple.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_pass1.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_pass2.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_pass3.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_recursion.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_scanstring.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_separators.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_speedups.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_tool.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_tuple.pyc usr/lib64/python2.7/site-packages/simplejson/tests/test_unicode.pyc usr/lib64/python2.7/site-packages/simplejson/_speedups.so usr/lib64/python2.7/site-packages/simplejson/__init__.pyc usr/lib64/python2.7/site-packages/simplejson/compat.pyc usr/lib64/python2.7/site-packages/simplejson/decoder.pyc usr/lib64/python2.7/site-packages/simplejson/encoder.pyc usr/lib64/python2.7/site-packages/simplejson/ordered_dict.pyc usr/lib64/python2.7/site-packages/simplejson/scanner.pyc usr/lib64/python2.7/site-packages/simplejson/tool.pyc usr/lib64/python2.7/site-packages/simplejson-3.3.3-py2.7.egg-info usr/doc/ usr/doc/simplejson-3.3.3/ install/ install/slack-desc Slackware package /home/mimosa/packages/simplejson/3.3.3/simplejson-3.3.3-x86_64-1tjb.txz created. Package has been built. Cleaning pkg and src directories