Collecting arxiv-submission-events==0.2.4 1 location(s) to search for versions of arxiv-submission-events: * https://pypi.python.org/simple/arxiv-submission-events/ Getting page https://pypi.python.org/simple/arxiv-submission-events/ Analyzing links from page https://pypi.org/simple/arxiv-submission-events/ Found link https://files.pythonhosted.org/packages/2d/88/b21ff9f34430a7e7bf788401dc1e442a5a6cc230df489da32996ca86e719/arxiv-submission-events-0.1.tar.gz#sha256=8794fd9dd26a96b9021ceffae199dc0401127906760e23ccb4d285f128b0c723 (from https://pypi.org/simple/arxiv-submission-events/), version: 0.1 Found link https://files.pythonhosted.org/packages/30/89/3370df514d1d15ec5adf4d050bd1edc7d436c9f5157d655e4528ea5c2bf9/arxiv-submission-events-0.2.tar.gz#sha256=d9111e0fad661adaa634bee5ce885223f36d3e87d9ec2a9f23f9f9575af5f26e (from https://pypi.org/simple/arxiv-submission-events/), version: 0.2 Found link https://files.pythonhosted.org/packages/8c/55/864a43316f734eb5d59132d9a6abcbd33a07592e4d5528eda46aeacd6fc7/arxiv-submission-events-0.2.1.tar.gz#sha256=9e61c17aac800dec1bad61cc4a448b4e18d2ebc2912c285115ee1ddb5d85c7c2 (from https://pypi.org/simple/arxiv-submission-events/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/80/f8/53c86fb1ad2c1581d3fb535667bb9662c88c0fe49bac47788dc5bde5a8a6/arxiv-submission-events-0.2.2.tar.gz#sha256=9d1a3ff1a5b45b2501ecc56d776392f1c658206a14f0cf556321a19ff26686dd (from https://pypi.org/simple/arxiv-submission-events/), version: 0.2.2 Found link https://files.pythonhosted.org/packages/e9/99/ba13e8e5a6a06270f3c9dd92fa0e8ef341602407531eb3fc0bea4c68f86a/arxiv-submission-events-0.2.3.tar.gz#sha256=fb626773d72e3f1cba38f0757ee98a8b436516c524335a1b2c8b67411a177e4b (from https://pypi.org/simple/arxiv-submission-events/), version: 0.2.3 Found link https://files.pythonhosted.org/packages/be/6a/55a23f5c937ef824d11f91a760b037db3ae25beb8002aa7b858228983d2c/arxiv-submission-events-0.2.4.tar.gz#sha256=6fa5c24916e53db8a2394b5545790cfaad6058688ceff8c5eb29d810c25c7e9a (from https://pypi.org/simple/arxiv-submission-events/), version: 0.2.4 Using version 0.2.4 (newest of versions: 0.2.4) Downloading https://files.pythonhosted.org/packages/be/6a/55a23f5c937ef824d11f91a760b037db3ae25beb8002aa7b858228983d2c/arxiv-submission-events-0.2.4.tar.gz Downloading from URL https://files.pythonhosted.org/packages/be/6a/55a23f5c937ef824d11f91a760b037db3ae25beb8002aa7b858228983d2c/arxiv-submission-events-0.2.4.tar.gz#sha256=6fa5c24916e53db8a2394b5545790cfaad6058688ceff8c5eb29d810c25c7e9a (from https://pypi.org/simple/arxiv-submission-events/) Running setup.py (path:/tmp/pip-build-f3k3n4w2/arxiv-submission-events/setup.py) egg_info for package arxiv-submission-events Running command python setup.py egg_info running egg_info creating pip-egg-info/arxiv_submission_events.egg-info writing dependency_links to pip-egg-info/arxiv_submission_events.egg-info/dependency_links.txt writing pip-egg-info/arxiv_submission_events.egg-info/PKG-INFO writing top-level names to pip-egg-info/arxiv_submission_events.egg-info/top_level.txt writing manifest file 'pip-egg-info/arxiv_submission_events.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/arxiv_submission_events.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/arxiv_submission_events.egg-info/SOURCES.txt' Source in /tmp/pip-build-f3k3n4w2/arxiv-submission-events has version 0.2.4, which satisfies requirement arxiv-submission-events==0.2.4 from https://files.pythonhosted.org/packages/be/6a/55a23f5c937ef824d11f91a760b037db3ae25beb8002aa7b858228983d2c/arxiv-submission-events-0.2.4.tar.gz#sha256=6fa5c24916e53db8a2394b5545790cfaad6058688ceff8c5eb29d810c25c7e9a Building wheels for collected packages: arxiv-submission-events Running setup.py bdist_wheel for arxiv-submission-events: started Destination directory: /tmp/tmpocpwh4i8pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-f3k3n4w2/arxiv-submission-events/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/tmpocpwh4i8pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/events copying events/exceptions.py -> build/lib/events copying events/__init__.py -> build/lib/events creating build/lib/events/domain copying events/domain/agent.py -> build/lib/events/domain copying events/domain/rule.py -> build/lib/events/domain copying events/domain/submission.py -> build/lib/events/domain copying events/domain/__init__.py -> build/lib/events/domain copying events/domain/event.py -> build/lib/events/domain creating build/lib/events/services copying events/services/__init__.py -> build/lib/events/services copying events/services/notification.py -> build/lib/events/services creating build/lib/events/tests copying events/tests/test_classic_integration.py -> build/lib/events/tests copying events/tests/__init__.py -> build/lib/events/tests copying events/tests/test_api.py -> build/lib/events/tests creating build/lib/events/domain/tests copying events/domain/tests/test_events.py -> build/lib/events/domain/tests copying events/domain/tests/__init__.py -> build/lib/events/domain/tests creating build/lib/events/services/classic copying events/services/classic/exceptions.py -> build/lib/events/services/classic copying events/services/classic/models.py -> build/lib/events/services/classic copying events/services/classic/util.py -> build/lib/events/services/classic copying events/services/classic/bootstrap.py -> build/lib/events/services/classic copying events/services/classic/tests.py -> build/lib/events/services/classic copying events/services/classic/__init__.py -> build/lib/events/services/classic 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/events copying build/lib/events/exceptions.py -> build/bdist.linux-armv7l/wheel/events creating build/bdist.linux-armv7l/wheel/events/domain copying build/lib/events/domain/agent.py -> build/bdist.linux-armv7l/wheel/events/domain copying build/lib/events/domain/rule.py -> build/bdist.linux-armv7l/wheel/events/domain copying build/lib/events/domain/submission.py -> build/bdist.linux-armv7l/wheel/events/domain copying build/lib/events/domain/__init__.py -> build/bdist.linux-armv7l/wheel/events/domain copying build/lib/events/domain/event.py -> build/bdist.linux-armv7l/wheel/events/domain creating build/bdist.linux-armv7l/wheel/events/domain/tests copying build/lib/events/domain/tests/test_events.py -> build/bdist.linux-armv7l/wheel/events/domain/tests copying build/lib/events/domain/tests/__init__.py -> build/bdist.linux-armv7l/wheel/events/domain/tests copying build/lib/events/__init__.py -> build/bdist.linux-armv7l/wheel/events creating build/bdist.linux-armv7l/wheel/events/services creating build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/classic/exceptions.py -> build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/classic/models.py -> build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/classic/util.py -> build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/classic/bootstrap.py -> build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/classic/tests.py -> build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/classic/__init__.py -> build/bdist.linux-armv7l/wheel/events/services/classic copying build/lib/events/services/__init__.py -> build/bdist.linux-armv7l/wheel/events/services copying build/lib/events/services/notification.py -> build/bdist.linux-armv7l/wheel/events/services creating build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/test_classic_integration.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/__init__.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/test_api.py -> build/bdist.linux-armv7l/wheel/events/tests running install_egg_info running egg_info writing arxiv_submission_events.egg-info/PKG-INFO writing top-level names to arxiv_submission_events.egg-info/top_level.txt writing dependency_links to arxiv_submission_events.egg-info/dependency_links.txt reading manifest file 'arxiv_submission_events.egg-info/SOURCES.txt' writing manifest file 'arxiv_submission_events.egg-info/SOURCES.txt' Copying arxiv_submission_events.egg-info to build/bdist.linux-armv7l/wheel/arxiv_submission_events-0.2.4-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/arxiv_submission_events-0.2.4.dist-info/WHEEL Running setup.py bdist_wheel for arxiv-submission-events: finished with status 'done' Stored in directory: /tmp/tmp0qfx_j1i Successfully built arxiv-submission-events Cleaning up... Removing source in /tmp/pip-build-f3k3n4w2/arxiv-submission-events