Collecting tebless==1.1.3.dev8 1 location(s) to search for versions of tebless: * https://pypi.python.org/simple/tebless/ Getting page https://pypi.python.org/simple/tebless/ Analyzing links from page https://pypi.python.org/simple/tebless/ Found link https://pypi.python.org/packages/36/6c/d645d5a18a322958ba3bde43798a8c3fd89e4dc4af48faf785c73cc85c9f/tebless-1.0.2.tar.gz#md5=b55c640f440062d6939560e035f0cd9e (from https://pypi.python.org/simple/tebless/), version: 1.0.2 Found link https://pypi.python.org/packages/66/5a/0f21d26bcdc29d513efaa1ad7ff4f0939d39c7d56803cbede2d6d9e8de28/tebless-1.1.1.dev3.tar.gz#md5=807a405176172661708a9a76480d44e8 (from https://pypi.python.org/simple/tebless/), version: 1.1.1.dev3 Found link https://pypi.python.org/packages/8b/f6/22a69e29168e3a9fbcfbc12a822e994b7671a324f72a40d9fdbf4449df38/tebless-1.0.3.tar.gz#md5=e1f3939f630c980fa4c2ee72711505cb (from https://pypi.python.org/simple/tebless/), version: 1.0.3 Found link https://pypi.python.org/packages/8e/7d/ceb55adc0fc0d0e6d507da3bfd2cf97d946e1cad1df57ff7dbbefb55f684/tebless-1.0.0.tar.gz#md5=6a46ab88cf46a044d6b59c606b676b77 (from https://pypi.python.org/simple/tebless/), version: 1.0.0 Found link https://pypi.python.org/packages/bd/63/2359b294b7cdc2d1c2c418494f0c6e06b980632757b38c62ff9bfa6a204f/tebless-1.1.3.dev8.tar.gz#md5=72de7ae0ff99b82c69b0b528fe4a988d (from https://pypi.python.org/simple/tebless/), version: 1.1.3.dev8 Using version 1.1.3.dev8 (newest of versions: 1.1.3.dev8) Downloading tebless-1.1.3.dev8.tar.gz Downloading from URL https://pypi.python.org/packages/bd/63/2359b294b7cdc2d1c2c418494f0c6e06b980632757b38c62ff9bfa6a204f/tebless-1.1.3.dev8.tar.gz#md5=72de7ae0ff99b82c69b0b528fe4a988d (from https://pypi.python.org/simple/tebless/) Running setup.py (path:/tmp/pip-build-t55db42w/tebless/setup.py) egg_info for package tebless Running command python setup.py egg_info Installed /tmp/pip-build-t55db42w/tebless/pbr-3.1.1-py3.4.egg running egg_info creating pip-egg-info/tebless.egg-info writing top-level names to pip-egg-info/tebless.egg-info/top_level.txt writing pip-egg-info/tebless.egg-info/PKG-INFO writing dependency_links to pip-egg-info/tebless.egg-info/dependency_links.txt writing requirements to pip-egg-info/tebless.egg-info/requires.txt [pbr] Processing SOURCES.txt writing manifest file 'pip-egg-info/tebless.egg-info/SOURCES.txt' warning: LocalManifestMaker: standard file '-c' not found warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'pip-egg-info/tebless.egg-info/SOURCES.txt' Source in /tmp/pip-build-t55db42w/tebless has version 1.1.3.dev8, which satisfies requirement tebless==1.1.3.dev8 from https://pypi.python.org/packages/bd/63/2359b294b7cdc2d1c2c418494f0c6e06b980632757b38c62ff9bfa6a204f/tebless-1.1.3.dev8.tar.gz#md5=72de7ae0ff99b82c69b0b528fe4a988d Building wheels for collected packages: tebless Running setup.py bdist_wheel for tebless: started Destination directory: /tmp/tmp4633hoz2pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t55db42w/tebless/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/tmp4633hoz2pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tebless copying tebless/__init__.py -> build/lib/tebless creating build/lib/tebless/themes copying tebless/themes/menu.py -> build/lib/tebless/themes copying tebless/themes/__init__.py -> build/lib/tebless/themes creating build/lib/tebless/widgets copying tebless/widgets/_filter_menu.py -> build/lib/tebless/widgets copying tebless/widgets/_checkbox.py -> build/lib/tebless/widgets copying tebless/widgets/_input.py -> build/lib/tebless/widgets copying tebless/widgets/__init__.py -> build/lib/tebless/widgets copying tebless/widgets/_label.py -> build/lib/tebless/widgets copying tebless/widgets/_menu.py -> build/lib/tebless/widgets copying tebless/widgets/_window.py -> build/lib/tebless/widgets creating build/lib/tebless/utils copying tebless/utils/keyboard.py -> build/lib/tebless/utils copying tebless/utils/__init__.py -> build/lib/tebless/utils copying tebless/utils/styles.py -> build/lib/tebless/utils creating build/lib/tebless/devs copying tebless/devs/__init__.py -> build/lib/tebless/devs copying tebless/devs/_widget.py -> build/lib/tebless/devs copying tebless/devs/_debug.py -> build/lib/tebless/devs copying tebless/devs/decorators.py -> build/lib/tebless/devs running egg_info writing tebless.egg-info/PKG-INFO writing dependency_links to tebless.egg-info/dependency_links.txt writing top-level names to tebless.egg-info/top_level.txt writing requirements to tebless.egg-info/requires.txt [pbr] Reusing existing SOURCES.txt creating build/lib/tebless/examples copying tebless/examples/filter_menu.py -> build/lib/tebless/examples copying tebless/examples/input.py -> build/lib/tebless/examples copying tebless/examples/menu.py -> build/lib/tebless/examples copying tebless/examples/nested_windows.py -> build/lib/tebless/examples creating build/lib/tebless/tests copying tebless/tests/test_utils.py -> build/lib/tebless/tests installing to build/bdist.linux-armv7l/wheel running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/tebless creating build/bdist.linux-armv7l/wheel/tebless/themes copying build/lib/tebless/themes/menu.py -> build/bdist.linux-armv7l/wheel/tebless/themes copying build/lib/tebless/themes/__init__.py -> build/bdist.linux-armv7l/wheel/tebless/themes creating build/bdist.linux-armv7l/wheel/tebless/examples copying build/lib/tebless/examples/input.py -> build/bdist.linux-armv7l/wheel/tebless/examples copying build/lib/tebless/examples/menu.py -> build/bdist.linux-armv7l/wheel/tebless/examples copying build/lib/tebless/examples/filter_menu.py -> build/bdist.linux-armv7l/wheel/tebless/examples copying build/lib/tebless/examples/nested_windows.py -> build/bdist.linux-armv7l/wheel/tebless/examples creating build/bdist.linux-armv7l/wheel/tebless/tests copying build/lib/tebless/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/tebless/tests creating build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/_filter_menu.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/_checkbox.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/_input.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/__init__.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/_label.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/_menu.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/widgets/_window.py -> build/bdist.linux-armv7l/wheel/tebless/widgets copying build/lib/tebless/__init__.py -> build/bdist.linux-armv7l/wheel/tebless creating build/bdist.linux-armv7l/wheel/tebless/devs copying build/lib/tebless/devs/__init__.py -> build/bdist.linux-armv7l/wheel/tebless/devs copying build/lib/tebless/devs/_widget.py -> build/bdist.linux-armv7l/wheel/tebless/devs copying build/lib/tebless/devs/_debug.py -> build/bdist.linux-armv7l/wheel/tebless/devs copying build/lib/tebless/devs/decorators.py -> build/bdist.linux-armv7l/wheel/tebless/devs creating build/bdist.linux-armv7l/wheel/tebless/utils copying build/lib/tebless/utils/keyboard.py -> build/bdist.linux-armv7l/wheel/tebless/utils copying build/lib/tebless/utils/__init__.py -> build/bdist.linux-armv7l/wheel/tebless/utils copying build/lib/tebless/utils/styles.py -> build/bdist.linux-armv7l/wheel/tebless/utils running install_egg_info Copying tebless.egg-info to build/bdist.linux-armv7l/wheel/tebless-1.1.3.dev8.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/tebless-1.1.3.dev8.dist-info/WHEEL creating '/tmp/tmp4633hoz2pip-wheel-/tebless-1.1.3.dev8-py3-none-any.whl' and adding '.' to it adding 'tebless/__init__.py' adding 'tebless/devs/__init__.py' adding 'tebless/devs/_debug.py' adding 'tebless/devs/_widget.py' adding 'tebless/devs/decorators.py' adding 'tebless/examples/filter_menu.py' adding 'tebless/examples/input.py' adding 'tebless/examples/menu.py' adding 'tebless/examples/nested_windows.py' adding 'tebless/tests/test_utils.py' adding 'tebless/themes/__init__.py' adding 'tebless/themes/menu.py' adding 'tebless/utils/__init__.py' adding 'tebless/utils/keyboard.py' adding 'tebless/utils/styles.py' adding 'tebless/widgets/__init__.py' adding 'tebless/widgets/_checkbox.py' adding 'tebless/widgets/_filter_menu.py' adding 'tebless/widgets/_input.py' adding 'tebless/widgets/_label.py' adding 'tebless/widgets/_menu.py' adding 'tebless/widgets/_window.py' adding 'tebless-1.1.3.dev8.dist-info/DESCRIPTION.rst' adding 'tebless-1.1.3.dev8.dist-info/LICENSE.txt' adding 'tebless-1.1.3.dev8.dist-info/metadata.json' adding 'tebless-1.1.3.dev8.dist-info/pbr.json' adding 'tebless-1.1.3.dev8.dist-info/top_level.txt' adding 'tebless-1.1.3.dev8.dist-info/WHEEL' adding 'tebless-1.1.3.dev8.dist-info/METADATA' adding 'tebless-1.1.3.dev8.dist-info/RECORD' Running setup.py bdist_wheel for tebless: finished with status 'done' Stored in directory: /tmp/tmpwathndwv Successfully built tebless Cleaning up... Removing source in /tmp/pip-build-t55db42w/tebless