Collecting glossary==0.3.0 1 location(s) to search for versions of glossary: * https://pypi.python.org/simple/glossary/ Getting page https://pypi.python.org/simple/glossary/ Analyzing links from page https://pypi.python.org/simple/glossary/ Found link https://pypi.python.org/packages/06/e9/47b02871e0514df8cdbc6940171cf04e4633e45eed0abdfe8302edc17f12/glossary-0.3.0.tar.gz#md5=4b088200d93ac36740a3ed44c8f7aa68 (from https://pypi.python.org/simple/glossary/), version: 0.3.0 Found link https://pypi.python.org/packages/50/50/761da8f2a58f51bf9d01bd1ce7877f1c8b6a61f79d5823c779a1bef30524/glossary-0.2.0.tar.gz#md5=70699c902d15222f3dffbee5c1b6c72d (from https://pypi.python.org/simple/glossary/), version: 0.2.0 Found link https://pypi.python.org/packages/7c/d5/a80311892fa90129838cbb77a1219546494d1cc7ad6c1149ab63ff34100f/glossary-0.2.1.tar.gz#md5=c60273f802c12e93e3d5ae0d2978267f (from https://pypi.python.org/simple/glossary/), version: 0.2.1 Found link https://pypi.python.org/packages/b1/8e/6b0f102851c69696c723045ab7829d7e64224716cf841118a1ae336103cd/glossary-0.1.1.tar.gz#md5=3c489bfd0d66084e449351530be0b460 (from https://pypi.python.org/simple/glossary/), version: 0.1.1 Found link https://pypi.python.org/packages/d1/47/2ff45d7b33cde9a3638ef9875196365a9343ac1e5fade17377534bc41e46/glossary-0.1.0.tar.gz#md5=a65fab1458a7a918c526ac140b805399 (from https://pypi.python.org/simple/glossary/), version: 0.1.0 Using version 0.3.0 (newest of versions: 0.3.0) Downloading glossary-0.3.0.tar.gz Downloading from URL https://pypi.python.org/packages/06/e9/47b02871e0514df8cdbc6940171cf04e4633e45eed0abdfe8302edc17f12/glossary-0.3.0.tar.gz#md5=4b088200d93ac36740a3ed44c8f7aa68 (from https://pypi.python.org/simple/glossary/) Running setup.py (path:/tmp/pip-build-xz_31ife/glossary/setup.py) egg_info for package glossary Running command python setup.py egg_info running egg_info creating pip-egg-info/glossary.egg-info writing dependency_links to pip-egg-info/glossary.egg-info/dependency_links.txt writing top-level names to pip-egg-info/glossary.egg-info/top_level.txt writing requirements to pip-egg-info/glossary.egg-info/requires.txt writing pip-egg-info/glossary.egg-info/PKG-INFO writing manifest file 'pip-egg-info/glossary.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/glossary.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/glossary.egg-info/SOURCES.txt' Source in /tmp/pip-build-xz_31ife/glossary has version 0.3.0, which satisfies requirement glossary==0.3.0 from https://pypi.python.org/packages/06/e9/47b02871e0514df8cdbc6940171cf04e4633e45eed0abdfe8302edc17f12/glossary-0.3.0.tar.gz#md5=4b088200d93ac36740a3ed44c8f7aa68 Building wheels for collected packages: glossary Running setup.py bdist_wheel for glossary: started Destination directory: /tmp/tmpg19o3y6upip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xz_31ife/glossary/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/tmpg19o3y6upip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/glossary copying glossary/utils.py -> build/lib/glossary copying glossary/models.py -> build/lib/glossary copying glossary/admin.py -> build/lib/glossary copying glossary/views.py -> build/lib/glossary copying glossary/__init__.py -> build/lib/glossary copying glossary/urls.py -> build/lib/glossary copying glossary/queryset.py -> build/lib/glossary copying glossary/apps.py -> build/lib/glossary creating build/lib/glossary/management copying glossary/management/__init__.py -> build/lib/glossary/management creating build/lib/glossary/migrations copying glossary/migrations/0002_auto_20170314_0850.py -> build/lib/glossary/migrations copying glossary/migrations/0003_auto_20170504_0253.py -> build/lib/glossary/migrations copying glossary/migrations/__init__.py -> build/lib/glossary/migrations copying glossary/migrations/0001_initial.py -> build/lib/glossary/migrations copying glossary/migrations/0004_academicgroup_dekid.py -> build/lib/glossary/migrations creating build/lib/glossary/management/commands copying glossary/management/commands/get_updates.py -> build/lib/glossary/management/commands copying glossary/management/commands/__init__.py -> build/lib/glossary/management/commands copying glossary/management/commands/register.py -> build/lib/glossary/management/commands running egg_info writing requirements to glossary.egg-info/requires.txt writing dependency_links to glossary.egg-info/dependency_links.txt writing glossary.egg-info/PKG-INFO writing top-level names to glossary.egg-info/top_level.txt reading manifest file 'glossary.egg-info/SOURCES.txt' writing manifest file 'glossary.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/glossary creating build/bdist.linux-armv7l/wheel/glossary/management creating build/bdist.linux-armv7l/wheel/glossary/management/commands copying build/lib/glossary/management/commands/get_updates.py -> build/bdist.linux-armv7l/wheel/glossary/management/commands copying build/lib/glossary/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/glossary/management/commands copying build/lib/glossary/management/commands/register.py -> build/bdist.linux-armv7l/wheel/glossary/management/commands copying build/lib/glossary/management/__init__.py -> build/bdist.linux-armv7l/wheel/glossary/management creating build/bdist.linux-armv7l/wheel/glossary/migrations copying build/lib/glossary/migrations/0002_auto_20170314_0850.py -> build/bdist.linux-armv7l/wheel/glossary/migrations copying build/lib/glossary/migrations/0003_auto_20170504_0253.py -> build/bdist.linux-armv7l/wheel/glossary/migrations copying build/lib/glossary/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/glossary/migrations copying build/lib/glossary/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/glossary/migrations copying build/lib/glossary/migrations/0004_academicgroup_dekid.py -> build/bdist.linux-armv7l/wheel/glossary/migrations copying build/lib/glossary/utils.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/models.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/admin.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/views.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/__init__.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/urls.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/queryset.py -> build/bdist.linux-armv7l/wheel/glossary copying build/lib/glossary/apps.py -> build/bdist.linux-armv7l/wheel/glossary running install_egg_info Copying glossary.egg-info to build/bdist.linux-armv7l/wheel/glossary-0.3.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/glossary-0.3.0.dist-info/WHEEL Running setup.py bdist_wheel for glossary: finished with status 'done' Stored in directory: /tmp/tmpba947231 Successfully built glossary Cleaning up... Removing source in /tmp/pip-build-xz_31ife/glossary