Collecting autoremove-torrents==1.2.1 1 location(s) to search for versions of autoremove-torrents: * https://pypi.python.org/simple/autoremove-torrents/ Getting page https://pypi.python.org/simple/autoremove-torrents/ Analyzing links from page https://pypi.org/simple/autoremove-torrents/ Found link https://files.pythonhosted.org/packages/84/fb/fe2c0e2c9f996188e3750eabf33171488444c3e0d0e3e80604647392df92/autoremove-torrents-1.1.0.tar.gz#sha256=dde648dfb9d524089ef4b40fd94edf8a2996204cc5fa2e41eb21ab05df27910b (from https://pypi.org/simple/autoremove-torrents/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/ee/cd/a32fc37320a0231ad877662ed7d86cc432e553ef70971cb9a419daac9998/autoremove_torrents-1.1.0-py3-none-any.whl#sha256=66cc089dba39475ff8c402b4f29ea57ea5824bee61f019fb45204aa7f95afc46 (from https://pypi.org/simple/autoremove-torrents/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/b6/5f/9175c71e76cad33fca341b3350f2724c89689d1aeace795b7f951e721586/autoremove-torrents-1.2.1.tar.gz#sha256=c61ce47075828512cd77d6e2061d0cc19c05a8a87a505ba74b106e9d5f0cdaa7 (from https://pypi.org/simple/autoremove-torrents/), version: 1.2.1 Using version 1.2.1 (newest of versions: 1.2.1) Downloading https://files.pythonhosted.org/packages/b6/5f/9175c71e76cad33fca341b3350f2724c89689d1aeace795b7f951e721586/autoremove-torrents-1.2.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/b6/5f/9175c71e76cad33fca341b3350f2724c89689d1aeace795b7f951e721586/autoremove-torrents-1.2.1.tar.gz#sha256=c61ce47075828512cd77d6e2061d0cc19c05a8a87a505ba74b106e9d5f0cdaa7 (from https://pypi.org/simple/autoremove-torrents/) Running setup.py (path:/tmp/pip-build-p_eeuow7/autoremove-torrents/setup.py) egg_info for package autoremove-torrents Running command python setup.py egg_info running egg_info creating pip-egg-info/autoremove_torrents.egg-info writing entry points to pip-egg-info/autoremove_torrents.egg-info/entry_points.txt writing dependency_links to pip-egg-info/autoremove_torrents.egg-info/dependency_links.txt writing requirements to pip-egg-info/autoremove_torrents.egg-info/requires.txt writing top-level names to pip-egg-info/autoremove_torrents.egg-info/top_level.txt writing pip-egg-info/autoremove_torrents.egg-info/PKG-INFO writing manifest file 'pip-egg-info/autoremove_torrents.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/autoremove_torrents.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/autoremove_torrents.egg-info/SOURCES.txt' Source in /tmp/pip-build-p_eeuow7/autoremove-torrents has version 1.2.1, which satisfies requirement autoremove-torrents==1.2.1 from https://files.pythonhosted.org/packages/b6/5f/9175c71e76cad33fca341b3350f2724c89689d1aeace795b7f951e721586/autoremove-torrents-1.2.1.tar.gz#sha256=c61ce47075828512cd77d6e2061d0cc19c05a8a87a505ba74b106e9d5f0cdaa7 Building wheels for collected packages: autoremove-torrents Running setup.py bdist_wheel for autoremove-torrents: started Destination directory: /tmp/tmpy9en1mgypip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-p_eeuow7/autoremove-torrents/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/tmpy9en1mgypip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/autoremovetorrents copying autoremovetorrents/logger.py -> build/lib/autoremovetorrents copying autoremovetorrents/torrentstatus.py -> build/lib/autoremovetorrents copying autoremovetorrents/strategy.py -> build/lib/autoremovetorrents copying autoremovetorrents/torrent.py -> build/lib/autoremovetorrents copying autoremovetorrents/version.py -> build/lib/autoremovetorrents copying autoremovetorrents/__init__.py -> build/lib/autoremovetorrents copying autoremovetorrents/main.py -> build/lib/autoremovetorrents copying autoremovetorrents/task.py -> build/lib/autoremovetorrents creating build/lib/autoremovetorrents/client copying autoremovetorrents/client/transmission.py -> build/lib/autoremovetorrents/client copying autoremovetorrents/client/utorrent.py -> build/lib/autoremovetorrents/client copying autoremovetorrents/client/qbittorrent.py -> build/lib/autoremovetorrents/client copying autoremovetorrents/client/__init__.py -> build/lib/autoremovetorrents/client creating build/lib/autoremovetorrents/exception copying autoremovetorrents/exception/nosuchclient.py -> build/lib/autoremovetorrents/exception copying autoremovetorrents/exception/loginfailed.py -> build/lib/autoremovetorrents/exception copying autoremovetorrents/exception/__init__.py -> build/lib/autoremovetorrents/exception creating build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/torrentsize.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/base.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/sortbase.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/donothing.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/ratio.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/__init__.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/createtime.py -> build/lib/autoremovetorrents/condition copying autoremovetorrents/condition/seedingtime.py -> build/lib/autoremovetorrents/condition creating build/lib/autoremovetorrents/filter copying autoremovetorrents/filter/tracker.py -> build/lib/autoremovetorrents/filter copying autoremovetorrents/filter/category.py -> build/lib/autoremovetorrents/filter copying autoremovetorrents/filter/filter.py -> build/lib/autoremovetorrents/filter copying autoremovetorrents/filter/__init__.py -> build/lib/autoremovetorrents/filter running egg_info writing top-level names to autoremove_torrents.egg-info/top_level.txt writing requirements to autoremove_torrents.egg-info/requires.txt writing autoremove_torrents.egg-info/PKG-INFO writing dependency_links to autoremove_torrents.egg-info/dependency_links.txt writing entry points to autoremove_torrents.egg-info/entry_points.txt reading manifest file 'autoremove_torrents.egg-info/SOURCES.txt' writing manifest file 'autoremove_torrents.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/autoremovetorrents creating build/bdist.linux-armv7l/wheel/autoremovetorrents/client copying build/lib/autoremovetorrents/client/transmission.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/client copying build/lib/autoremovetorrents/client/utorrent.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/client copying build/lib/autoremovetorrents/client/qbittorrent.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/client copying build/lib/autoremovetorrents/client/__init__.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/client copying build/lib/autoremovetorrents/logger.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents copying build/lib/autoremovetorrents/torrentstatus.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents creating build/bdist.linux-armv7l/wheel/autoremovetorrents/exception copying build/lib/autoremovetorrents/exception/nosuchclient.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/exception copying build/lib/autoremovetorrents/exception/loginfailed.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/exception copying build/lib/autoremovetorrents/exception/__init__.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/exception creating build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/torrentsize.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/base.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/sortbase.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/donothing.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/ratio.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/__init__.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/createtime.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/condition/seedingtime.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/condition copying build/lib/autoremovetorrents/strategy.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents copying build/lib/autoremovetorrents/torrent.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents copying build/lib/autoremovetorrents/version.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents copying build/lib/autoremovetorrents/__init__.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents copying build/lib/autoremovetorrents/main.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents copying build/lib/autoremovetorrents/task.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents creating build/bdist.linux-armv7l/wheel/autoremovetorrents/filter copying build/lib/autoremovetorrents/filter/tracker.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/filter copying build/lib/autoremovetorrents/filter/category.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/filter copying build/lib/autoremovetorrents/filter/filter.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/filter copying build/lib/autoremovetorrents/filter/__init__.py -> build/bdist.linux-armv7l/wheel/autoremovetorrents/filter running install_egg_info Copying autoremove_torrents.egg-info to build/bdist.linux-armv7l/wheel/autoremove_torrents-1.2.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/autoremove_torrents-1.2.1.dist-info/WHEEL Running setup.py bdist_wheel for autoremove-torrents: finished with status 'done' Stored in directory: /tmp/tmpbhg7o3bs Successfully built autoremove-torrents Cleaning up... Removing source in /tmp/pip-build-p_eeuow7/autoremove-torrents