tar -xf simplejson-3.3.3.tar.gz running install running build running build_py creating build creating build/lib.linux-i686-2.7 creating build/lib.linux-i686-2.7/simplejson copying simplejson/__init__.py -> build/lib.linux-i686-2.7/simplejson copying simplejson/compat.py -> build/lib.linux-i686-2.7/simplejson copying simplejson/decoder.py -> build/lib.linux-i686-2.7/simplejson copying simplejson/encoder.py -> build/lib.linux-i686-2.7/simplejson copying simplejson/ordered_dict.py -> build/lib.linux-i686-2.7/simplejson copying simplejson/scanner.py -> build/lib.linux-i686-2.7/simplejson copying simplejson/tool.py -> build/lib.linux-i686-2.7/simplejson creating build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_bigint_as_string.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_check_circular.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_decimal.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_decode.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_default.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_dump.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_encode_for_html.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_errors.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_float.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_for_json.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_item_sort_key.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_namedtuple.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_scanstring.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_speedups.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_tool.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_tuple.py -> build/lib.linux-i686-2.7/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.linux-i686-2.7/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/simplejson gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -march=i486 -mtune=i686 -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-i686-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 -march=i486 -mtune=i686 build/temp.linux-i686-2.7/simplejson/_speedups.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/simplejson/_speedups.so running install_lib creating /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib creating /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7 creating /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages creating /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/__init__.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/compat.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/decoder.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/encoder.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/ordered_dict.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/scanner.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-i686-2.7/simplejson/tool.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson creating /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/__init__.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_bigint_as_string.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_check_circular.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_decimal.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_decode.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_default.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_dump.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_encode_basestring_ascii.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_encode_for_html.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_errors.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_fail.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_float.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_for_json.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_indent.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_item_sort_key.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_namedtuple.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_pass1.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_pass2.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_pass3.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_recursion.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_scanstring.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_separators.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_speedups.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_tool.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_tuple.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/tests/test_unicode.py -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-i686-2.7/simplejson/_speedups.so -> /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/__init__.py to __init__.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/compat.py to compat.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/decoder.py to decoder.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/encoder.py to encoder.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/ordered_dict.py to ordered_dict.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/scanner.py to scanner.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tool.py to tool.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/__init__.py to __init__.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py to test_bigint_as_string.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py to test_check_circular.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.py to test_decimal.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_decode.py to test_decode.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_default.py to test_default.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_dump.py to test_dump.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py to test_encode_for_html.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_errors.py to test_errors.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_fail.py to test_fail.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_float.py to test_float.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_for_json.py to test_for_json.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_indent.py to test_indent.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py to test_item_sort_key.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py to test_namedtuple.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.py to test_pass1.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.py to test_pass2.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.py to test_pass3.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.py to test_recursion.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py to test_scanstring.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_separators.py to test_separators.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.py to test_speedups.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_tool.py to test_tool.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.py to test_tuple.pyc byte-compiling /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.py to test_unicode.pyc running install_egg_info Writing /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson-3.3.3-py2.7.egg-info /home/mimosa/sda5/packages/simplejson/3.3.3/pkg: total 0 drwxr-xr-x 2 root root 23 Feb 19 10:42 install drwxr-xr-x 5 root root 36 Feb 19 10:42 usr /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/install: total 4 -rw-r--r-- 1 root root 435 Feb 19 10:42 slack-desc /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr: total 0 drwxr-xr-x 3 root root 29 Feb 19 10:42 doc drwxr-xr-x 3 root root 22 Feb 19 10:42 lib drwxr-xr-x 3 root root 29 Feb 19 10:42 src /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/doc: total 0 drwxr-xr-x 2 root root 6 Feb 19 10:42 simplejson-3.3.3 /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/doc/simplejson-3.3.3: total 0 /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib: total 0 drwxr-xr-x 3 root root 26 Feb 19 10:42 python2.7 /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7: total 0 drwxr-xr-x 3 root root 61 Feb 19 10:42 site-packages /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages: total 8 drwxr-xr-x 3 root root 4096 Feb 19 10:42 simplejson -rw-r--r-- 1 root root 2302 Feb 19 10:42 simplejson-3.3.3-py2.7.egg-info /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/python2.7/site-packages/simplejson: total 212 -rw-r--r-- 1 root root 22438 Feb 14 21:15 __init__.py -rw-r--r-- 1 root root 20998 Feb 19 10:42 __init__.pyc -rwxr-xr-x 1 root root 40412 Feb 19 10:42 _speedups.so -rw-r--r-- 1 root root 1036 Feb 14 20:58 compat.py -rw-r--r-- 1 root root 2020 Feb 19 10:42 compat.pyc -rw-r--r-- 1 root root 14281 Jan 6 13:34 decoder.py -rw-r--r-- 1 root root 12255 Feb 19 10:42 decoder.pyc -rw-r--r-- 1 root root 24688 Jun 5 2013 encoder.py -rw-r--r-- 1 root root 19736 Feb 19 10:42 encoder.pyc -rw-r--r-- 1 root root 3370 May 10 2012 ordered_dict.py -rw-r--r-- 1 root root 5100 Feb 19 10:42 ordered_dict.pyc -rw-r--r-- 1 root root 4369 Oct 5 15:53 scanner.py -rw-r--r-- 1 root root 5009 Feb 19 10:42 scanner.pyc drwxr-xr-x 2 root root 4096 Feb 19 10:42 tests -rw-r--r-- 1 root root 1136 Feb 21 2013 tool.py -rw-r--r-- 1 root root 1436 Feb 19 10:42 tool.pyc /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/lib/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 3799 Feb 19 10:42 __init__.pyc -rw-r--r-- 1 root root 1967 Jan 3 2013 test_bigint_as_string.py -rw-r--r-- 1 root root 2611 Feb 19 10:42 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 2145 Feb 19 10:42 test_check_circular.pyc -rw-r--r-- 1 root root 2544 Jan 3 2013 test_decimal.py -rw-r--r-- 1 root root 3501 Feb 19 10:42 test_decimal.pyc -rw-r--r-- 1 root root 3494 Jan 3 2013 test_decode.py -rw-r--r-- 1 root root 5250 Feb 19 10:42 test_decode.pyc -rw-r--r-- 1 root root 221 Jan 3 2013 test_default.py -rw-r--r-- 1 root root 745 Feb 19 10:42 test_default.pyc -rw-r--r-- 1 root root 4598 Jan 3 2013 test_dump.py -rw-r--r-- 1 root root 5909 Feb 19 10:42 test_dump.pyc -rw-r--r-- 1 root root 2337 Jan 3 2013 test_encode_basestring_ascii.py -rw-r--r-- 1 root root 3575 Feb 19 10:42 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 1852 Feb 19 10:42 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 2496 Feb 19 10:42 test_errors.pyc -rw-r--r-- 1 root root 6346 Feb 21 2013 test_fail.py -rw-r--r-- 1 root root 5387 Feb 19 10:42 test_fail.pyc -rw-r--r-- 1 root root 1430 May 1 2013 test_float.py -rw-r--r-- 1 root root 2545 Feb 19 10:42 test_float.pyc -rw-r--r-- 1 root root 2767 May 1 2013 test_for_json.py -rw-r--r-- 1 root root 5805 Feb 19 10:42 test_for_json.pyc -rw-r--r-- 1 root root 2568 Jan 3 2013 test_indent.py -rw-r--r-- 1 root root 2983 Feb 19 10:42 test_indent.pyc -rw-r--r-- 1 root root 1127 Jan 3 2013 test_item_sort_key.py -rw-r--r-- 1 root root 2111 Feb 19 10:42 test_item_sort_key.pyc -rw-r--r-- 1 root root 4004 Dec 31 2012 test_namedtuple.py -rw-r--r-- 1 root root 6943 Feb 19 10:42 test_namedtuple.pyc -rw-r--r-- 1 root root 1746 Feb 21 2013 test_pass1.py -rw-r--r-- 1 root root 2180 Feb 19 10:42 test_pass1.pyc -rw-r--r-- 1 root root 386 Jan 3 2013 test_pass2.py -rw-r--r-- 1 root root 821 Feb 19 10:42 test_pass2.pyc -rw-r--r-- 1 root root 482 Jan 3 2013 test_pass3.py -rw-r--r-- 1 root root 916 Feb 19 10:42 test_pass3.pyc -rw-r--r-- 1 root root 1679 Jan 3 2013 test_recursion.py -rw-r--r-- 1 root root 2569 Feb 19 10:42 test_recursion.pyc -rw-r--r-- 1 root root 7311 May 8 2013 test_scanstring.py -rw-r--r-- 1 root root 6703 Feb 19 10:42 test_scanstring.pyc -rw-r--r-- 1 root root 942 Jan 3 2013 test_separators.py -rw-r--r-- 1 root root 1556 Feb 19 10:42 test_separators.pyc -rw-r--r-- 1 root root 592 May 10 2012 test_speedups.py -rw-r--r-- 1 root root 1290 Feb 19 10:42 test_speedups.pyc -rw-r--r-- 1 root root 2853 Mar 20 2013 test_tool.py -rw-r--r-- 1 root root 3414 Feb 19 10:42 test_tool.pyc -rw-r--r-- 1 root root 1922 Dec 31 2012 test_tuple.py -rw-r--r-- 1 root root 2197 Feb 19 10:42 test_tuple.pyc -rw-r--r-- 1 root root 6657 May 8 2013 test_unicode.py -rw-r--r-- 1 root root 7963 Feb 19 10:42 test_unicode.pyc /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/src: total 0 drwxr-xr-x 2 root root 21 Feb 19 10:42 simplejson-3.3.3 /home/mimosa/sda5/packages/simplejson/3.3.3/pkg/usr/src/simplejson-3.3.3: total 4 -rw-r--r-- 1 root root 1072 Feb 19 10:42 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/sda5/packages/simplejson/3.3.3/simplejson-3.3.3-i486-1tjb.txz ./ usr/ usr/src/ usr/src/simplejson-3.3.3/ usr/src/simplejson-3.3.3/SLKBUILD usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/simplejson/ usr/lib/python2.7/site-packages/simplejson/__init__.py usr/lib/python2.7/site-packages/simplejson/compat.py usr/lib/python2.7/site-packages/simplejson/decoder.py usr/lib/python2.7/site-packages/simplejson/encoder.py usr/lib/python2.7/site-packages/simplejson/ordered_dict.py usr/lib/python2.7/site-packages/simplejson/scanner.py usr/lib/python2.7/site-packages/simplejson/tool.py usr/lib/python2.7/site-packages/simplejson/tests/ usr/lib/python2.7/site-packages/simplejson/tests/__init__.py usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.py usr/lib/python2.7/site-packages/simplejson/tests/test_decode.py usr/lib/python2.7/site-packages/simplejson/tests/test_default.py usr/lib/python2.7/site-packages/simplejson/tests/test_dump.py usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py usr/lib/python2.7/site-packages/simplejson/tests/test_errors.py usr/lib/python2.7/site-packages/simplejson/tests/test_fail.py usr/lib/python2.7/site-packages/simplejson/tests/test_float.py usr/lib/python2.7/site-packages/simplejson/tests/test_for_json.py usr/lib/python2.7/site-packages/simplejson/tests/test_indent.py usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.py usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.py usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.py usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.py usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py usr/lib/python2.7/site-packages/simplejson/tests/test_separators.py usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.py usr/lib/python2.7/site-packages/simplejson/tests/test_tool.py usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.py usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.py usr/lib/python2.7/site-packages/simplejson/tests/__init__.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_decode.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_default.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_dump.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_errors.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_fail.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_float.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_for_json.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_indent.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_separators.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_tool.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.pyc usr/lib/python2.7/site-packages/simplejson/_speedups.so usr/lib/python2.7/site-packages/simplejson/__init__.pyc usr/lib/python2.7/site-packages/simplejson/compat.pyc usr/lib/python2.7/site-packages/simplejson/decoder.pyc usr/lib/python2.7/site-packages/simplejson/encoder.pyc usr/lib/python2.7/site-packages/simplejson/ordered_dict.pyc usr/lib/python2.7/site-packages/simplejson/scanner.pyc usr/lib/python2.7/site-packages/simplejson/tool.pyc usr/lib/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/sda5/packages/simplejson/3.3.3/simplejson-3.3.3-i486-1tjb.txz created. Package has been built. Cleaning pkg and src directories