Collecting ldap3-orm==1.2.1 1 location(s) to search for versions of ldap3-orm: * https://pypi.python.org/simple/ldap3-orm/ Getting page https://pypi.python.org/simple/ldap3-orm/ Analyzing links from page https://pypi.python.org/simple/ldap3-orm/ Found link https://pypi.python.org/packages/0a/94/2811e489ca14b974b564b23953f057b564ceab68eb35e4ce91265cc5200c/ldap3-orm-0.1.2.tar.gz#md5=c4818f736ae85c4449814f0f2b7cab59 (from https://pypi.python.org/simple/ldap3-orm/), version: 0.1.2 Found link https://pypi.python.org/packages/3c/d8/a05f87c5eff7145b169f723a85276895bf98b6f87aa0c0b07265078c942d/ldap3-orm-0.1.1.tar.gz#md5=5632773662729a332c77b4930705e4cf (from https://pypi.python.org/simple/ldap3-orm/), version: 0.1.1 Found link https://pypi.python.org/packages/5f/3f/9f02a65aadac47417d19431a9ca05d528ce8740ebe9e15966d82340b7634/ldap3-orm-0.1.0.tar.gz#md5=3c813ef83af4795eaf77463641d6ba25 (from https://pypi.python.org/simple/ldap3-orm/), version: 0.1.0 Found link https://pypi.python.org/packages/6e/0c/c928993dd35b60d107279956b931d245786b730365d97cdaeda1fe31b7a3/ldap3-orm-1.2.1.tar.gz#md5=4c044e0713491b5800e09d3bdb15b8b2 (from https://pypi.python.org/simple/ldap3-orm/), version: 1.2.1 Found link https://pypi.python.org/packages/96/28/349d3aab60cdcee741c34b98c4d7441250838252e279f0afa407c9b6395d/ldap3-orm-1.0.0.tar.gz#md5=2400b99c3ef00aaa70149a5c0915c8f9 (from https://pypi.python.org/simple/ldap3-orm/), version: 1.0.0 Found link https://pypi.python.org/packages/a3/78/bbb262f2113d14e7d428c7ac51d8c416d7ca09b8d329205d6a7cb3c1d88a/ldap3-orm-1.2.0.tar.gz#md5=f365fc8a196aeced8f8c3abb8ce16b23 (from https://pypi.python.org/simple/ldap3-orm/), version: 1.2.0 Found link https://pypi.python.org/packages/f0/05/41faea5923506790de2ce61b3888b72af9c887ee028753af5c02093d31cd/ldap3-orm-1.1.0.tar.gz#md5=6f0f625c862704d156ee3e8f37c53d8e (from https://pypi.python.org/simple/ldap3-orm/), version: 1.1.0 Using version 1.2.1 (newest of versions: 1.2.1) Downloading ldap3-orm-1.2.1.tar.gz Downloading from URL https://pypi.python.org/packages/6e/0c/c928993dd35b60d107279956b931d245786b730365d97cdaeda1fe31b7a3/ldap3-orm-1.2.1.tar.gz#md5=4c044e0713491b5800e09d3bdb15b8b2 (from https://pypi.python.org/simple/ldap3-orm/) Running setup.py (path:/tmp/pip-build-_a4q2rk8/ldap3-orm/setup.py) egg_info for package ldap3-orm Running command python setup.py egg_info running egg_info creating pip-egg-info/ldap3_orm.egg-info writing top-level names to pip-egg-info/ldap3_orm.egg-info/top_level.txt writing dependency_links to pip-egg-info/ldap3_orm.egg-info/dependency_links.txt writing pip-egg-info/ldap3_orm.egg-info/PKG-INFO writing manifest file 'pip-egg-info/ldap3_orm.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/ldap3_orm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.db' found anywhere in distribution writing manifest file 'pip-egg-info/ldap3_orm.egg-info/SOURCES.txt' Source in /tmp/pip-build-_a4q2rk8/ldap3-orm has version 1.2.1, which satisfies requirement ldap3-orm==1.2.1 from https://pypi.python.org/packages/6e/0c/c928993dd35b60d107279956b931d245786b730365d97cdaeda1fe31b7a3/ldap3-orm-1.2.1.tar.gz#md5=4c044e0713491b5800e09d3bdb15b8b2 Building wheels for collected packages: ldap3-orm Running setup.py bdist_wheel for ldap3-orm: started Destination directory: /tmp/tmpi96siko6pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_a4q2rk8/ldap3-orm/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/tmpi96siko6pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ldap3_orm copying ldap3_orm/pycompat.py -> build/lib/ldap3_orm copying ldap3_orm/parameter.py -> build/lib/ldap3_orm copying ldap3_orm/entry.py -> build/lib/ldap3_orm copying ldap3_orm/__init__.py -> build/lib/ldap3_orm copying ldap3_orm/_version.py -> build/lib/ldap3_orm copying ldap3_orm/main.py -> build/lib/ldap3_orm creating build/lib/test creating build/lib/test/ldap3_orm copying test/ldap3_orm/__init__.py -> build/lib/test/ldap3_orm running egg_info writing ldap3_orm.egg-info/PKG-INFO writing dependency_links to ldap3_orm.egg-info/dependency_links.txt writing top-level names to ldap3_orm.egg-info/top_level.txt reading manifest file 'ldap3_orm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.db' found anywhere in distribution writing manifest file 'ldap3_orm.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/test creating build/bdist.linux-armv7l/wheel/test/ldap3_orm copying build/lib/test/ldap3_orm/__init__.py -> build/bdist.linux-armv7l/wheel/test/ldap3_orm creating build/bdist.linux-armv7l/wheel/ldap3_orm copying build/lib/ldap3_orm/pycompat.py -> build/bdist.linux-armv7l/wheel/ldap3_orm copying build/lib/ldap3_orm/parameter.py -> build/bdist.linux-armv7l/wheel/ldap3_orm copying build/lib/ldap3_orm/entry.py -> build/bdist.linux-armv7l/wheel/ldap3_orm copying build/lib/ldap3_orm/__init__.py -> build/bdist.linux-armv7l/wheel/ldap3_orm copying build/lib/ldap3_orm/_version.py -> build/bdist.linux-armv7l/wheel/ldap3_orm copying build/lib/ldap3_orm/main.py -> build/bdist.linux-armv7l/wheel/ldap3_orm running install_egg_info Copying ldap3_orm.egg-info to build/bdist.linux-armv7l/wheel/ldap3_orm-1.2.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ldap3_orm-1.2.1.dist-info/WHEEL Running setup.py bdist_wheel for ldap3-orm: finished with status 'done' Stored in directory: /tmp/tmp9dawcf6_ Successfully built ldap3-orm Cleaning up... Removing source in /tmp/pip-build-_a4q2rk8/ldap3-orm