Collecting inventorpy==0.1.0a3
1 location(s) to search for versions of inventorpy:
* https://pypi.python.org/simple/inventorpy/
Getting page https://pypi.python.org/simple/inventorpy/
Analyzing links from page https://pypi.python.org/simple/inventorpy/
Found link https://pypi.python.org/packages/2f/42/7d149ca09d7ebb17d6f45f797979f30cc31da41897df98b110c4d434c1ae/inventorpy-0.1.0a3.tar.gz#md5=679a8d9a1bd915673eba6a991def6342 (from https://pypi.python.org/simple/inventorpy/), version: 0.1.0a3
Skipping link https://pypi.python.org/packages/32/ee/02f41a1197d5645ffad47e4d05612914cf85ca1a5b024acf983350e28314/inventorpy-0.1.0a1-py36-none-any.whl#md5=0d6f51804172353de22f1dfb9dafef7f (from https://pypi.python.org/simple/inventorpy/); it is not compatible with this Python
Found link https://pypi.python.org/packages/43/3f/a13ffc11a6c885cb14716afd176d12f341ed77f7ed0e5755f6893dadfa02/inventorpy-0.1.0a1.tar.gz#md5=30b8dbc12fbb487adbbaceb4ca416516 (from https://pypi.python.org/simple/inventorpy/), version: 0.1.0a1
Skipping link https://pypi.python.org/packages/4f/6f/5cea1a158ef443945d7eec04702e27ace2144cac0b953629944eee771575/inventorpy-0.1.0a2-py36-none-any.whl#md5=e2b42beaccf01e535b510f73d4513dab (from https://pypi.python.org/simple/inventorpy/); it is not compatible with this Python
Found link https://pypi.python.org/packages/85/5c/f7f8a03ce9252dae488c9bec13c9ec3bfc548242af6d64dd16b5376b0380/inventorpy-0.1.0a2.tar.gz#md5=e00e1d0f743390b9146d28ddb8925ee3 (from https://pypi.python.org/simple/inventorpy/), version: 0.1.0a2
Skipping link https://pypi.python.org/packages/dd/1f/c3abe47462ef1abb30c0856d5a2ae176a2afa96d41b1dc2525649637efcf/inventorpy-0.1.0a3-py36-none-any.whl#md5=ad8918cb009ab577e78708c9d1771b6d (from https://pypi.python.org/simple/inventorpy/); it is not compatible with this Python
Using version 0.1.0a3 (newest of versions: 0.1.0a3)
Downloading inventorpy-0.1.0a3.tar.gz
Downloading from URL https://pypi.python.org/packages/2f/42/7d149ca09d7ebb17d6f45f797979f30cc31da41897df98b110c4d434c1ae/inventorpy-0.1.0a3.tar.gz#md5=679a8d9a1bd915673eba6a991def6342 (from https://pypi.python.org/simple/inventorpy/)
Running setup.py (path:/tmp/pip-build-m_d5zsxq/inventorpy/setup.py) egg_info for package inventorpy
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/inventorpy.egg-info
writing pip-egg-info/inventorpy.egg-info/PKG-INFO
writing top-level names to pip-egg-info/inventorpy.egg-info/top_level.txt
writing dependency_links to pip-egg-info/inventorpy.egg-info/dependency_links.txt
writing requirements to pip-egg-info/inventorpy.egg-info/requires.txt
writing manifest file 'pip-egg-info/inventorpy.egg-info/SOURCES.txt'
file src/inventorpy.py (for module inventorpy) not found
reading manifest file 'pip-egg-info/inventorpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include' expects
...
writing manifest file 'pip-egg-info/inventorpy.egg-info/SOURCES.txt'
Source in /tmp/pip-build-m_d5zsxq/inventorpy has version 0.1.0a3, which satisfies requirement inventorpy==0.1.0a3 from https://pypi.python.org/packages/2f/42/7d149ca09d7ebb17d6f45f797979f30cc31da41897df98b110c4d434c1ae/inventorpy-0.1.0a3.tar.gz#md5=679a8d9a1bd915673eba6a991def6342
Building wheels for collected packages: inventorpy
Running setup.py bdist_wheel for inventorpy: started
Destination directory: /tmp/tmpmf6wqld2pip-wheel-
Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-m_d5zsxq/inventorpy/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/tmpmf6wqld2pip-wheel-
running bdist_wheel
running build
running build_py
file src/inventorpy.py (for module inventorpy) not found
creating build
creating build/lib
creating build/lib/inventorpy
copying src/inventorpy/__version__.py -> build/lib/inventorpy
copying src/inventorpy/__main__.py -> build/lib/inventorpy
copying src/inventorpy/__init__.py -> build/lib/inventorpy
creating build/lib/inventorpy/adapters
copying src/inventorpy/adapters/orm.py -> build/lib/inventorpy/adapters
copying src/inventorpy/adapters/views.py -> build/lib/inventorpy/adapters
copying src/inventorpy/adapters/emails.py -> build/lib/inventorpy/adapters
copying src/inventorpy/adapters/__init__.py -> build/lib/inventorpy/adapters
copying src/inventorpy/adapters/config.py -> build/lib/inventorpy/adapters
creating build/lib/inventorpy/domain
copying src/inventorpy/domain/ports.py -> build/lib/inventorpy/domain
copying src/inventorpy/domain/models.py -> build/lib/inventorpy/domain
copying src/inventorpy/domain/events.py -> build/lib/inventorpy/domain
copying src/inventorpy/domain/emails.py -> build/lib/inventorpy/domain
copying src/inventorpy/domain/__init__.py -> build/lib/inventorpy/domain
copying src/inventorpy/domain/entities.py -> build/lib/inventorpy/domain
copying src/inventorpy/domain/commands.py -> build/lib/inventorpy/domain
creating build/lib/inventorpy/services
copying src/inventorpy/services/event_handlers.py -> build/lib/inventorpy/services
copying src/inventorpy/services/__init__.py -> build/lib/inventorpy/services
copying src/inventorpy/services/command_handlers.py -> build/lib/inventorpy/services
file src/inventorpy.py (for module inventorpy) not found
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/inventorpy
copying build/lib/inventorpy/__version__.py -> build/bdist.linux-armv7l/wheel/inventorpy
creating build/bdist.linux-armv7l/wheel/inventorpy/adapters
copying build/lib/inventorpy/adapters/orm.py -> build/bdist.linux-armv7l/wheel/inventorpy/adapters
copying build/lib/inventorpy/adapters/views.py -> build/bdist.linux-armv7l/wheel/inventorpy/adapters
copying build/lib/inventorpy/adapters/emails.py -> build/bdist.linux-armv7l/wheel/inventorpy/adapters
copying build/lib/inventorpy/adapters/__init__.py -> build/bdist.linux-armv7l/wheel/inventorpy/adapters
copying build/lib/inventorpy/adapters/config.py -> build/bdist.linux-armv7l/wheel/inventorpy/adapters
creating build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/ports.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/models.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/events.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/emails.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/__init__.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/entities.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/domain/commands.py -> build/bdist.linux-armv7l/wheel/inventorpy/domain
copying build/lib/inventorpy/__main__.py -> build/bdist.linux-armv7l/wheel/inventorpy
copying build/lib/inventorpy/__init__.py -> build/bdist.linux-armv7l/wheel/inventorpy
creating build/bdist.linux-armv7l/wheel/inventorpy/services
copying build/lib/inventorpy/services/event_handlers.py -> build/bdist.linux-armv7l/wheel/inventorpy/services
copying build/lib/inventorpy/services/__init__.py -> build/bdist.linux-armv7l/wheel/inventorpy/services
copying build/lib/inventorpy/services/command_handlers.py -> build/bdist.linux-armv7l/wheel/inventorpy/services
running install_egg_info
running egg_info
writing top-level names to src/inventorpy.egg-info/top_level.txt
writing src/inventorpy.egg-info/PKG-INFO
writing dependency_links to src/inventorpy.egg-info/dependency_links.txt
writing requirements to src/inventorpy.egg-info/requires.txt
file src/inventorpy.py (for module inventorpy) not found
reading manifest file 'src/inventorpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include' expects ...
writing manifest file 'src/inventorpy.egg-info/SOURCES.txt'
Copying src/inventorpy.egg-info to build/bdist.linux-armv7l/wheel/inventorpy-0.1.0a3-py3.4.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/inventorpy-0.1.0a3.dist-info/WHEEL
Running setup.py bdist_wheel for inventorpy: finished with status 'done'
Stored in directory: /tmp/tmptsf567l4
Successfully built inventorpy
Cleaning up...
Removing source in /tmp/pip-build-m_d5zsxq/inventorpy