Created temporary directory: /tmp/pip-ephem-wheel-cache-8eoo2juw Created temporary directory: /tmp/pip-req-tracker-co2l7ono Created requirements tracker '/tmp/pip-req-tracker-co2l7ono' Created temporary directory: /tmp/pip-wheel-9ztjhkqz Collecting ecommClover==1.0.0 1 location(s) to search for versions of ecommClover: * https://pypi.org/simple/ecommclover/ Getting page https://pypi.org/simple/ecommclover/ Analyzing links from page https://pypi.org/simple/ecommclover/ Found link https://files.pythonhosted.org/packages/fe/75/48a20605ca699ca39d7359bae02ef0e34123001d93506b9e164abb173f12/ecommClover-1.0.0.tar.gz#sha256=6e25d095c290d2fe0c3fd3b869906215402d9fb2327e12ac70737678cbf0dda9 (from https://pypi.org/simple/ecommclover/) (requires-python:>=3.0.*), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-lrvu1so3 Downloading https://files.pythonhosted.org/packages/fe/75/48a20605ca699ca39d7359bae02ef0e34123001d93506b9e164abb173f12/ecommClover-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/fe/75/48a20605ca699ca39d7359bae02ef0e34123001d93506b9e164abb173f12/ecommClover-1.0.0.tar.gz#sha256=6e25d095c290d2fe0c3fd3b869906215402d9fb2327e12ac70737678cbf0dda9 (from https://pypi.org/simple/ecommclover/) (requires-python:>=3.0.*) Added ecommClover==1.0.0 from https://files.pythonhosted.org/packages/fe/75/48a20605ca699ca39d7359bae02ef0e34123001d93506b9e164abb173f12/ecommClover-1.0.0.tar.gz#sha256=6e25d095c290d2fe0c3fd3b869906215402d9fb2327e12ac70737678cbf0dda9 to build tracker '/tmp/pip-req-tracker-co2l7ono' Running setup.py (path:/tmp/pip-wheel-9ztjhkqz/ecommClover/setup.py) egg_info for package ecommClover Running command python setup.py egg_info running egg_info creating pip-egg-info/ecommClover.egg-info writing requirements to pip-egg-info/ecommClover.egg-info/requires.txt writing top-level names to pip-egg-info/ecommClover.egg-info/top_level.txt writing pip-egg-info/ecommClover.egg-info/PKG-INFO writing dependency_links to pip-egg-info/ecommClover.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/ecommClover.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/ecommClover.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/ecommClover.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-9ztjhkqz/ecommClover has version 1.0.0, which satisfies requirement ecommClover==1.0.0 from https://files.pythonhosted.org/packages/fe/75/48a20605ca699ca39d7359bae02ef0e34123001d93506b9e164abb173f12/ecommClover-1.0.0.tar.gz#sha256=6e25d095c290d2fe0c3fd3b869906215402d9fb2327e12ac70737678cbf0dda9 Removed ecommClover==1.0.0 from https://files.pythonhosted.org/packages/fe/75/48a20605ca699ca39d7359bae02ef0e34123001d93506b9e164abb173f12/ecommClover-1.0.0.tar.gz#sha256=6e25d095c290d2fe0c3fd3b869906215402d9fb2327e12ac70737678cbf0dda9 from build tracker '/tmp/pip-req-tracker-co2l7ono' Building wheels for collected packages: ecommClover Created temporary directory: /tmp/pip-wheel-j4vl63pu Running setup.py bdist_wheel for ecommClover: started Destination directory: /tmp/pip-wheel-j4vl63pu Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-9ztjhkqz/ecommClover/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/pip-wheel-j4vl63pu running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/clover copying clover/http_client.py -> build/lib/clover copying clover/__init__.py -> build/lib/clover copying clover/utils.py -> build/lib/clover copying clover/base_requestor.py -> build/lib/clover creating build/lib/tests copying tests/test_token.py -> build/lib/tests copying tests/test_charge.py -> build/lib/tests copying tests/test_order.py -> build/lib/tests copying tests/test_public_access_key_management_service.py -> build/lib/tests copying tests/test_customer.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_refund.py -> build/lib/tests creating build/lib/clover/test copying clover/test/constants.py -> build/lib/clover/test copying clover/test/mock_responses.py -> build/lib/clover/test copying clover/test/__init__.py -> build/lib/clover/test copying clover/test/utils.py -> build/lib/clover/test copying clover/test/api_test_case.py -> build/lib/clover/test copying clover/test/mocked_test_case.py -> build/lib/clover/test creating build/lib/clover/abstract copying clover/abstract/creatable_resource.py -> build/lib/clover/abstract copying clover/abstract/add_resource_method.py -> build/lib/clover/abstract copying clover/abstract/listable_resource.py -> build/lib/clover/abstract copying clover/abstract/retrievable_resource.py -> build/lib/clover/abstract copying clover/abstract/__init__.py -> build/lib/clover/abstract copying clover/abstract/deletable_resource.py -> build/lib/clover/abstract copying clover/abstract/modifiable_resource.py -> build/lib/clover/abstract creating build/lib/clover/resources copying clover/resources/order.py -> build/lib/clover/resources copying clover/resources/charge.py -> build/lib/clover/resources copying clover/resources/__init__.py -> build/lib/clover/resources copying clover/resources/refund.py -> build/lib/clover/resources copying clover/resources/token.py -> build/lib/clover/resources copying clover/resources/customer.py -> build/lib/clover/resources copying clover/resources/public_access_key_management_service.py -> build/lib/clover/resources 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/clover creating build/bdist.linux-armv7l/wheel/clover/test copying build/lib/clover/test/constants.py -> build/bdist.linux-armv7l/wheel/clover/test copying build/lib/clover/test/mock_responses.py -> build/bdist.linux-armv7l/wheel/clover/test copying build/lib/clover/test/__init__.py -> build/bdist.linux-armv7l/wheel/clover/test copying build/lib/clover/test/utils.py -> build/bdist.linux-armv7l/wheel/clover/test copying build/lib/clover/test/api_test_case.py -> build/bdist.linux-armv7l/wheel/clover/test copying build/lib/clover/test/mocked_test_case.py -> build/bdist.linux-armv7l/wheel/clover/test creating build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/creatable_resource.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/add_resource_method.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/listable_resource.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/retrievable_resource.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/__init__.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/deletable_resource.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/abstract/modifiable_resource.py -> build/bdist.linux-armv7l/wheel/clover/abstract copying build/lib/clover/http_client.py -> build/bdist.linux-armv7l/wheel/clover creating build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/order.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/charge.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/__init__.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/refund.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/token.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/customer.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/resources/public_access_key_management_service.py -> build/bdist.linux-armv7l/wheel/clover/resources copying build/lib/clover/__init__.py -> build/bdist.linux-armv7l/wheel/clover copying build/lib/clover/utils.py -> build/bdist.linux-armv7l/wheel/clover copying build/lib/clover/base_requestor.py -> build/bdist.linux-armv7l/wheel/clover creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_token.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_charge.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_order.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_public_access_key_management_service.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_customer.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_refund.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing requirements to ecommClover.egg-info/requires.txt writing dependency_links to ecommClover.egg-info/dependency_links.txt writing ecommClover.egg-info/PKG-INFO writing top-level names to ecommClover.egg-info/top_level.txt reading manifest file 'ecommClover.egg-info/SOURCES.txt' writing manifest file 'ecommClover.egg-info/SOURCES.txt' Copying ecommClover.egg-info to build/bdist.linux-armv7l/wheel/ecommClover-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ecommClover-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-j4vl63pu/ecommClover-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'clover/__init__.py' adding 'clover/base_requestor.py' adding 'clover/http_client.py' adding 'clover/utils.py' adding 'clover/abstract/__init__.py' adding 'clover/abstract/add_resource_method.py' adding 'clover/abstract/creatable_resource.py' adding 'clover/abstract/deletable_resource.py' adding 'clover/abstract/listable_resource.py' adding 'clover/abstract/modifiable_resource.py' adding 'clover/abstract/retrievable_resource.py' adding 'clover/resources/__init__.py' adding 'clover/resources/charge.py' adding 'clover/resources/customer.py' adding 'clover/resources/order.py' adding 'clover/resources/public_access_key_management_service.py' adding 'clover/resources/refund.py' adding 'clover/resources/token.py' adding 'clover/test/__init__.py' adding 'clover/test/api_test_case.py' adding 'clover/test/constants.py' adding 'clover/test/mock_responses.py' adding 'clover/test/mocked_test_case.py' adding 'clover/test/utils.py' adding 'tests/__init__.py' adding 'tests/test_charge.py' adding 'tests/test_customer.py' adding 'tests/test_order.py' adding 'tests/test_public_access_key_management_service.py' adding 'tests/test_refund.py' adding 'tests/test_token.py' adding 'ecommClover-1.0.0.dist-info/METADATA' adding 'ecommClover-1.0.0.dist-info/WHEEL' adding 'ecommClover-1.0.0.dist-info/top_level.txt' adding 'ecommClover-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for ecommClover: finished with status 'done' Stored in directory: /tmp/tmpwsurvai2 Successfully built ecommClover Cleaning up... Removing source in /tmp/pip-wheel-9ztjhkqz/ecommClover Removed build tracker '/tmp/pip-req-tracker-co2l7ono'