Collecting PyMysqlPool==0.5 1 location(s) to search for versions of PyMysqlPool: * https://pypi.python.org/simple/pymysqlpool/ Getting page https://pypi.python.org/simple/pymysqlpool/ Analyzing links from page https://pypi.python.org/simple/pymysqlpool/ Found link https://pypi.python.org/packages/37/7d/860fea6631c520b3d6a56371e6cbb20caacb6f5d3e1ef395d59b4f087da6/PyMysqlPool-0.2.tar.gz#md5=170be57ba2651f29c1bfaf8422c76412 (from https://pypi.python.org/simple/pymysqlpool/), version: 0.2 Found link https://pypi.python.org/packages/79/d0/12044402e6b0048e713bde185adf85e7c52febd6389569b7e8b1e1175362/PyMysqlPool-0.3.tar.gz#md5=5b9c94cf4cc4966d781dc6e18931b898 (from https://pypi.python.org/simple/pymysqlpool/), version: 0.3 Found link https://pypi.python.org/packages/d2/62/cc448509beda3ef834d6ce467d0fcb81eb74e8333c3f4c2cd7efb34c1934/PyMysqlPool-0.4.tar.gz#md5=3fb86a140d2e350221e798732769d4dd (from https://pypi.python.org/simple/pymysqlpool/), version: 0.4 Found link https://pypi.python.org/packages/db/eb/c068f22370d5deae9e5a15d4e20f9d0e2794259237fdd378fb92472598fb/PyMysqlPool-0.5.tar.gz#md5=1cab2e320dc7e0a7af60a5fb4b7ebb2c (from https://pypi.python.org/simple/pymysqlpool/), version: 0.5 Using version 0.5 (newest of versions: 0.5) Downloading PyMysqlPool-0.5.tar.gz (251kB) Downloading from URL https://pypi.python.org/packages/db/eb/c068f22370d5deae9e5a15d4e20f9d0e2794259237fdd378fb92472598fb/PyMysqlPool-0.5.tar.gz#md5=1cab2e320dc7e0a7af60a5fb4b7ebb2c (from https://pypi.python.org/simple/pymysqlpool/) Running setup.py (path:/tmp/pip-build-_9nsxug6/PyMysqlPool/setup.py) egg_info for package PyMysqlPool Running command python setup.py egg_info running egg_info creating pip-egg-info/PyMysqlPool.egg-info writing top-level names to pip-egg-info/PyMysqlPool.egg-info/top_level.txt writing pip-egg-info/PyMysqlPool.egg-info/PKG-INFO writing dependency_links to pip-egg-info/PyMysqlPool.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/PyMysqlPool.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/PyMysqlPool.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' warning: no files found matching '*.py' under directory 'tests' warning: no files found matching '*.bat' under directory 'docs' warning: no files found matching '*.empty' under directory 'docs' warning: no files found matching '*.py' under directory 'docs' warning: no files found matching '*.rst' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' writing manifest file 'pip-egg-info/PyMysqlPool.egg-info/SOURCES.txt' Source in /tmp/pip-build-_9nsxug6/PyMysqlPool has version 0.5, which satisfies requirement PyMysqlPool==0.5 from https://pypi.python.org/packages/db/eb/c068f22370d5deae9e5a15d4e20f9d0e2794259237fdd378fb92472598fb/PyMysqlPool-0.5.tar.gz#md5=1cab2e320dc7e0a7af60a5fb4b7ebb2c Building wheels for collected packages: PyMysqlPool Running setup.py bdist_wheel for PyMysqlPool: started Destination directory: /tmp/tmpqub5ucqbpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_9nsxug6/PyMysqlPool/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/tmpqub5ucqbpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/PyMysqlPool copying PyMysqlPool/__init__.py -> build/lib/PyMysqlPool creating build/lib/PyMysqlPool/db_util copying PyMysqlPool/db_util/__init__.py -> build/lib/PyMysqlPool/db_util copying PyMysqlPool/db_util/mysql_pool.py -> build/lib/PyMysqlPool/db_util copying PyMysqlPool/db_util/mysql_util.py -> build/lib/PyMysqlPool/db_util creating build/lib/PyMysqlPool/util copying PyMysqlPool/util/logger.py -> build/lib/PyMysqlPool/util copying PyMysqlPool/util/date_util.py -> build/lib/PyMysqlPool/util copying PyMysqlPool/util/__init__.py -> build/lib/PyMysqlPool/util copying PyMysqlPool/util/logger_err.py -> build/lib/PyMysqlPool/util copying PyMysqlPool/util/log_util.py -> build/lib/PyMysqlPool/util creating build/lib/PyMysqlPool/constant copying PyMysqlPool/constant/constant.py -> build/lib/PyMysqlPool/constant copying PyMysqlPool/constant/__init__.py -> build/lib/PyMysqlPool/constant creating build/lib/PyMysqlPool/example copying PyMysqlPool/example/example_thread.py -> build/lib/PyMysqlPool/example copying PyMysqlPool/example/example_case.py -> build/lib/PyMysqlPool/example copying PyMysqlPool/example/__init__.py -> build/lib/PyMysqlPool/example creating build/lib/PyMysqlPool/mysql copying PyMysqlPool/mysql/__init__.py -> build/lib/PyMysqlPool/mysql creating build/lib/PyMysqlPool/db_util/db_config copying PyMysqlPool/db_util/db_config/mysql_config.py -> build/lib/PyMysqlPool/db_util/db_config copying PyMysqlPool/db_util/db_config/__init__.py -> build/lib/PyMysqlPool/db_util/db_config creating build/lib/PyMysqlPool/db_util/python_rf copying PyMysqlPool/db_util/python_rf/pool_convertor.py -> build/lib/PyMysqlPool/db_util/python_rf copying PyMysqlPool/db_util/python_rf/__init__.py -> build/lib/PyMysqlPool/db_util/python_rf creating build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/errors.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/catch23.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/cursor.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/dpooling.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/errorcode.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/protocol.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/utils.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/connection.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/constants.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/version.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/dbapi.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/pooling.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/__init__.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/authentication.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/optionfiles.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/connection_cext.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/charsets.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/abstracts.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/network.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/custom_types.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/conversion.py -> build/lib/PyMysqlPool/mysql/connector copying PyMysqlPool/mysql/connector/cursor_cext.py -> build/lib/PyMysqlPool/mysql/connector creating build/lib/PyMysqlPool/mysql/connector/locales copying PyMysqlPool/mysql/connector/locales/__init__.py -> build/lib/PyMysqlPool/mysql/connector/locales creating build/lib/PyMysqlPool/mysql/connector/fabric copying PyMysqlPool/mysql/connector/fabric/connection.py -> build/lib/PyMysqlPool/mysql/connector/fabric copying PyMysqlPool/mysql/connector/fabric/__init__.py -> build/lib/PyMysqlPool/mysql/connector/fabric copying PyMysqlPool/mysql/connector/fabric/caching.py -> build/lib/PyMysqlPool/mysql/connector/fabric copying PyMysqlPool/mysql/connector/fabric/balancing.py -> build/lib/PyMysqlPool/mysql/connector/fabric creating build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/client.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/schema.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/base.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/validation.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/operations.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/compiler.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/introspection.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/__init__.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/features.py -> build/lib/PyMysqlPool/mysql/connector/django copying PyMysqlPool/mysql/connector/django/creation.py -> build/lib/PyMysqlPool/mysql/connector/django creating build/lib/PyMysqlPool/mysql/connector/locales/eng copying PyMysqlPool/mysql/connector/locales/eng/client_error.py -> build/lib/PyMysqlPool/mysql/connector/locales/eng copying PyMysqlPool/mysql/connector/locales/eng/__init__.py -> build/lib/PyMysqlPool/mysql/connector/locales/eng 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/PyMysqlPool creating build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util creating build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util/db_config copying build/lib/PyMysqlPool/db_util/db_config/mysql_config.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util/db_config copying build/lib/PyMysqlPool/db_util/db_config/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util/db_config creating build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util/python_rf copying build/lib/PyMysqlPool/db_util/python_rf/pool_convertor.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util/python_rf copying build/lib/PyMysqlPool/db_util/python_rf/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util/python_rf copying build/lib/PyMysqlPool/db_util/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util copying build/lib/PyMysqlPool/db_util/mysql_pool.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util copying build/lib/PyMysqlPool/db_util/mysql_util.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/db_util creating build/bdist.linux-armv7l/wheel/PyMysqlPool/util copying build/lib/PyMysqlPool/util/logger.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/util copying build/lib/PyMysqlPool/util/date_util.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/util copying build/lib/PyMysqlPool/util/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/util copying build/lib/PyMysqlPool/util/logger_err.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/util copying build/lib/PyMysqlPool/util/log_util.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/util creating build/bdist.linux-armv7l/wheel/PyMysqlPool/constant copying build/lib/PyMysqlPool/constant/constant.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/constant copying build/lib/PyMysqlPool/constant/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/constant creating build/bdist.linux-armv7l/wheel/PyMysqlPool/example copying build/lib/PyMysqlPool/example/example_thread.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/example copying build/lib/PyMysqlPool/example/example_case.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/example copying build/lib/PyMysqlPool/example/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/example copying build/lib/PyMysqlPool/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool creating build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql creating build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector creating build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/locales copying build/lib/PyMysqlPool/mysql/connector/locales/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/locales creating build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/locales/eng copying build/lib/PyMysqlPool/mysql/connector/locales/eng/client_error.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/locales/eng copying build/lib/PyMysqlPool/mysql/connector/locales/eng/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/locales/eng copying build/lib/PyMysqlPool/mysql/connector/errors.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/catch23.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/cursor.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector creating build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/fabric copying build/lib/PyMysqlPool/mysql/connector/fabric/connection.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/fabric copying build/lib/PyMysqlPool/mysql/connector/fabric/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/fabric copying build/lib/PyMysqlPool/mysql/connector/fabric/caching.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/fabric copying build/lib/PyMysqlPool/mysql/connector/fabric/balancing.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/fabric copying build/lib/PyMysqlPool/mysql/connector/dpooling.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/errorcode.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/protocol.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector creating build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/client.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/schema.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/base.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/validation.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/operations.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/compiler.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/introspection.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/features.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/django/creation.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector/django copying build/lib/PyMysqlPool/mysql/connector/utils.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/connection.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/constants.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/version.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/dbapi.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/pooling.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/authentication.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/optionfiles.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/connection_cext.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/charsets.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/abstracts.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/network.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/custom_types.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/conversion.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/connector/cursor_cext.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql/connector copying build/lib/PyMysqlPool/mysql/__init__.py -> build/bdist.linux-armv7l/wheel/PyMysqlPool/mysql running install_egg_info running egg_info writing top-level names to PyMysqlPool.egg-info/top_level.txt writing PyMysqlPool.egg-info/PKG-INFO writing dependency_links to PyMysqlPool.egg-info/dependency_links.txt reading manifest file 'PyMysqlPool.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' warning: no files found matching '*.py' under directory 'tests' warning: no files found matching '*.bat' under directory 'docs' warning: no files found matching '*.empty' under directory 'docs' warning: no files found matching '*.py' under directory 'docs' warning: no files found matching '*.rst' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' writing manifest file 'PyMysqlPool.egg-info/SOURCES.txt' Copying PyMysqlPool.egg-info to build/bdist.linux-armv7l/wheel/PyMysqlPool-0.5-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/PyMysqlPool-0.5.dist-info/WHEEL Running setup.py bdist_wheel for PyMysqlPool: finished with status 'done' Stored in directory: /tmp/tmpq276l8ds Successfully built PyMysqlPool Cleaning up... Removing source in /tmp/pip-build-_9nsxug6/PyMysqlPool