Created temporary directory: /tmp/pip-ephem-wheel-cache-6c3wa3md Created temporary directory: /tmp/pip-req-tracker-wkt4x7vq Created requirements tracker '/tmp/pip-req-tracker-wkt4x7vq' Created temporary directory: /tmp/pip-wheel-prxfj2_4 Collecting hehey==1.0.0 1 location(s) to search for versions of hehey: * https://pypi.org/simple/hehey/ Getting page https://pypi.org/simple/hehey/ Analyzing links from page https://pypi.org/simple/hehey/ Found link https://files.pythonhosted.org/packages/04/0d/014bc982181b651c7ad5241b93e327d6896b968755ad747ef87604c886a6/hehey-1.0.0.tar.gz#sha256=afc1300d2729b41c53c9793a7f41d0a00887f315ab12ac483efd06cead685d99 (from https://pypi.org/simple/hehey/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-03_78olh Downloading https://files.pythonhosted.org/packages/04/0d/014bc982181b651c7ad5241b93e327d6896b968755ad747ef87604c886a6/hehey-1.0.0.tar.gz (80kB) Downloading from URL https://files.pythonhosted.org/packages/04/0d/014bc982181b651c7ad5241b93e327d6896b968755ad747ef87604c886a6/hehey-1.0.0.tar.gz#sha256=afc1300d2729b41c53c9793a7f41d0a00887f315ab12ac483efd06cead685d99 (from https://pypi.org/simple/hehey/) Added hehey==1.0.0 from https://files.pythonhosted.org/packages/04/0d/014bc982181b651c7ad5241b93e327d6896b968755ad747ef87604c886a6/hehey-1.0.0.tar.gz#sha256=afc1300d2729b41c53c9793a7f41d0a00887f315ab12ac483efd06cead685d99 to build tracker '/tmp/pip-req-tracker-wkt4x7vq' Running setup.py (path:/tmp/pip-wheel-prxfj2_4/hehey/setup.py) egg_info for package hehey Running command python setup.py egg_info running egg_info creating pip-egg-info/hehey.egg-info writing top-level names to pip-egg-info/hehey.egg-info/top_level.txt writing dependency_links to pip-egg-info/hehey.egg-info/dependency_links.txt writing pip-egg-info/hehey.egg-info/PKG-INFO writing manifest file 'pip-egg-info/hehey.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/hehey.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/hehey.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-prxfj2_4/hehey has version 1.0.0, which satisfies requirement hehey==1.0.0 from https://files.pythonhosted.org/packages/04/0d/014bc982181b651c7ad5241b93e327d6896b968755ad747ef87604c886a6/hehey-1.0.0.tar.gz#sha256=afc1300d2729b41c53c9793a7f41d0a00887f315ab12ac483efd06cead685d99 Removed hehey==1.0.0 from https://files.pythonhosted.org/packages/04/0d/014bc982181b651c7ad5241b93e327d6896b968755ad747ef87604c886a6/hehey-1.0.0.tar.gz#sha256=afc1300d2729b41c53c9793a7f41d0a00887f315ab12ac483efd06cead685d99 from build tracker '/tmp/pip-req-tracker-wkt4x7vq' Building wheels for collected packages: hehey Created temporary directory: /tmp/pip-wheel-gows6ted Running setup.py bdist_wheel for hehey: started Destination directory: /tmp/pip-wheel-gows6ted Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-prxfj2_4/hehey/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/pip-wheel-gows6ted running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/hehe copying hehe/__init__.py -> build/lib/hehe creating build/lib/hehe/server copying hehe/server/server.py -> build/lib/hehe/server copying hehe/server/uwsgi.py -> build/lib/hehe/server copying hehe/server/console.py -> build/lib/hehe/server copying hehe/server/__init__.py -> build/lib/hehe/server copying hehe/server/wsgiref.py -> build/lib/hehe/server creating build/lib/hehe/helper copying hehe/helper/common.py -> build/lib/hehe/helper copying hehe/helper/JsonEncoder.py -> build/lib/hehe/helper copying hehe/helper/threadlocal.py -> build/lib/hehe/helper copying hehe/helper/__init__.py -> build/lib/hehe/helper copying hehe/helper/ArrayHelper.py -> build/lib/hehe/helper copying hehe/helper/ClassHelper.py -> build/lib/hehe/helper creating build/lib/hehe/common copying hehe/common/__init__.py -> build/lib/hehe/common copying hehe/common/func.py -> build/lib/hehe/common creating build/lib/hehe/lib copying hehe/lib/Pagination.py -> build/lib/hehe/lib copying hehe/lib/WhereUtil.py -> build/lib/hehe/lib copying hehe/lib/Url.py -> build/lib/hehe/lib copying hehe/lib/__init__.py -> build/lib/hehe/lib creating build/lib/hehe/core copying hehe/core/__init__.py -> build/lib/hehe/core creating build/lib/hehe/helper/utils copying hehe/helper/utils/compat.py -> build/lib/hehe/helper/utils copying hehe/helper/utils/__init__.py -> build/lib/hehe/helper/utils creating build/lib/hehe/core/hcontainer copying hehe/core/hcontainer/utils.py -> build/lib/hehe/core/hcontainer copying hehe/core/hcontainer/__init__.py -> build/lib/hehe/core/hcontainer copying hehe/core/hcontainer/bean.py -> build/lib/hehe/core/hcontainer creating build/lib/hehe/core/hview copying hehe/core/hview/HeheEngine.py -> build/lib/hehe/core/hview copying hehe/core/hview/utils.py -> build/lib/hehe/core/hview copying hehe/core/hview/__init__.py -> build/lib/hehe/core/hview copying hehe/core/hview/view.py -> build/lib/hehe/core/hview copying hehe/core/hview/JinjaEngine.py -> build/lib/hehe/core/hview copying hehe/core/hview/viewide.py -> build/lib/hehe/core/hview creating build/lib/hehe/core/hrouter copying hehe/core/hrouter/utils.py -> build/lib/hehe/core/hrouter copying hehe/core/hrouter/__init__.py -> build/lib/hehe/core/hrouter copying hehe/core/hrouter/route.py -> build/lib/hehe/core/hrouter creating build/lib/hehe/core/hsession copying hehe/core/hsession/utils.py -> build/lib/hehe/core/hsession copying hehe/core/hsession/__init__.py -> build/lib/hehe/core/hsession creating build/lib/hehe/core/hi18n copying hehe/core/hi18n/I18n.py -> build/lib/hehe/core/hi18n copying hehe/core/hi18n/__init__.py -> build/lib/hehe/core/hi18n creating build/lib/hehe/core/hlogger copying hehe/core/hlogger/logger.py -> build/lib/hehe/core/hlogger copying hehe/core/hlogger/utils.py -> build/lib/hehe/core/hlogger copying hehe/core/hlogger/__init__.py -> build/lib/hehe/core/hlogger creating build/lib/hehe/core/hvalidation copying hehe/core/hvalidation/ValidationIde.py -> build/lib/hehe/core/hvalidation copying hehe/core/hvalidation/validation.py -> build/lib/hehe/core/hvalidation copying hehe/core/hvalidation/utils.py -> build/lib/hehe/core/hvalidation copying hehe/core/hvalidation/__init__.py -> build/lib/hehe/core/hvalidation creating build/lib/hehe/core/base copying hehe/core/base/Dictionary.py -> build/lib/hehe/core/base copying hehe/core/base/Config.py -> build/lib/hehe/core/base copying hehe/core/base/annotation.py -> build/lib/hehe/core/base copying hehe/core/base/Component.py -> build/lib/hehe/core/base copying hehe/core/base/BaseHeHe.py -> build/lib/hehe/core/base copying hehe/core/base/BaseController.py -> build/lib/hehe/core/base copying hehe/core/base/__init__.py -> build/lib/hehe/core/base copying hehe/core/base/Response.py -> build/lib/hehe/core/base copying hehe/core/base/BaseApplication.py -> build/lib/hehe/core/base copying hehe/core/base/exception.py -> build/lib/hehe/core/base copying hehe/core/base/Request.py -> build/lib/hehe/core/base creating build/lib/hehe/core/hevent copying hehe/core/hevent/event.py -> build/lib/hehe/core/hevent copying hehe/core/hevent/utils.py -> build/lib/hehe/core/hevent copying hehe/core/hevent/__init__.py -> build/lib/hehe/core/hevent creating build/lib/hehe/core/hconfig copying hehe/core/hconfig/config.py -> build/lib/hehe/core/hconfig copying hehe/core/hconfig/utils.py -> build/lib/hehe/core/hconfig copying hehe/core/hconfig/__init__.py -> build/lib/hehe/core/hconfig creating build/lib/hehe/core/web copying hehe/core/web/WebController.py -> build/lib/hehe/core/web copying hehe/core/web/responseformatter.py -> build/lib/hehe/core/web copying hehe/core/web/WebResponse.py -> build/lib/hehe/core/web copying hehe/core/web/BaseWidget.py -> build/lib/hehe/core/web copying hehe/core/web/BaseAction.py -> build/lib/hehe/core/web copying hehe/core/web/WebConfig.py -> build/lib/hehe/core/web copying hehe/core/web/WebRequest.py -> build/lib/hehe/core/web copying hehe/core/web/Headers.py -> build/lib/hehe/core/web copying hehe/core/web/Cookies.py -> build/lib/hehe/core/web copying hehe/core/web/ApiController.py -> build/lib/hehe/core/web copying hehe/core/web/__init__.py -> build/lib/hehe/core/web copying hehe/core/web/WebApplication.py -> build/lib/hehe/core/web copying hehe/core/web/wsgihttp.py -> build/lib/hehe/core/web copying hehe/core/web/Request.py -> build/lib/hehe/core/web creating build/lib/hehe/core/console copying hehe/core/console/ConsoleRequest.py -> build/lib/hehe/core/console copying hehe/core/console/ConsoleApplication.py -> build/lib/hehe/core/console copying hehe/core/console/ConsoleConfig.py -> build/lib/hehe/core/console copying hehe/core/console/__init__.py -> build/lib/hehe/core/console copying hehe/core/console/ConsoleController.py -> build/lib/hehe/core/console copying hehe/core/console/ConsoleResponse.py -> build/lib/hehe/core/console creating build/lib/hehe/core/hscheduler copying hehe/core/hscheduler/scheduler.py -> build/lib/hehe/core/hscheduler copying hehe/core/hscheduler/utils.py -> build/lib/hehe/core/hscheduler copying hehe/core/hscheduler/__init__.py -> build/lib/hehe/core/hscheduler copying hehe/core/hscheduler/SchedulerManagerIde.py -> build/lib/hehe/core/hscheduler creating build/lib/hehe/core/hmiddleware copying hehe/core/hmiddleware/middleware.py -> build/lib/hehe/core/hmiddleware copying hehe/core/hmiddleware/utils.py -> build/lib/hehe/core/hmiddleware copying hehe/core/hmiddleware/__init__.py -> build/lib/hehe/core/hmiddleware creating build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/ClassReflection.py -> build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/proxy.py -> build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/aop.py -> build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/Container.py -> build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/annotation.py -> build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/Definition.py -> build/lib/hehe/core/hcontainer/base copying hehe/core/hcontainer/base/__init__.py -> build/lib/hehe/core/hcontainer/base creating build/lib/hehe/core/hrouter/base copying hehe/core/hrouter/base/BaseRouter.py -> build/lib/hehe/core/hrouter/base copying hehe/core/hrouter/base/RouterRequest.py -> build/lib/hehe/core/hrouter/base copying hehe/core/hrouter/base/__init__.py -> build/lib/hehe/core/hrouter/base copying hehe/core/hrouter/base/Rule.py -> build/lib/hehe/core/hrouter/base creating build/lib/hehe/core/hrouter/easy copying hehe/core/hrouter/easy/EasyRule.py -> build/lib/hehe/core/hrouter/easy copying hehe/core/hrouter/easy/EasyRouter.py -> build/lib/hehe/core/hrouter/easy copying hehe/core/hrouter/easy/__init__.py -> build/lib/hehe/core/hrouter/easy creating build/lib/hehe/core/hsession/base copying hehe/core/hsession/base/SessionHandler.py -> build/lib/hehe/core/hsession/base copying hehe/core/hsession/base/__init__.py -> build/lib/hehe/core/hsession/base copying hehe/core/hsession/base/SafeSerializer.py -> build/lib/hehe/core/hsession/base copying hehe/core/hsession/base/WebSession.py -> build/lib/hehe/core/hsession/base creating build/lib/hehe/core/hsession/storages copying hehe/core/hsession/storages/RedisSession.py -> build/lib/hehe/core/hsession/storages copying hehe/core/hsession/storages/__init__.py -> build/lib/hehe/core/hsession/storages copying hehe/core/hsession/storages/MysqlSession.py -> build/lib/hehe/core/hsession/storages copying hehe/core/hsession/storages/FileSession.py -> build/lib/hehe/core/hsession/storages creating build/lib/hehe/core/hi18n/utils copying hehe/core/hi18n/utils/CommonUtil.py -> build/lib/hehe/core/hi18n/utils copying hehe/core/hi18n/utils/__init__.py -> build/lib/hehe/core/hi18n/utils copying hehe/core/hi18n/utils/XmlUtil.py -> build/lib/hehe/core/hi18n/utils creating build/lib/hehe/core/hi18n/base copying hehe/core/hi18n/base/DefaultLangPackage.py -> build/lib/hehe/core/hi18n/base copying hehe/core/hi18n/base/BaseLangPackage.py -> build/lib/hehe/core/hi18n/base copying hehe/core/hi18n/base/__init__.py -> build/lib/hehe/core/hi18n/base creating build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/CompareValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/InValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/RequiredValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/TelValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/CharValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/CompareFieldValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/EnglishValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/EmailValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/RegularValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/ChineseValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/ListValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/RangeLengthValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/UrlValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/DefaultValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/IntValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/RangeValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/EmptyValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/IpValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/RangeDateValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/DateValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/BooleanValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/__init__.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/FloatValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/LengthValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/CurrencyValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/FuncValidator.py -> build/lib/hehe/core/hvalidation/validators copying hehe/core/hvalidation/validators/EqualValidator.py -> build/lib/hehe/core/hvalidation/validators creating build/lib/hehe/core/hvalidation/base copying hehe/core/hvalidation/base/ValidationResult.py -> build/lib/hehe/core/hvalidation/base copying hehe/core/hvalidation/base/ValidatorResult.py -> build/lib/hehe/core/hvalidation/base copying hehe/core/hvalidation/base/__init__.py -> build/lib/hehe/core/hvalidation/base copying hehe/core/hvalidation/base/Validator.py -> build/lib/hehe/core/hvalidation/base copying hehe/core/hvalidation/base/Rule.py -> build/lib/hehe/core/hvalidation/base creating build/lib/hehe/core/hevent/base copying hehe/core/hevent/base/__init__.py -> build/lib/hehe/core/hevent/base copying hehe/core/hevent/base/BaseBehavior.py -> build/lib/hehe/core/hevent/base copying hehe/core/hevent/base/BaseEvent.py -> build/lib/hehe/core/hevent/base creating build/lib/hehe/core/hconfig/parser copying hehe/core/hconfig/parser/BaseParser.py -> build/lib/hehe/core/hconfig/parser copying hehe/core/hconfig/parser/XmlParser.py -> build/lib/hehe/core/hconfig/parser copying hehe/core/hconfig/parser/__init__.py -> build/lib/hehe/core/hconfig/parser creating build/lib/hehe/core/hscheduler/schedulers copying hehe/core/hscheduler/schedulers/ApsScheduler.py -> build/lib/hehe/core/hscheduler/schedulers copying hehe/core/hscheduler/schedulers/__init__.py -> build/lib/hehe/core/hscheduler/schedulers creating build/lib/hehe/core/hmiddleware/middlewares copying hehe/core/hmiddleware/middlewares/LoadStaticRes.py -> build/lib/hehe/core/hmiddleware/middlewares copying hehe/core/hmiddleware/middlewares/__init__.py -> build/lib/hehe/core/hmiddleware/middlewares copying hehe/core/hmiddleware/middlewares/session.py -> build/lib/hehe/core/hmiddleware/middlewares 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/hehe creating build/bdist.linux-armv7l/wheel/hehe/server copying build/lib/hehe/server/server.py -> build/bdist.linux-armv7l/wheel/hehe/server copying build/lib/hehe/server/uwsgi.py -> build/bdist.linux-armv7l/wheel/hehe/server copying build/lib/hehe/server/console.py -> build/bdist.linux-armv7l/wheel/hehe/server copying build/lib/hehe/server/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/server copying build/lib/hehe/server/wsgiref.py -> build/bdist.linux-armv7l/wheel/hehe/server creating build/bdist.linux-armv7l/wheel/hehe/helper copying build/lib/hehe/helper/common.py -> build/bdist.linux-armv7l/wheel/hehe/helper creating build/bdist.linux-armv7l/wheel/hehe/helper/utils copying build/lib/hehe/helper/utils/compat.py -> build/bdist.linux-armv7l/wheel/hehe/helper/utils copying build/lib/hehe/helper/utils/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/helper/utils copying build/lib/hehe/helper/JsonEncoder.py -> build/bdist.linux-armv7l/wheel/hehe/helper copying build/lib/hehe/helper/threadlocal.py -> build/bdist.linux-armv7l/wheel/hehe/helper copying build/lib/hehe/helper/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/helper copying build/lib/hehe/helper/ArrayHelper.py -> build/bdist.linux-armv7l/wheel/hehe/helper copying build/lib/hehe/helper/ClassHelper.py -> build/bdist.linux-armv7l/wheel/hehe/helper creating build/bdist.linux-armv7l/wheel/hehe/common copying build/lib/hehe/common/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/common copying build/lib/hehe/common/func.py -> build/bdist.linux-armv7l/wheel/hehe/common creating build/bdist.linux-armv7l/wheel/hehe/lib copying build/lib/hehe/lib/Pagination.py -> build/bdist.linux-armv7l/wheel/hehe/lib copying build/lib/hehe/lib/WhereUtil.py -> build/bdist.linux-armv7l/wheel/hehe/lib copying build/lib/hehe/lib/Url.py -> build/bdist.linux-armv7l/wheel/hehe/lib copying build/lib/hehe/lib/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/lib copying build/lib/hehe/__init__.py -> build/bdist.linux-armv7l/wheel/hehe creating build/bdist.linux-armv7l/wheel/hehe/core creating build/bdist.linux-armv7l/wheel/hehe/core/hcontainer creating build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/ClassReflection.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/proxy.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/aop.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/Container.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/annotation.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/Definition.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer/base copying build/lib/hehe/core/hcontainer/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer copying build/lib/hehe/core/hcontainer/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer copying build/lib/hehe/core/hcontainer/bean.py -> build/bdist.linux-armv7l/wheel/hehe/core/hcontainer creating build/bdist.linux-armv7l/wheel/hehe/core/hview copying build/lib/hehe/core/hview/HeheEngine.py -> build/bdist.linux-armv7l/wheel/hehe/core/hview copying build/lib/hehe/core/hview/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hview copying build/lib/hehe/core/hview/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hview copying build/lib/hehe/core/hview/view.py -> build/bdist.linux-armv7l/wheel/hehe/core/hview copying build/lib/hehe/core/hview/JinjaEngine.py -> build/bdist.linux-armv7l/wheel/hehe/core/hview copying build/lib/hehe/core/hview/viewide.py -> build/bdist.linux-armv7l/wheel/hehe/core/hview creating build/bdist.linux-armv7l/wheel/hehe/core/hrouter creating build/bdist.linux-armv7l/wheel/hehe/core/hrouter/base copying build/lib/hehe/core/hrouter/base/BaseRouter.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/base copying build/lib/hehe/core/hrouter/base/RouterRequest.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/base copying build/lib/hehe/core/hrouter/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/base copying build/lib/hehe/core/hrouter/base/Rule.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/base creating build/bdist.linux-armv7l/wheel/hehe/core/hrouter/easy copying build/lib/hehe/core/hrouter/easy/EasyRule.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/easy copying build/lib/hehe/core/hrouter/easy/EasyRouter.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/easy copying build/lib/hehe/core/hrouter/easy/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter/easy copying build/lib/hehe/core/hrouter/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter copying build/lib/hehe/core/hrouter/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter copying build/lib/hehe/core/hrouter/route.py -> build/bdist.linux-armv7l/wheel/hehe/core/hrouter creating build/bdist.linux-armv7l/wheel/hehe/core/hsession creating build/bdist.linux-armv7l/wheel/hehe/core/hsession/base copying build/lib/hehe/core/hsession/base/SessionHandler.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/base copying build/lib/hehe/core/hsession/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/base copying build/lib/hehe/core/hsession/base/SafeSerializer.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/base copying build/lib/hehe/core/hsession/base/WebSession.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/base creating build/bdist.linux-armv7l/wheel/hehe/core/hsession/storages copying build/lib/hehe/core/hsession/storages/RedisSession.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/storages copying build/lib/hehe/core/hsession/storages/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/storages copying build/lib/hehe/core/hsession/storages/MysqlSession.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/storages copying build/lib/hehe/core/hsession/storages/FileSession.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession/storages copying build/lib/hehe/core/hsession/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession copying build/lib/hehe/core/hsession/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hsession creating build/bdist.linux-armv7l/wheel/hehe/core/hi18n creating build/bdist.linux-armv7l/wheel/hehe/core/hi18n/utils copying build/lib/hehe/core/hi18n/utils/CommonUtil.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n/utils copying build/lib/hehe/core/hi18n/utils/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n/utils copying build/lib/hehe/core/hi18n/utils/XmlUtil.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n/utils creating build/bdist.linux-armv7l/wheel/hehe/core/hi18n/base copying build/lib/hehe/core/hi18n/base/DefaultLangPackage.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n/base copying build/lib/hehe/core/hi18n/base/BaseLangPackage.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n/base copying build/lib/hehe/core/hi18n/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n/base copying build/lib/hehe/core/hi18n/I18n.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n copying build/lib/hehe/core/hi18n/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hi18n creating build/bdist.linux-armv7l/wheel/hehe/core/hlogger copying build/lib/hehe/core/hlogger/logger.py -> build/bdist.linux-armv7l/wheel/hehe/core/hlogger copying build/lib/hehe/core/hlogger/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hlogger copying build/lib/hehe/core/hlogger/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hlogger creating build/bdist.linux-armv7l/wheel/hehe/core/hvalidation copying build/lib/hehe/core/hvalidation/ValidationIde.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation copying build/lib/hehe/core/hvalidation/validation.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation creating build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/CompareValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/InValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/RequiredValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/TelValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/CharValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/CompareFieldValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/EnglishValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/EmailValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/RegularValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/ChineseValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/ListValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/RangeLengthValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/UrlValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/DefaultValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/IntValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/RangeValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/EmptyValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/IpValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/RangeDateValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/DateValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/BooleanValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/FloatValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/LengthValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/CurrencyValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/FuncValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators copying build/lib/hehe/core/hvalidation/validators/EqualValidator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/validators creating build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/base copying build/lib/hehe/core/hvalidation/base/ValidationResult.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/base copying build/lib/hehe/core/hvalidation/base/ValidatorResult.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/base copying build/lib/hehe/core/hvalidation/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/base copying build/lib/hehe/core/hvalidation/base/Validator.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/base copying build/lib/hehe/core/hvalidation/base/Rule.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation/base copying build/lib/hehe/core/hvalidation/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation copying build/lib/hehe/core/hvalidation/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hvalidation creating build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/Dictionary.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/Config.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/annotation.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/Component.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/BaseHeHe.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/BaseController.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/Response.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/BaseApplication.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/exception.py -> build/bdist.linux-armv7l/wheel/hehe/core/base copying build/lib/hehe/core/base/Request.py -> build/bdist.linux-armv7l/wheel/hehe/core/base creating build/bdist.linux-armv7l/wheel/hehe/core/hevent copying build/lib/hehe/core/hevent/event.py -> build/bdist.linux-armv7l/wheel/hehe/core/hevent creating build/bdist.linux-armv7l/wheel/hehe/core/hevent/base copying build/lib/hehe/core/hevent/base/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hevent/base copying build/lib/hehe/core/hevent/base/BaseBehavior.py -> build/bdist.linux-armv7l/wheel/hehe/core/hevent/base copying build/lib/hehe/core/hevent/base/BaseEvent.py -> build/bdist.linux-armv7l/wheel/hehe/core/hevent/base copying build/lib/hehe/core/hevent/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hevent copying build/lib/hehe/core/hevent/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hevent creating build/bdist.linux-armv7l/wheel/hehe/core/hconfig copying build/lib/hehe/core/hconfig/config.py -> build/bdist.linux-armv7l/wheel/hehe/core/hconfig copying build/lib/hehe/core/hconfig/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hconfig copying build/lib/hehe/core/hconfig/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hconfig creating build/bdist.linux-armv7l/wheel/hehe/core/hconfig/parser copying build/lib/hehe/core/hconfig/parser/BaseParser.py -> build/bdist.linux-armv7l/wheel/hehe/core/hconfig/parser copying build/lib/hehe/core/hconfig/parser/XmlParser.py -> build/bdist.linux-armv7l/wheel/hehe/core/hconfig/parser copying build/lib/hehe/core/hconfig/parser/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hconfig/parser creating build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/WebController.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/responseformatter.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/WebResponse.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/BaseWidget.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/BaseAction.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/WebConfig.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/WebRequest.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/Headers.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/Cookies.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/ApiController.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/WebApplication.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/wsgihttp.py -> build/bdist.linux-armv7l/wheel/hehe/core/web copying build/lib/hehe/core/web/Request.py -> build/bdist.linux-armv7l/wheel/hehe/core/web creating build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/console/ConsoleRequest.py -> build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/console/ConsoleApplication.py -> build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/console/ConsoleConfig.py -> build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/console/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/console/ConsoleController.py -> build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/console/ConsoleResponse.py -> build/bdist.linux-armv7l/wheel/hehe/core/console copying build/lib/hehe/core/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core creating build/bdist.linux-armv7l/wheel/hehe/core/hscheduler copying build/lib/hehe/core/hscheduler/scheduler.py -> build/bdist.linux-armv7l/wheel/hehe/core/hscheduler copying build/lib/hehe/core/hscheduler/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hscheduler copying build/lib/hehe/core/hscheduler/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hscheduler copying build/lib/hehe/core/hscheduler/SchedulerManagerIde.py -> build/bdist.linux-armv7l/wheel/hehe/core/hscheduler creating build/bdist.linux-armv7l/wheel/hehe/core/hscheduler/schedulers copying build/lib/hehe/core/hscheduler/schedulers/ApsScheduler.py -> build/bdist.linux-armv7l/wheel/hehe/core/hscheduler/schedulers copying build/lib/hehe/core/hscheduler/schedulers/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hscheduler/schedulers creating build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware copying build/lib/hehe/core/hmiddleware/middleware.py -> build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware copying build/lib/hehe/core/hmiddleware/utils.py -> build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware creating build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware/middlewares copying build/lib/hehe/core/hmiddleware/middlewares/LoadStaticRes.py -> build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware/middlewares copying build/lib/hehe/core/hmiddleware/middlewares/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware/middlewares copying build/lib/hehe/core/hmiddleware/middlewares/session.py -> build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware/middlewares copying build/lib/hehe/core/hmiddleware/__init__.py -> build/bdist.linux-armv7l/wheel/hehe/core/hmiddleware running install_egg_info running egg_info writing top-level names to hehey.egg-info/top_level.txt writing dependency_links to hehey.egg-info/dependency_links.txt writing hehey.egg-info/PKG-INFO reading manifest file 'hehey.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'hehey.egg-info/SOURCES.txt' Copying hehey.egg-info to build/bdist.linux-armv7l/wheel/hehey-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/hehey-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-gows6ted/hehey-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'hehe/__init__.py' adding 'hehe/common/__init__.py' adding 'hehe/common/func.py' adding 'hehe/core/__init__.py' adding 'hehe/core/base/BaseApplication.py' adding 'hehe/core/base/BaseController.py' adding 'hehe/core/base/BaseHeHe.py' adding 'hehe/core/base/Component.py' adding 'hehe/core/base/Config.py' adding 'hehe/core/base/Dictionary.py' adding 'hehe/core/base/Request.py' adding 'hehe/core/base/Response.py' adding 'hehe/core/base/__init__.py' adding 'hehe/core/base/annotation.py' adding 'hehe/core/base/exception.py' adding 'hehe/core/console/ConsoleApplication.py' adding 'hehe/core/console/ConsoleConfig.py' adding 'hehe/core/console/ConsoleController.py' adding 'hehe/core/console/ConsoleRequest.py' adding 'hehe/core/console/ConsoleResponse.py' adding 'hehe/core/console/__init__.py' adding 'hehe/core/hconfig/__init__.py' adding 'hehe/core/hconfig/config.py' adding 'hehe/core/hconfig/utils.py' adding 'hehe/core/hconfig/parser/BaseParser.py' adding 'hehe/core/hconfig/parser/XmlParser.py' adding 'hehe/core/hconfig/parser/__init__.py' adding 'hehe/core/hcontainer/__init__.py' adding 'hehe/core/hcontainer/bean.py' adding 'hehe/core/hcontainer/utils.py' adding 'hehe/core/hcontainer/base/ClassReflection.py' adding 'hehe/core/hcontainer/base/Container.py' adding 'hehe/core/hcontainer/base/Definition.py' adding 'hehe/core/hcontainer/base/__init__.py' adding 'hehe/core/hcontainer/base/annotation.py' adding 'hehe/core/hcontainer/base/aop.py' adding 'hehe/core/hcontainer/base/proxy.py' adding 'hehe/core/hevent/__init__.py' adding 'hehe/core/hevent/event.py' adding 'hehe/core/hevent/utils.py' adding 'hehe/core/hevent/base/BaseBehavior.py' adding 'hehe/core/hevent/base/BaseEvent.py' adding 'hehe/core/hevent/base/__init__.py' adding 'hehe/core/hi18n/I18n.py' adding 'hehe/core/hi18n/__init__.py' adding 'hehe/core/hi18n/base/BaseLangPackage.py' adding 'hehe/core/hi18n/base/DefaultLangPackage.py' adding 'hehe/core/hi18n/base/__init__.py' adding 'hehe/core/hi18n/utils/CommonUtil.py' adding 'hehe/core/hi18n/utils/XmlUtil.py' adding 'hehe/core/hi18n/utils/__init__.py' adding 'hehe/core/hlogger/__init__.py' adding 'hehe/core/hlogger/logger.py' adding 'hehe/core/hlogger/utils.py' adding 'hehe/core/hmiddleware/__init__.py' adding 'hehe/core/hmiddleware/middleware.py' adding 'hehe/core/hmiddleware/utils.py' adding 'hehe/core/hmiddleware/middlewares/LoadStaticRes.py' adding 'hehe/core/hmiddleware/middlewares/__init__.py' adding 'hehe/core/hmiddleware/middlewares/session.py' adding 'hehe/core/hrouter/__init__.py' adding 'hehe/core/hrouter/route.py' adding 'hehe/core/hrouter/utils.py' adding 'hehe/core/hrouter/base/BaseRouter.py' adding 'hehe/core/hrouter/base/RouterRequest.py' adding 'hehe/core/hrouter/base/Rule.py' adding 'hehe/core/hrouter/base/__init__.py' adding 'hehe/core/hrouter/easy/EasyRouter.py' adding 'hehe/core/hrouter/easy/EasyRule.py' adding 'hehe/core/hrouter/easy/__init__.py' adding 'hehe/core/hscheduler/SchedulerManagerIde.py' adding 'hehe/core/hscheduler/__init__.py' adding 'hehe/core/hscheduler/scheduler.py' adding 'hehe/core/hscheduler/utils.py' adding 'hehe/core/hscheduler/schedulers/ApsScheduler.py' adding 'hehe/core/hscheduler/schedulers/__init__.py' adding 'hehe/core/hsession/__init__.py' adding 'hehe/core/hsession/utils.py' adding 'hehe/core/hsession/base/SafeSerializer.py' adding 'hehe/core/hsession/base/SessionHandler.py' adding 'hehe/core/hsession/base/WebSession.py' adding 'hehe/core/hsession/base/__init__.py' adding 'hehe/core/hsession/storages/FileSession.py' adding 'hehe/core/hsession/storages/MysqlSession.py' adding 'hehe/core/hsession/storages/RedisSession.py' adding 'hehe/core/hsession/storages/__init__.py' adding 'hehe/core/hvalidation/ValidationIde.py' adding 'hehe/core/hvalidation/__init__.py' adding 'hehe/core/hvalidation/utils.py' adding 'hehe/core/hvalidation/validation.py' adding 'hehe/core/hvalidation/base/Rule.py' adding 'hehe/core/hvalidation/base/ValidationResult.py' adding 'hehe/core/hvalidation/base/Validator.py' adding 'hehe/core/hvalidation/base/ValidatorResult.py' adding 'hehe/core/hvalidation/base/__init__.py' adding 'hehe/core/hvalidation/validators/BooleanValidator.py' adding 'hehe/core/hvalidation/validators/CharValidator.py' adding 'hehe/core/hvalidation/validators/ChineseValidator.py' adding 'hehe/core/hvalidation/validators/CompareFieldValidator.py' adding 'hehe/core/hvalidation/validators/CompareValidator.py' adding 'hehe/core/hvalidation/validators/CurrencyValidator.py' adding 'hehe/core/hvalidation/validators/DateValidator.py' adding 'hehe/core/hvalidation/validators/DefaultValidator.py' adding 'hehe/core/hvalidation/validators/EmailValidator.py' adding 'hehe/core/hvalidation/validators/EmptyValidator.py' adding 'hehe/core/hvalidation/validators/EnglishValidator.py' adding 'hehe/core/hvalidation/validators/EqualValidator.py' adding 'hehe/core/hvalidation/validators/FloatValidator.py' adding 'hehe/core/hvalidation/validators/FuncValidator.py' adding 'hehe/core/hvalidation/validators/InValidator.py' adding 'hehe/core/hvalidation/validators/IntValidator.py' adding 'hehe/core/hvalidation/validators/IpValidator.py' adding 'hehe/core/hvalidation/validators/LengthValidator.py' adding 'hehe/core/hvalidation/validators/ListValidator.py' adding 'hehe/core/hvalidation/validators/RangeDateValidator.py' adding 'hehe/core/hvalidation/validators/RangeLengthValidator.py' adding 'hehe/core/hvalidation/validators/RangeValidator.py' adding 'hehe/core/hvalidation/validators/RegularValidator.py' adding 'hehe/core/hvalidation/validators/RequiredValidator.py' adding 'hehe/core/hvalidation/validators/TelValidator.py' adding 'hehe/core/hvalidation/validators/UrlValidator.py' adding 'hehe/core/hvalidation/validators/__init__.py' adding 'hehe/core/hview/HeheEngine.py' adding 'hehe/core/hview/JinjaEngine.py' adding 'hehe/core/hview/__init__.py' adding 'hehe/core/hview/utils.py' adding 'hehe/core/hview/view.py' adding 'hehe/core/hview/viewide.py' adding 'hehe/core/web/ApiController.py' adding 'hehe/core/web/BaseAction.py' adding 'hehe/core/web/BaseWidget.py' adding 'hehe/core/web/Cookies.py' adding 'hehe/core/web/Headers.py' adding 'hehe/core/web/Request.py' adding 'hehe/core/web/WebApplication.py' adding 'hehe/core/web/WebConfig.py' adding 'hehe/core/web/WebController.py' adding 'hehe/core/web/WebRequest.py' adding 'hehe/core/web/WebResponse.py' adding 'hehe/core/web/__init__.py' adding 'hehe/core/web/responseformatter.py' adding 'hehe/core/web/wsgihttp.py' adding 'hehe/helper/ArrayHelper.py' adding 'hehe/helper/ClassHelper.py' adding 'hehe/helper/JsonEncoder.py' adding 'hehe/helper/__init__.py' adding 'hehe/helper/common.py' adding 'hehe/helper/threadlocal.py' adding 'hehe/helper/utils/__init__.py' adding 'hehe/helper/utils/compat.py' adding 'hehe/lib/Pagination.py' adding 'hehe/lib/Url.py' adding 'hehe/lib/WhereUtil.py' adding 'hehe/lib/__init__.py' adding 'hehe/server/__init__.py' adding 'hehe/server/console.py' adding 'hehe/server/server.py' adding 'hehe/server/uwsgi.py' adding 'hehe/server/wsgiref.py' adding 'hehey-1.0.0.dist-info/METADATA' adding 'hehey-1.0.0.dist-info/WHEEL' adding 'hehey-1.0.0.dist-info/top_level.txt' adding 'hehey-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for hehey: finished with status 'done' Stored in directory: /tmp/tmpfymbdx8a Successfully built hehey Cleaning up... Removing source in /tmp/pip-wheel-prxfj2_4/hehey Removed build tracker '/tmp/pip-req-tracker-wkt4x7vq'