Collecting yuuno-core==1.0.0.dev2 1 location(s) to search for versions of yuuno-core: * https://pypi.python.org/simple/yuuno-core/ Getting page https://pypi.python.org/simple/yuuno-core/ Analyzing links from page https://pypi.org/simple/yuuno-core/ Found link https://files.pythonhosted.org/packages/2d/ba/641cdcd10d0c4cbdd4f3ef4a44a9352b1b0026b732183906e2e3eb42e0e2/yuuno-core-1.0.0.dev1.zip#sha256=efe23993f10b373097286fc431d301f24177aea8017a7ea2fad1fe9a8f14ad8d (from https://pypi.org/simple/yuuno-core/), version: 1.0.0.dev1 Found link https://files.pythonhosted.org/packages/d1/55/6391512c5c6a7e516c56d73d994b9f507a4c0d4f58394f3648f884a4676c/yuuno-core-1.0.0.dev2.zip#sha256=bcba8a03fbbc53efa4ebb9b5ef517b50f2ee52ea383c17c632b21ae75f9758e6 (from https://pypi.org/simple/yuuno-core/), version: 1.0.0.dev2 Using version 1.0.0.dev2 (newest of versions: 1.0.0.dev2) Downloading https://files.pythonhosted.org/packages/d1/55/6391512c5c6a7e516c56d73d994b9f507a4c0d4f58394f3648f884a4676c/yuuno-core-1.0.0.dev2.zip (64kB) Downloading from URL https://files.pythonhosted.org/packages/d1/55/6391512c5c6a7e516c56d73d994b9f507a4c0d4f58394f3648f884a4676c/yuuno-core-1.0.0.dev2.zip#sha256=bcba8a03fbbc53efa4ebb9b5ef517b50f2ee52ea383c17c632b21ae75f9758e6 (from https://pypi.org/simple/yuuno-core/) Running setup.py (path:/tmp/pip-build-7_vuspn5/yuuno-core/setup.py) egg_info for package yuuno-core Running command python setup.py egg_info running egg_info creating pip-egg-info/yuuno_core.egg-info writing top-level names to pip-egg-info/yuuno_core.egg-info/top_level.txt writing requirements to pip-egg-info/yuuno_core.egg-info/requires.txt writing pip-egg-info/yuuno_core.egg-info/PKG-INFO writing dependency_links to pip-egg-info/yuuno_core.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/yuuno_core.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/yuuno_core.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'extras_requires' warnings.warn(msg) warning: no files found matching 'LICENSE' warning: no files found matching '*' under directory 'yuuno/data' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' writing manifest file 'pip-egg-info/yuuno_core.egg-info/SOURCES.txt' Source in /tmp/pip-build-7_vuspn5/yuuno-core has version 1.0.0.dev2, which satisfies requirement yuuno-core==1.0.0.dev2 from https://files.pythonhosted.org/packages/d1/55/6391512c5c6a7e516c56d73d994b9f507a4c0d4f58394f3648f884a4676c/yuuno-core-1.0.0.dev2.zip#sha256=bcba8a03fbbc53efa4ebb9b5ef517b50f2ee52ea383c17c632b21ae75f9758e6 Building wheels for collected packages: yuuno-core Running setup.py bdist_wheel for yuuno-core: started Destination directory: /tmp/tmp5nhvojt2pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-7_vuspn5/yuuno-core/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/tmp5nhvojt2pip-wheel- /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'extras_requires' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/yuuno copying yuuno/autodiscover.py -> build/lib/yuuno copying yuuno/clip.py -> build/lib/yuuno copying yuuno/yuuno.py -> build/lib/yuuno copying yuuno/__init__.py -> build/lib/yuuno copying yuuno/trait_types.py -> build/lib/yuuno creating build/lib/yuuno/output copying yuuno/output/srgb_png.py -> build/lib/yuuno/output copying yuuno/output/__init__.py -> build/lib/yuuno/output copying yuuno/output/pil2png.py -> build/lib/yuuno/output creating build/lib/yuuno/vs copying yuuno/vs/alpha.py -> build/lib/yuuno/vs copying yuuno/vs/clip.py -> build/lib/yuuno/vs copying yuuno/vs/extension.py -> build/lib/yuuno/vs copying yuuno/vs/__init__.py -> build/lib/yuuno/vs copying yuuno/vs/utils.py -> build/lib/yuuno/vs creating build/lib/yuuno/multi_scripts copying yuuno/multi_scripts/extension.py -> build/lib/yuuno/multi_scripts copying yuuno/multi_scripts/__init__.py -> build/lib/yuuno/multi_scripts copying yuuno/multi_scripts/script.py -> build/lib/yuuno/multi_scripts creating build/lib/yuuno/core copying yuuno/core/registry.py -> build/lib/yuuno/core copying yuuno/core/extension.py -> build/lib/yuuno/core copying yuuno/core/environment.py -> build/lib/yuuno/core copying yuuno/core/__init__.py -> build/lib/yuuno/core copying yuuno/core/settings.py -> build/lib/yuuno/core copying yuuno/core/namespace.py -> build/lib/yuuno/core creating build/lib/yuuno/vs/vsscript copying yuuno/vs/vsscript/capsules.py -> build/lib/yuuno/vs/vsscript copying yuuno/vs/vsscript/clip.py -> build/lib/yuuno/vs/vsscript copying yuuno/vs/vsscript/vs_capi.py -> build/lib/yuuno/vs/vsscript copying yuuno/vs/vsscript/__init__.py -> build/lib/yuuno/vs/vsscript copying yuuno/vs/vsscript/script.py -> build/lib/yuuno/vs/vsscript copying yuuno/vs/vsscript/containermodule.py -> build/lib/yuuno/vs/vsscript running egg_info writing top-level names to yuuno_core.egg-info/top_level.txt writing yuuno_core.egg-info/PKG-INFO writing dependency_links to yuuno_core.egg-info/dependency_links.txt writing requirements to yuuno_core.egg-info/requires.txt reading manifest file 'yuuno_core.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' warning: no files found matching '*' under directory 'yuuno/data' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' writing manifest file 'yuuno_core.egg-info/SOURCES.txt' 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/yuuno copying build/lib/yuuno/autodiscover.py -> build/bdist.linux-armv7l/wheel/yuuno copying build/lib/yuuno/clip.py -> build/bdist.linux-armv7l/wheel/yuuno creating build/bdist.linux-armv7l/wheel/yuuno/output copying build/lib/yuuno/output/srgb_png.py -> build/bdist.linux-armv7l/wheel/yuuno/output copying build/lib/yuuno/output/__init__.py -> build/bdist.linux-armv7l/wheel/yuuno/output copying build/lib/yuuno/output/pil2png.py -> build/bdist.linux-armv7l/wheel/yuuno/output creating build/bdist.linux-armv7l/wheel/yuuno/vs copying build/lib/yuuno/vs/alpha.py -> build/bdist.linux-armv7l/wheel/yuuno/vs copying build/lib/yuuno/vs/clip.py -> build/bdist.linux-armv7l/wheel/yuuno/vs copying build/lib/yuuno/vs/extension.py -> build/bdist.linux-armv7l/wheel/yuuno/vs creating build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/vsscript/capsules.py -> build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/vsscript/clip.py -> build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/vsscript/vs_capi.py -> build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/vsscript/__init__.py -> build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/vsscript/script.py -> build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/vsscript/containermodule.py -> build/bdist.linux-armv7l/wheel/yuuno/vs/vsscript copying build/lib/yuuno/vs/__init__.py -> build/bdist.linux-armv7l/wheel/yuuno/vs copying build/lib/yuuno/vs/utils.py -> build/bdist.linux-armv7l/wheel/yuuno/vs creating build/bdist.linux-armv7l/wheel/yuuno/multi_scripts copying build/lib/yuuno/multi_scripts/extension.py -> build/bdist.linux-armv7l/wheel/yuuno/multi_scripts copying build/lib/yuuno/multi_scripts/__init__.py -> build/bdist.linux-armv7l/wheel/yuuno/multi_scripts copying build/lib/yuuno/multi_scripts/script.py -> build/bdist.linux-armv7l/wheel/yuuno/multi_scripts copying build/lib/yuuno/yuuno.py -> build/bdist.linux-armv7l/wheel/yuuno copying build/lib/yuuno/__init__.py -> build/bdist.linux-armv7l/wheel/yuuno creating build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/core/registry.py -> build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/core/extension.py -> build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/core/environment.py -> build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/core/__init__.py -> build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/core/settings.py -> build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/core/namespace.py -> build/bdist.linux-armv7l/wheel/yuuno/core copying build/lib/yuuno/trait_types.py -> build/bdist.linux-armv7l/wheel/yuuno running install_egg_info Copying yuuno_core.egg-info to build/bdist.linux-armv7l/wheel/yuuno_core-1.0.0.dev2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/yuuno_core-1.0.0.dev2.dist-info/WHEEL Running setup.py bdist_wheel for yuuno-core: finished with status 'done' Stored in directory: /tmp/tmpf6n9fumb Successfully built yuuno-core Cleaning up... Removing source in /tmp/pip-build-7_vuspn5/yuuno-core