Collecting balebot==0.1.3 1 location(s) to search for versions of balebot: * https://pypi.python.org/simple/balebot/ Getting page https://pypi.python.org/simple/balebot/ Analyzing links from page https://pypi.python.org/simple/balebot/ Found link https://pypi.python.org/packages/30/67/513b8563a9aec4c9e75352b47ff408820ef1e17f838d057720388537ae72/balebot-0.1.1.tar.gz#md5=87d7fac05e9b4106c422fcfcd6b847a8 (from https://pypi.python.org/simple/balebot/), version: 0.1.1 Found link https://pypi.python.org/packages/6b/10/e380065eee752cdcc957863669991bd845485dfb4a804414459a7dab3043/balebot-0.1.2.tar.gz#md5=cd6f54ea42ae7e704ec6420d4fa46c8b (from https://pypi.python.org/simple/balebot/), version: 0.1.2 Found link https://pypi.python.org/packages/bd/e7/591a22475707b71e564493b43b1cd39c021607c44cdd5394f46f47c82428/balebot-0.1.3.tar.gz#md5=80ecaad7ff80d724886d183bdc39400e (from https://pypi.python.org/simple/balebot/), version: 0.1.3 Using version 0.1.3 (newest of versions: 0.1.3) Downloading balebot-0.1.3.tar.gz Downloading from URL https://pypi.python.org/packages/bd/e7/591a22475707b71e564493b43b1cd39c021607c44cdd5394f46f47c82428/balebot-0.1.3.tar.gz#md5=80ecaad7ff80d724886d183bdc39400e (from https://pypi.python.org/simple/balebot/) Running setup.py (path:/tmp/pip-build-v844saq6/balebot/setup.py) egg_info for package balebot Running command python setup.py egg_info running egg_info creating pip-egg-info/balebot.egg-info writing top-level names to pip-egg-info/balebot.egg-info/top_level.txt writing dependency_links to pip-egg-info/balebot.egg-info/dependency_links.txt writing requirements to pip-egg-info/balebot.egg-info/requires.txt writing pip-egg-info/balebot.egg-info/PKG-INFO writing manifest file 'pip-egg-info/balebot.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/balebot.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/balebot.egg-info/SOURCES.txt' Source in /tmp/pip-build-v844saq6/balebot has version 0.1.3, which satisfies requirement balebot==0.1.3 from https://pypi.python.org/packages/bd/e7/591a22475707b71e564493b43b1cd39c021607c44cdd5394f46f47c82428/balebot-0.1.3.tar.gz#md5=80ecaad7ff80d724886d183bdc39400e Building wheels for collected packages: balebot Running setup.py bdist_wheel for balebot: started Destination directory: /tmp/tmpepyydbotpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-v844saq6/balebot/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpepyydbotpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/balebot copying balebot/config.py -> build/lib/balebot copying balebot/updater.py -> build/lib/balebot copying balebot/bot.py -> build/lib/balebot copying balebot/__init__.py -> build/lib/balebot copying balebot/dispatcher.py -> build/lib/balebot copying balebot/bale_future.py -> build/lib/balebot creating build/lib/balebot/utils copying balebot/utils/logger.py -> build/lib/balebot/utils copying balebot/utils/__init__.py -> build/lib/balebot/utils copying balebot/utils/random_id_generator.py -> build/lib/balebot/utils creating build/lib/balebot/connection copying balebot/connection/__init__.py -> build/lib/balebot/connection copying balebot/connection/network.py -> build/lib/balebot/connection creating build/lib/balebot/models copying balebot/models/__init__.py -> build/lib/balebot/models creating build/lib/balebot/handlers copying balebot/handlers/message_handler.py -> build/lib/balebot/handlers copying balebot/handlers/handler.py -> build/lib/balebot/handlers copying balebot/handlers/command_handler.py -> build/lib/balebot/handlers copying balebot/handlers/__init__.py -> build/lib/balebot/handlers creating build/lib/balebot/filters copying balebot/filters/video_filter.py -> build/lib/balebot/filters copying balebot/filters/voice_filter.py -> build/lib/balebot/filters copying balebot/filters/json_filter.py -> build/lib/balebot/filters copying balebot/filters/filter.py -> build/lib/balebot/filters copying balebot/filters/__init__.py -> build/lib/balebot/filters copying balebot/filters/document_filter.py -> build/lib/balebot/filters copying balebot/filters/default.py -> build/lib/balebot/filters copying balebot/filters/sticker_filter.py -> build/lib/balebot/filters copying balebot/filters/photo_filter.py -> build/lib/balebot/filters copying balebot/filters/text_filter.py -> build/lib/balebot/filters copying balebot/filters/unsupported_filter.py -> build/lib/balebot/filters creating build/lib/balebot/models/server_responses copying balebot/models/server_responses/bot_error_response.py -> build/lib/balebot/models/server_responses copying balebot/models/server_responses/__init__.py -> build/lib/balebot/models/server_responses copying balebot/models/server_responses/bot_success_response.py -> build/lib/balebot/models/server_responses creating build/lib/balebot/models/client_requests copying balebot/models/client_requests/__init__.py -> build/lib/balebot/models/client_requests creating build/lib/balebot/models/server_updates copying balebot/models/server_updates/bot_read_update_body.py -> build/lib/balebot/models/server_updates copying balebot/models/server_updates/bot_received_update_body.py -> build/lib/balebot/models/server_updates copying balebot/models/server_updates/update_body.py -> build/lib/balebot/models/server_updates copying balebot/models/server_updates/raw_update_body.py -> build/lib/balebot/models/server_updates copying balebot/models/server_updates/message_update_body.py -> build/lib/balebot/models/server_updates copying balebot/models/server_updates/__init__.py -> build/lib/balebot/models/server_updates creating build/lib/balebot/models/messages copying balebot/models/messages/sticker_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/unsupported_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/voice_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/document_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/template_response_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/video_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/__init__.py -> build/lib/balebot/models/messages copying balebot/models/messages/base_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/photo_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/json_message.py -> build/lib/balebot/models/messages copying balebot/models/messages/text_message.py -> build/lib/balebot/models/messages creating build/lib/balebot/models/constants copying balebot/models/constants/file_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/errors.py -> build/lib/balebot/models/constants copying balebot/models/constants/document_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/message_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/request_to_response_mapper.py -> build/lib/balebot/models/constants copying balebot/models/constants/request_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/update_body_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/peer_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/service_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/value_type.py -> build/lib/balebot/models/constants copying balebot/models/constants/__init__.py -> build/lib/balebot/models/constants copying balebot/models/constants/receipt_type.py -> build/lib/balebot/models/constants creating build/lib/balebot/models/factories copying balebot/models/factories/message_factory.py -> build/lib/balebot/models/factories copying balebot/models/factories/update_body_factory.py -> build/lib/balebot/models/factories copying balebot/models/factories/raw_value_factory.py -> build/lib/balebot/models/factories copying balebot/models/factories/__init__.py -> build/lib/balebot/models/factories copying balebot/models/factories/server_update_factory.py -> build/lib/balebot/models/factories creating build/lib/balebot/models/base_models copying balebot/models/base_models/response_body.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/avatar.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/group_peer.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/member.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/file_location.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/user.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/bot_api_quoted_message.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/fat_seq_update.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/contact_record.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/group_member.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/group.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/pack_info.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/jsonable.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/bot_command.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/user_peer.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/request_body.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/__init__.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/peer.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/image_location.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/response.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/request.py -> build/lib/balebot/models/base_models copying balebot/models/base_models/bot_quoted_message.py -> build/lib/balebot/models/base_models creating build/lib/balebot/models/server_responses/sequence copying balebot/models/server_responses/sequence/__init__.py -> build/lib/balebot/models/server_responses/sequence copying balebot/models/server_responses/sequence/difference_update.py -> build/lib/balebot/models/server_responses/sequence creating build/lib/balebot/models/server_responses/group copying balebot/models/server_responses/group/response_create_group.py -> build/lib/balebot/models/server_responses/group copying balebot/models/server_responses/group/__init__.py -> build/lib/balebot/models/server_responses/group copying balebot/models/server_responses/group/get_group_api_response.py -> build/lib/balebot/models/server_responses/group creating build/lib/balebot/models/server_responses/messaging copying balebot/models/server_responses/messaging/message_sent.py -> build/lib/balebot/models/server_responses/messaging copying balebot/models/server_responses/messaging/__init__.py -> build/lib/balebot/models/server_responses/messaging creating build/lib/balebot/models/client_requests/sequence copying balebot/models/client_requests/sequence/get_difference.py -> build/lib/balebot/models/client_requests/sequence copying balebot/models/client_requests/sequence/__init__.py -> build/lib/balebot/models/client_requests/sequence creating build/lib/balebot/models/client_requests/group copying balebot/models/client_requests/group/get_group_api_struct.py -> build/lib/balebot/models/client_requests/group copying balebot/models/client_requests/group/create_group.py -> build/lib/balebot/models/client_requests/group copying balebot/models/client_requests/group/invite_user.py -> build/lib/balebot/models/client_requests/group copying balebot/models/client_requests/group/__init__.py -> build/lib/balebot/models/client_requests/group creating build/lib/balebot/models/client_requests/messaging copying balebot/models/client_requests/messaging/send_message.py -> build/lib/balebot/models/client_requests/messaging copying balebot/models/client_requests/messaging/__init__.py -> build/lib/balebot/models/client_requests/messaging creating build/lib/balebot/models/messages/template copying balebot/models/messages/template/template_message_button.py -> build/lib/balebot/models/messages/template copying balebot/models/messages/template/template_message.py -> build/lib/balebot/models/messages/template copying balebot/models/messages/template/__init__.py -> build/lib/balebot/models/messages/template creating build/lib/balebot/models/messages/banking copying balebot/models/messages/banking/purchase_message.py -> build/lib/balebot/models/messages/banking copying balebot/models/messages/banking/__init__.py -> build/lib/balebot/models/messages/banking creating build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/int64_val.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/map_value.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/array_val.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/map_value_item.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/int32_val.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/string_val.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/boolean_value.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/double_val.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/__init__.py -> build/lib/balebot/models/base_models/value_types copying balebot/models/base_models/value_types/raw_value.py -> build/lib/balebot/models/base_models/value_types creating build/lib/balebot/models/base_models/banking copying balebot/models/base_models/banking/__init__.py -> build/lib/balebot/models/base_models/banking copying balebot/models/base_models/banking/bank_account.py -> build/lib/balebot/models/base_models/banking installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/balebot copying build/lib/balebot/config.py -> build/bdist.linux-armv7l/wheel/balebot copying build/lib/balebot/updater.py -> build/bdist.linux-armv7l/wheel/balebot copying build/lib/balebot/bot.py -> build/bdist.linux-armv7l/wheel/balebot creating build/bdist.linux-armv7l/wheel/balebot/utils copying build/lib/balebot/utils/logger.py -> build/bdist.linux-armv7l/wheel/balebot/utils copying build/lib/balebot/utils/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/utils copying build/lib/balebot/utils/random_id_generator.py -> build/bdist.linux-armv7l/wheel/balebot/utils creating build/bdist.linux-armv7l/wheel/balebot/connection copying build/lib/balebot/connection/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/connection copying build/lib/balebot/connection/network.py -> build/bdist.linux-armv7l/wheel/balebot/connection creating build/bdist.linux-armv7l/wheel/balebot/models creating build/bdist.linux-armv7l/wheel/balebot/models/server_responses creating build/bdist.linux-armv7l/wheel/balebot/models/server_responses/sequence copying build/lib/balebot/models/server_responses/sequence/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/sequence copying build/lib/balebot/models/server_responses/sequence/difference_update.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/sequence copying build/lib/balebot/models/server_responses/bot_error_response.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses creating build/bdist.linux-armv7l/wheel/balebot/models/server_responses/group copying build/lib/balebot/models/server_responses/group/response_create_group.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/group copying build/lib/balebot/models/server_responses/group/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/group copying build/lib/balebot/models/server_responses/group/get_group_api_response.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/group copying build/lib/balebot/models/server_responses/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses creating build/bdist.linux-armv7l/wheel/balebot/models/server_responses/messaging copying build/lib/balebot/models/server_responses/messaging/message_sent.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/messaging copying build/lib/balebot/models/server_responses/messaging/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses/messaging copying build/lib/balebot/models/server_responses/bot_success_response.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_responses creating build/bdist.linux-armv7l/wheel/balebot/models/client_requests creating build/bdist.linux-armv7l/wheel/balebot/models/client_requests/sequence copying build/lib/balebot/models/client_requests/sequence/get_difference.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/sequence copying build/lib/balebot/models/client_requests/sequence/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/sequence creating build/bdist.linux-armv7l/wheel/balebot/models/client_requests/group copying build/lib/balebot/models/client_requests/group/get_group_api_struct.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/group copying build/lib/balebot/models/client_requests/group/create_group.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/group copying build/lib/balebot/models/client_requests/group/invite_user.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/group copying build/lib/balebot/models/client_requests/group/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/group copying build/lib/balebot/models/client_requests/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests creating build/bdist.linux-armv7l/wheel/balebot/models/client_requests/messaging copying build/lib/balebot/models/client_requests/messaging/send_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/messaging copying build/lib/balebot/models/client_requests/messaging/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/client_requests/messaging creating build/bdist.linux-armv7l/wheel/balebot/models/server_updates copying build/lib/balebot/models/server_updates/bot_read_update_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_updates copying build/lib/balebot/models/server_updates/bot_received_update_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_updates copying build/lib/balebot/models/server_updates/update_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_updates copying build/lib/balebot/models/server_updates/raw_update_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_updates copying build/lib/balebot/models/server_updates/message_update_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_updates copying build/lib/balebot/models/server_updates/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/server_updates creating build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/sticker_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/unsupported_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/voice_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/document_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/template_response_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages creating build/bdist.linux-armv7l/wheel/balebot/models/messages/template copying build/lib/balebot/models/messages/template/template_message_button.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages/template copying build/lib/balebot/models/messages/template/template_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages/template copying build/lib/balebot/models/messages/template/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages/template copying build/lib/balebot/models/messages/video_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages creating build/bdist.linux-armv7l/wheel/balebot/models/messages/banking copying build/lib/balebot/models/messages/banking/purchase_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages/banking copying build/lib/balebot/models/messages/banking/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages/banking copying build/lib/balebot/models/messages/base_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/photo_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/json_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/messages/text_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/messages copying build/lib/balebot/models/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models creating build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/file_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/errors.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/document_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/message_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/request_to_response_mapper.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/request_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/update_body_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/peer_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/service_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/value_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants copying build/lib/balebot/models/constants/receipt_type.py -> build/bdist.linux-armv7l/wheel/balebot/models/constants creating build/bdist.linux-armv7l/wheel/balebot/models/factories copying build/lib/balebot/models/factories/message_factory.py -> build/bdist.linux-armv7l/wheel/balebot/models/factories copying build/lib/balebot/models/factories/update_body_factory.py -> build/bdist.linux-armv7l/wheel/balebot/models/factories copying build/lib/balebot/models/factories/raw_value_factory.py -> build/bdist.linux-armv7l/wheel/balebot/models/factories copying build/lib/balebot/models/factories/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/factories copying build/lib/balebot/models/factories/server_update_factory.py -> build/bdist.linux-armv7l/wheel/balebot/models/factories creating build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/response_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/avatar.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/group_peer.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/member.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/file_location.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models creating build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/int64_val.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/map_value.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/array_val.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/map_value_item.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/int32_val.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/string_val.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/boolean_value.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/double_val.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/value_types/raw_value.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/value_types copying build/lib/balebot/models/base_models/user.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/bot_api_quoted_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/fat_seq_update.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/contact_record.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/group_member.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/group.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/pack_info.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/jsonable.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/bot_command.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/user_peer.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/request_body.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/peer.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/image_location.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models creating build/bdist.linux-armv7l/wheel/balebot/models/base_models/banking copying build/lib/balebot/models/base_models/banking/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/banking copying build/lib/balebot/models/base_models/banking/bank_account.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models/banking copying build/lib/balebot/models/base_models/response.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/request.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models copying build/lib/balebot/models/base_models/bot_quoted_message.py -> build/bdist.linux-armv7l/wheel/balebot/models/base_models creating build/bdist.linux-armv7l/wheel/balebot/handlers copying build/lib/balebot/handlers/message_handler.py -> build/bdist.linux-armv7l/wheel/balebot/handlers copying build/lib/balebot/handlers/handler.py -> build/bdist.linux-armv7l/wheel/balebot/handlers copying build/lib/balebot/handlers/command_handler.py -> build/bdist.linux-armv7l/wheel/balebot/handlers copying build/lib/balebot/handlers/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/handlers copying build/lib/balebot/__init__.py -> build/bdist.linux-armv7l/wheel/balebot copying build/lib/balebot/dispatcher.py -> build/bdist.linux-armv7l/wheel/balebot creating build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/video_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/voice_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/json_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/__init__.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/document_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/default.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/sticker_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/photo_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/text_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/filters/unsupported_filter.py -> build/bdist.linux-armv7l/wheel/balebot/filters copying build/lib/balebot/bale_future.py -> build/bdist.linux-armv7l/wheel/balebot running install_egg_info running egg_info writing dependency_links to balebot.egg-info/dependency_links.txt writing top-level names to balebot.egg-info/top_level.txt writing balebot.egg-info/PKG-INFO writing requirements to balebot.egg-info/requires.txt reading manifest file 'balebot.egg-info/SOURCES.txt' writing manifest file 'balebot.egg-info/SOURCES.txt' Copying balebot.egg-info to build/bdist.linux-armv7l/wheel/balebot-0.1.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/balebot-0.1.3.dist-info/WHEEL Running setup.py bdist_wheel for balebot: finished with status 'done' Stored in directory: /tmp/tmp7lubban2 Successfully built balebot Cleaning up... Removing source in /tmp/pip-build-v844saq6/balebot